Skip to content

Commit

Permalink
chore: version packages (rc)
Browse files Browse the repository at this point in the history
  • Loading branch information
rollups-contracts-bot authored and guidanoli committed Jul 15, 2024
1 parent 5b46210 commit a6873a3
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,29 @@
"@cartesi/rollups": "1.2.0"
},
"changesets": [
"brave-planes-knock",
"calm-panthers-retire",
"chilly-cherries-join",
"clean-gorillas-occur",
"eleven-wombats-wonder",
"famous-plums-scream",
"few-suits-laugh",
"fuzzy-trainers-tan",
"grumpy-coins-drop",
"healthy-wasps-shout",
"hip-pans-travel",
"hot-months-change",
"large-emus-rescue",
"lazy-gorillas-scream",
"lemon-hats-stare",
"little-yaks-tickle",
"lovely-meals-wink",
"lucky-elephants-play",
"mean-masks-fry",
"old-fireants-flash",
"olive-steaks-explode",
"perfect-rings-attend",
"proud-hotels-work",
"purple-dolphins-nail",
"purple-pots-attack",
"quiet-guests-greet",
Expand All @@ -30,11 +37,13 @@
"silly-islands-end",
"six-doors-grow",
"slow-comics-fold",
"smart-starfishes-cover",
"smooth-ducks-trade",
"spotty-peas-speak",
"strange-foxes-melt",
"strong-countries-check",
"thirty-crews-fail",
"tidy-socks-search",
"tough-carrots-invent",
"violet-laws-sin",
"weak-colts-lick",
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# @cartesi/rollups

## 2.0.0-rc.5

### Major Changes

- 5b46210: Add `validateOutputHash` function to `IApplication`
- 5b46210: Removed `InputRange` struct
- 5b46210: Refactored `IConsensus`

- Removed `InputRange` from functions and events
- Claim is now output hashes root hash
- Replaced `getEpochHash` with `wasClaimAccepted`

- 5b46210: Updated `wasOutputExecuted` function signature

- Removed `inputIndex` parameter
- Renamed `outputIndexWithinInput` as `outputIndex`

- 5b46210: Remove functions `getInputBox` and `getPortals` from `IApplication`
- 5b46210: Removed parameters from `Application` contracts

- `IInputBox` (not used)
- `IPortals[]` (wasted gas on `SSTORE`, not used)

- 5b46210: Removed support to ERC-165 (not used)
- 5b46210: Remove `IInputBox` and `IPortal[]` parameters from `IApplicationFactory` and `ISelfHostedApplicationFactory` functions and events
- 5b46210: Completely restructured `OutputValidityProof`

- Removed all fields
- Added `outputIndex`
- Added `outputHashesSiblings`

## 2.0.0-rc.4

### Major 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.0-rc.4",
"version": "2.0.0-rc.5",
"scripts": {
"build": "run-s compile export",
"clean:ignored": "rimraf artifacts cache coverage deployments/localhost dist generated-src src/types/*",
Expand Down

0 comments on commit a6873a3

Please sign in to comment.