Skip to content

Commit 970220d

Browse files
Version packages (alpha)
1 parent 01d7baf commit 970220d

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

.changeset/pre.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,13 @@
44
"initialVersions": {
55
"@cartesi/rollups": "2.0.1"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"angry-worms-dig",
9+
"beige-snakes-pick",
10+
"better-pianos-dress",
11+
"common-birds-wear",
12+
"green-spiders-unite",
13+
"weak-clouds-tap",
14+
"wet-pandas-love"
15+
]
816
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @cartesi/rollups
22

3+
## 3.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- a4ba7e9: Make `InputBox` require application contract deployment
8+
- 27e410c: Changed return value of `InputBox.addInput` function from input hash to input Merkle root
9+
- 27e410c: Removed `getInputHash` function from `InputBox` (in favor of new `getInputMerkleRoot` function)
10+
- a93c5d1: Removed non-deterministic deployment functions from factories
11+
12+
### Minor Changes
13+
14+
- 27e410c: Added `getInputMerkleRoot` function to `InputBox` contract
15+
- 75cf6b8: Added view function for number of executed outputs
16+
- 4f84597: Increase input size limit from 64 KB to 2 MB
17+
318
## 2.0.1
419

520
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cartesi/rollups",
3-
"version": "2.0.1",
3+
"version": "3.0.0-alpha.0",
44
"scripts": {
55
"build:contracts": "forge build src",
66
"build:devnet": "cannon build --write-deployments deployments --anvil.dump-state state.json",

0 commit comments

Comments
 (0)