diff --git a/.changeset/healthy-wasps-shout.md b/.changeset/healthy-wasps-shout.md index 2dfa1b12..57bd8b52 100644 --- a/.changeset/healthy-wasps-shout.md +++ b/.changeset/healthy-wasps-shout.md @@ -6,7 +6,10 @@ Added: - an `Outputs` interface - an `InputRange` struct +- a `LibAddress` library - a `LibInputRange` library +- a `LibError` library +- a `LibMerkle32` library - a `Quorum` contract (which implements the `IConsensus` interface) - a `QuorumFactory` contract - an `IQuorumFactory` interface diff --git a/.changeset/hip-pans-travel.md b/.changeset/hip-pans-travel.md new file mode 100644 index 00000000..0c942ab4 --- /dev/null +++ b/.changeset/hip-pans-travel.md @@ -0,0 +1,9 @@ +--- +"@cartesi/rollups": major +--- + +Add the following fields as the input metadata: + +- The application contract address +- The chain ID +- The latest RANDAO mix of the post beacon state of the previous block diff --git a/.changeset/honest-news-impress.md b/.changeset/honest-news-impress.md deleted file mode 100644 index e82195e2..00000000 --- a/.changeset/honest-news-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cartesi/rollups": major ---- - -Include application address in `EvmAdvance` input. diff --git a/.changeset/olive-steaks-explode.md b/.changeset/olive-steaks-explode.md index 0877e3e7..691d32e3 100644 --- a/.changeset/olive-steaks-explode.md +++ b/.changeset/olive-steaks-explode.md @@ -2,4 +2,4 @@ "@cartesi/rollups": major --- -Bumped `@openzeppelin/contracts` from `4.9.2` to `5.0.0`. +Bumped `@openzeppelin/contracts` from `4.9.2` to `5.0.2`. diff --git a/.changeset/shaggy-queens-kneel.md b/.changeset/shaggy-queens-kneel.md deleted file mode 100644 index 41941fa2..00000000 --- a/.changeset/shaggy-queens-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cartesi/rollups": major ---- - -Include chain ID in `EvmAdvance` input.