-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: close epochs based on block numbers
- Fixes the ClaimMismatch bug on v.1x. - BREAKING CHANGE: replaces the CARTESI_EPOCH_DURATION environment variable with CARTESI_EPOCH_LENGTH_IN_BLOCKS.
- Loading branch information
Showing
14 changed files
with
800 additions
and
632 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,12 +6,22 @@ All notable changes to this project will be documented in this file. | |
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
<<<<<<< HEAD | ||
## [Unreleased] | ||
Check failure on line 10 in CHANGELOG.md GitHub Actions / assess-code-qualityHeadings should be surrounded by blank lines
|
||
|
||
### Added | ||
|
||
- Added Rollups end-to-end test using Echo Dapp | ||
|
||
### Fixed | ||
|
||
- Fixed a bug that caused a `authority_claimer::ClaimMismatch` error when reprocessing inputs after a reboot. | ||
|
||
### Changed | ||
|
||
- Changed the dispatcher to close epochs based on block numbers instead of block timestamps. | ||
- **BREAKING**: replaced `CARTESI_EPOCH_DURATION` with `CARTESI_EPOCH_LENGTH_IN_BLOCKS` to match the new epoch algorithm, and set its default value to 7200 (1 day worth of blocks, in average, considering one block is mined every 12 seconds). | ||
|
||
## [1.4.0] 2024-04-09 | ||
|
||
### Added | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.