v2.0.0-rc.5
Pre-release
Pre-release
rollups-contracts-bot
released this
15 Jul 20:00
·
43 commits
to main
since this release
Major Changes
-
5b46210: Add
validateOutputHash
function toIApplication
-
5b46210: Removed
InputRange
struct -
5b46210: Refactored
IConsensus
- Removed
InputRange
from functions and events - Claim is now output hashes root hash
- Replaced
getEpochHash
withwasClaimAccepted
- Removed
-
5b46210: Updated
wasOutputExecuted
function signature- Removed
inputIndex
parameter - Renamed
outputIndexWithinInput
asoutputIndex
- Removed
-
5b46210: Remove functions
getInputBox
andgetPortals
fromIApplication
-
5b46210: Removed parameters from
Application
contractsIInputBox
(not used)IPortals[]
(wasted gas onSSTORE
, not used)
-
5b46210: Removed support to ERC-165 (not used)
-
5b46210: Remove
IInputBox
andIPortal[]
parameters fromIApplicationFactory
andISelfHostedApplicationFactory
functions and events -
5b46210: Completely restructured
OutputValidityProof
- Removed all fields
- Added
outputIndex
- Added
outputHashesSiblings