Skip to content

Commit

Permalink
chore: update release notes in develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Aug 28, 2023
1 parent 51a1902 commit 8299ea4
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] 2023-08-28

### Fixes

- Updated [SputnikVM](https://github.com/aurora-is-near/sputnikvm) dependency with bugfix in the `returndatacopy`
implementation and a performance improvement in accessing EVM memory by [@birchmd]. ([#826])

### Changes

- BREAKING: `engine-standalone-storage` no longer automatically writes to the DB when `consume_message` is called.
It is up to downstream users of the library to commit the diff (after doing any validation for correctness) by [@birchmd]. ([#825])

### Additions

- New crate for the so-called "hashchain" implementation. It will enable verification of Aurora blocks by light clients
in the future by [@birchmd]. ([#816])

[#816]: https://github.com/aurora-is-near/aurora-engine/pull/816
[#825]: https://github.com/aurora-is-near/aurora-engine/pull/825
[#826]: https://github.com/aurora-is-near/aurora-engine/pull/826

## [2.10.2] 2023-08-10

### Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.2
3.0.0
2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aurora-engine"
version = "2.10.2"
version = "3.0.0"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 8299ea4

Please sign in to comment.