Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@
"initialVersions": {
"@cartesi/rollups": "2.0.1"
},
"changesets": []
"changesets": [
"angry-worms-dig",
"beige-snakes-pick",
"better-pianos-dress",
"common-birds-wear",
"green-spiders-unite",
"spicy-cars-pull",
"weak-clouds-tap",
"wet-pandas-love"
]
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @cartesi/rollups

## 3.0.0-alpha.0

### Major Changes

- a4ba7e9: Make `InputBox` require application contract deployment
- 27e410c: Changed return value of `InputBox.addInput` function from input hash to input Merkle root
- 4227a06: Removed `Authority` and related contracts
- 27e410c: Removed `getInputHash` function from `InputBox` (in favor of new `getInputMerkleRoot` function)
- a93c5d1: Removed non-deterministic deployment functions from factories

### Minor Changes

- 27e410c: Added `getInputMerkleRoot` function to `InputBox` contract
- 75cf6b8: Added view function for number of executed outputs
- 4f84597: Increase input size limit from 64 KB to 2 MB

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cartesi/rollups",
"version": "2.0.1",
"version": "3.0.0-alpha.0",
"scripts": {
"build:contracts": "forge build src",
"build:devnet": "cannon build --write-deployments deployments --anvil.dump-state state.json",
Expand Down
Loading