File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments