Skip to content

Commit

Permalink
params: record-replay rr0.4.1 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
alkorang committed Mar 19, 2024
1 parent 78d2cb3 commit 2aaf3e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 11 // Minor version component of the current release
VersionPatch = 6 // Patch version component of the current release
VersionMeta = "rr0.4.1-unstable" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 11 // Minor version component of the current release
VersionPatch = 6 // Patch version component of the current release
VersionMeta = "rr0.4.1" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down
9 changes: 8 additions & 1 deletion research/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@
* For RDBMS, use `codes` table for deployed code and `init_codes` for init code.

### DONE
* Add CHANGELOG.md



## record-replay 0.4.1 release note
**Full Changelog**: https://github.com/verovm/record-replay/compare/rr0.4.0...rr0.4.1

### Updates
* Add [CHANGELOG.md](/research/CHANGELOG.md)
* Add a new version of `substate-cli db-upgrade` command to convert rr0.3 RLP substates to rr0.4 Protobuf substates.
With `--blockchain` option, `db-upgrade` reads tx types from exported blockchain files.
Without `--blockchain`, `db-upgrade` guesses tx types from the values of access lists and gas fees, as long as it guarantees faithful transaction replay.
Expand Down

0 comments on commit 2aaf3e7

Please sign in to comment.