@arbitrum/nitro-contracts 2.1.0 → 3.0.0-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/build/contracts/@openzeppelin/contracts/access/Ownable.sol/Ownable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/interfaces/draft-IERC1822.sol/IERC1822Proxiable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +2 -2
- package/build/contracts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Upgrade.sol/ERC1967Upgrade.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/Proxy.sol/Proxy.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/beacon/IBeacon.sol/IBeacon.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol/UpgradeableBeacon.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/beacon/UpgradeableBeacon.sol/UpgradeableBeacon.json +2 -2
- package/build/contracts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +2 -2
- package/build/contracts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +2 -2
- package/build/contracts/@openzeppelin/contracts/proxy/utils/UUPSUpgradeable.sol/UUPSUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/security/ReentrancyGuard.sol/ReentrancyGuard.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/token/ERC20/ERC20.sol/ERC20.json +2 -2
- package/build/contracts/@openzeppelin/contracts/token/ERC20/IERC20.sol/IERC20.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol/IERC20Metadata.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts/token/ERC20/extensions/draft-IERC20Permit.sol/IERC20Permit.json +86 -0
- package/build/contracts/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol/SafeERC20.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol/SafeERC20.json +2 -2
- package/build/contracts/@openzeppelin/contracts/utils/Address.sol/Address.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/Address.sol/Address.json +2 -2
- package/build/contracts/@openzeppelin/contracts/utils/Context.sol/Context.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/Create2.sol/Create2.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts/utils/Create2.sol/Create2.json +10 -0
- package/build/contracts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/StorageSlot.sol/StorageSlot.json +2 -2
- package/build/contracts/@openzeppelin/contracts/utils/Strings.sol/Strings.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts/utils/Strings.sol/Strings.json +2 -2
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol/AccessControlUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.sol/AccessControlUpgradeable.json +13 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/IAccessControlUpgradeable.sol/IAccessControlUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol/OwnableUpgradeable.json +13 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol/Initializable.json +15 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol/PausableUpgradeable.json +13 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/AddressUpgradeable.sol/AddressUpgradeable.json +2 -2
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol/ContextUpgradeable.json +15 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/Create2Upgradeable.sol/Create2Upgradeable.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/Create2Upgradeable.sol/Create2Upgradeable.json +10 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StorageSlotUpgradeable.sol/StorageSlotUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StorageSlotUpgradeable.sol/StorageSlotUpgradeable.json +2 -2
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol/StringsUpgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/StringsUpgradeable.sol/StringsUpgradeable.json +2 -2
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol/ERC165Upgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.sol/ERC165Upgradeable.json +13 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/introspection/IERC165Upgradeable.sol/IERC165Upgradeable.dbg.json +1 -1
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol/EnumerableSetUpgradeable.dbg.json +4 -0
- package/build/contracts/@openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol/EnumerableSetUpgradeable.json +10 -0
- package/build/contracts/src/assertionStakingPool/AbsBoldStakingPool.sol/AbsBoldStakingPool.dbg.json +4 -0
- package/build/contracts/{@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.json → src/assertionStakingPool/AbsBoldStakingPool.sol/AbsBoldStakingPool.json} +41 -95
- package/build/contracts/src/assertionStakingPool/AssertionStakingPool.sol/AssertionStakingPool.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/AssertionStakingPool.sol/AssertionStakingPool.json +340 -0
- package/build/contracts/src/assertionStakingPool/AssertionStakingPoolCreator.sol/AssertionStakingPoolCreator.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/AssertionStakingPoolCreator.sol/AssertionStakingPoolCreator.json +89 -0
- package/build/contracts/src/assertionStakingPool/EdgeStakingPool.sol/EdgeStakingPool.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/EdgeStakingPool.sol/EdgeStakingPool.json +248 -0
- package/build/contracts/src/assertionStakingPool/EdgeStakingPoolCreator.sol/EdgeStakingPoolCreator.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/EdgeStakingPoolCreator.sol/EdgeStakingPoolCreator.json +83 -0
- package/build/contracts/src/assertionStakingPool/StakingPoolCreatorUtils.sol/StakingPoolCreatorUtils.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/StakingPoolCreatorUtils.sol/StakingPoolCreatorUtils.json +16 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAbsBoldStakingPool.sol/IAbsBoldStakingPool.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAbsBoldStakingPool.sol/IAbsBoldStakingPool.json +140 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAssertionStakingPool.sol/IAssertionStakingPool.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAssertionStakingPool.sol/IAssertionStakingPool.json +324 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAssertionStakingPoolCreator.sol/IAssertionStakingPoolCreator.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IAssertionStakingPoolCreator.sol/IAssertionStakingPoolCreator.json +84 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IEdgeStakingPool.sol/IEdgeStakingPool.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IEdgeStakingPool.sol/IEdgeStakingPool.json +232 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IEdgeStakingPoolCreator.sol/IEdgeStakingPoolCreator.dbg.json +4 -0
- package/build/contracts/src/assertionStakingPool/interfaces/IEdgeStakingPoolCreator.sol/IEdgeStakingPoolCreator.json +78 -0
- package/build/contracts/src/bridge/AbsBridge.sol/AbsBridge.dbg.json +1 -1
- package/build/contracts/src/bridge/AbsBridge.sol/AbsBridge.json +13 -0
- package/build/contracts/src/bridge/AbsInbox.sol/AbsInbox.dbg.json +1 -1
- package/build/contracts/src/bridge/AbsInbox.sol/AbsInbox.json +20 -7
- package/build/contracts/src/bridge/AbsOutbox.sol/AbsOutbox.dbg.json +1 -1
- package/build/contracts/src/bridge/Bridge.sol/Bridge.dbg.json +1 -1
- package/build/contracts/src/bridge/Bridge.sol/Bridge.json +15 -2
- package/build/contracts/src/bridge/DelayBuffer.sol/DelayBuffer.dbg.json +4 -0
- package/build/contracts/src/bridge/DelayBuffer.sol/DelayBuffer.json +24 -0
- package/build/contracts/src/bridge/ERC20Bridge.sol/ERC20Bridge.dbg.json +1 -1
- package/build/contracts/src/bridge/ERC20Bridge.sol/ERC20Bridge.json +15 -2
- package/build/contracts/src/bridge/ERC20Inbox.sol/ERC20Inbox.dbg.json +1 -1
- package/build/contracts/src/bridge/ERC20Inbox.sol/ERC20Inbox.json +22 -9
- package/build/contracts/src/bridge/ERC20Outbox.sol/ERC20Outbox.dbg.json +1 -1
- package/build/contracts/src/bridge/ERC20Outbox.sol/ERC20Outbox.json +2 -2
- package/build/contracts/src/bridge/GasRefunder.sol/GasRefunder.dbg.json +1 -1
- package/build/contracts/src/bridge/GasRefunder.sol/GasRefunder.json +2 -2
- package/build/contracts/src/bridge/IBridge.sol/IBridge.dbg.json +1 -1
- package/build/contracts/src/bridge/IDelayedMessageProvider.sol/IDelayedMessageProvider.dbg.json +1 -1
- package/build/contracts/src/bridge/IERC20Bridge.sol/IERC20Bridge.dbg.json +1 -1
- package/build/contracts/src/bridge/IERC20Inbox.sol/IERC20Inbox.dbg.json +1 -1
- package/build/contracts/src/bridge/IERC20Inbox.sol/IERC20Inbox.json +1 -1
- package/build/contracts/src/bridge/IEthBridge.sol/IEthBridge.dbg.json +1 -1
- package/build/contracts/src/bridge/IInbox.sol/IInbox.dbg.json +1 -1
- package/build/contracts/src/bridge/IInbox.sol/IInbox.json +1 -1
- package/build/contracts/src/bridge/IInboxBase.sol/IInboxBase.dbg.json +1 -1
- package/build/contracts/src/bridge/IInboxBase.sol/IInboxBase.json +1 -1
- package/build/contracts/src/bridge/IOutbox.sol/IOutbox.dbg.json +1 -1
- package/build/contracts/src/bridge/IOwnable.sol/IOwnable.dbg.json +1 -1
- package/build/contracts/src/bridge/ISequencerInbox.sol/ISequencerInbox.dbg.json +1 -1
- package/build/contracts/src/bridge/ISequencerInbox.sol/ISequencerInbox.json +441 -0
- package/build/contracts/src/bridge/Inbox.sol/Inbox.dbg.json +1 -1
- package/build/contracts/src/bridge/Inbox.sol/Inbox.json +22 -4
- package/build/contracts/src/bridge/Messages.sol/Messages.dbg.json +1 -1
- package/build/contracts/src/bridge/Messages.sol/Messages.json +2 -2
- package/build/contracts/src/bridge/Outbox.sol/Outbox.dbg.json +1 -1
- package/build/contracts/src/bridge/Outbox.sol/Outbox.json +2 -2
- package/build/contracts/src/bridge/SequencerInbox.sol/SequencerInbox.dbg.json +1 -1
- package/build/contracts/src/bridge/SequencerInbox.sol/SequencerInbox.json +564 -7
- package/build/contracts/src/chain/CacheManager.sol/CacheManager.dbg.json +1 -1
- package/build/contracts/src/chain/CacheManager.sol/CacheManager.json +15 -2
- package/build/contracts/src/challengeV2/EdgeChallengeManager.sol/EdgeChallengeManager.dbg.json +4 -0
- package/build/contracts/src/challengeV2/EdgeChallengeManager.sol/EdgeChallengeManager.json +1631 -0
- package/build/contracts/src/challengeV2/EdgeChallengeManager.sol/IEdgeChallengeManager.dbg.json +4 -0
- package/build/contracts/src/challengeV2/EdgeChallengeManager.sol/IEdgeChallengeManager.json +762 -0
- package/build/contracts/src/challengeV2/IAssertionChain.sol/IAssertionChain.dbg.json +4 -0
- package/build/contracts/src/challengeV2/IAssertionChain.sol/IAssertionChain.json +247 -0
- package/build/contracts/src/challengeV2/libraries/ArrayUtilsLib.sol/ArrayUtilsLib.dbg.json +4 -0
- package/build/contracts/src/challengeV2/libraries/ArrayUtilsLib.sol/ArrayUtilsLib.json +10 -0
- package/build/contracts/src/challengeV2/libraries/ChallengeEdgeLib.sol/ChallengeEdgeLib.dbg.json +4 -0
- package/build/contracts/src/challengeV2/libraries/ChallengeEdgeLib.sol/ChallengeEdgeLib.json +10 -0
- package/build/contracts/src/challengeV2/libraries/EdgeChallengeManagerLib.sol/EdgeChallengeManagerLib.dbg.json +4 -0
- package/build/contracts/src/challengeV2/libraries/EdgeChallengeManagerLib.sol/EdgeChallengeManagerLib.json +24 -0
- package/build/contracts/src/challengeV2/libraries/MerkleTreeAccumulatorLib.sol/MerkleTreeAccumulatorLib.dbg.json +4 -0
- package/build/contracts/src/challengeV2/libraries/MerkleTreeAccumulatorLib.sol/MerkleTreeAccumulatorLib.json +24 -0
- package/build/contracts/src/challengeV2/libraries/UintUtilsLib.sol/UintUtilsLib.dbg.json +4 -0
- package/build/contracts/src/challengeV2/libraries/UintUtilsLib.sol/UintUtilsLib.json +10 -0
- package/build/contracts/src/libraries/AddressAliasHelper.sol/AddressAliasHelper.dbg.json +1 -1
- package/build/contracts/src/libraries/AddressAliasHelper.sol/AddressAliasHelper.json +2 -2
- package/build/contracts/src/libraries/AdminFallbackProxy.sol/AdminFallbackProxy.dbg.json +1 -1
- package/build/contracts/src/libraries/AdminFallbackProxy.sol/AdminFallbackProxy.json +2 -2
- package/build/contracts/src/libraries/AdminFallbackProxy.sol/DoubleLogicERC1967Upgrade.dbg.json +1 -1
- package/build/contracts/src/libraries/ArbitrumChecker.sol/ArbitrumChecker.dbg.json +1 -1
- package/build/contracts/src/libraries/ArbitrumChecker.sol/ArbitrumChecker.json +2 -2
- package/build/contracts/src/libraries/CryptographyPrimitives.sol/CryptographyPrimitives.dbg.json +1 -1
- package/build/contracts/src/libraries/CryptographyPrimitives.sol/CryptographyPrimitives.json +2 -2
- package/build/contracts/src/libraries/DecimalsConverterHelper.sol/DecimalsConverterHelper.dbg.json +1 -1
- package/build/contracts/src/libraries/DecimalsConverterHelper.sol/DecimalsConverterHelper.json +2 -2
- package/build/contracts/src/libraries/DelegateCallAware.sol/DelegateCallAware.dbg.json +1 -1
- package/build/contracts/src/libraries/DoubleLogicUUPSUpgradeable.sol/DoubleLogicUUPSUpgradeable.dbg.json +1 -1
- package/build/contracts/src/libraries/GasRefundEnabled.sol/GasRefundEnabled.dbg.json +1 -1
- package/build/contracts/src/libraries/IGasRefunder.sol/IGasRefunder.dbg.json +1 -1
- package/build/contracts/src/libraries/IReader4844.sol/IReader4844.dbg.json +1 -1
- package/build/contracts/src/libraries/MerkleLib.sol/MerkleLib.dbg.json +1 -1
- package/build/contracts/src/libraries/MerkleLib.sol/MerkleLib.json +2 -2
- package/build/contracts/src/libraries/UUPSNotUpgradeable.sol/UUPSNotUpgradeable.dbg.json +1 -1
- package/build/contracts/src/mocks/Benchmarks.sol/Benchmarks.dbg.json +1 -1
- package/build/contracts/src/mocks/Benchmarks.sol/Benchmarks.json +2 -2
- package/build/contracts/src/mocks/BridgeStub.sol/BridgeStub.dbg.json +1 -1
- package/build/contracts/src/mocks/BridgeStub.sol/BridgeStub.json +8 -8
- package/build/contracts/src/mocks/BridgeUnproxied.sol/BridgeUnproxied.dbg.json +1 -1
- package/build/contracts/src/mocks/BridgeUnproxied.sol/BridgeUnproxied.json +28 -2
- package/build/contracts/src/mocks/InboxStub.sol/InboxStub.dbg.json +1 -1
- package/build/contracts/src/mocks/InboxStub.sol/InboxStub.json +2 -2
- package/build/contracts/src/mocks/MerkleTreeAccess.sol/MerkleTreeAccess.dbg.json +4 -0
- package/build/contracts/src/mocks/MerkleTreeAccess.sol/MerkleTreeAccess.json +227 -0
- package/build/contracts/src/mocks/MockRollupEventInbox.sol/MockRollupEventInbox.dbg.json +4 -0
- package/build/contracts/src/mocks/MockRollupEventInbox.sol/MockRollupEventInbox.json +133 -0
- package/build/contracts/src/mocks/MultiCallTest.sol/MultiCallTest.dbg.json +1 -1
- package/build/contracts/src/mocks/MultiCallTest.sol/MultiCallTest.json +2 -2
- package/build/contracts/src/mocks/PendingBlkTimeAndNrAdvanceCheck.sol/PendingBlkTimeAndNrAdvanceCheck.dbg.json +1 -1
- package/build/contracts/src/mocks/PendingBlkTimeAndNrAdvanceCheck.sol/PendingBlkTimeAndNrAdvanceCheck.json +2 -2
- package/build/contracts/src/mocks/Program.sol/ProgramTest.dbg.json +1 -1
- package/build/contracts/src/mocks/Program.sol/ProgramTest.json +2 -2
- package/build/contracts/src/mocks/ProxyAdminForBinding.sol/ProxyAdminForBinding.dbg.json +1 -1
- package/build/contracts/src/mocks/ProxyAdminForBinding.sol/ProxyAdminForBinding.json +2 -2
- package/build/contracts/src/mocks/SdkStorage.sol/SdkStorage.dbg.json +1 -1
- package/build/contracts/src/mocks/SdkStorage.sol/SdkStorage.json +2 -2
- package/build/contracts/src/mocks/SequencerInboxBlobMock.sol/SequencerInboxBlobMock.dbg.json +4 -0
- package/build/contracts/src/mocks/SequencerInboxBlobMock.sol/SequencerInboxBlobMock.json +1632 -0
- package/build/contracts/src/mocks/SequencerInboxStub.sol/SequencerInboxStub.dbg.json +1 -1
- package/build/contracts/src/mocks/SequencerInboxStub.sol/SequencerInboxStub.json +564 -7
- package/build/contracts/src/mocks/Simple.sol/Simple.dbg.json +1 -1
- package/build/contracts/src/mocks/Simple.sol/Simple.json +2 -2
- package/build/contracts/src/mocks/SimpleCacheManager.sol/SimpleCacheManager.dbg.json +1 -1
- package/build/contracts/src/mocks/SimpleCacheManager.sol/SimpleCacheManager.json +2 -2
- package/build/contracts/src/mocks/SimpleOneStepProofEntry.sol/SimpleOneStepProofEntry.dbg.json +4 -0
- package/build/contracts/src/mocks/SimpleOneStepProofEntry.sol/SimpleOneStepProofEntry.json +142 -0
- package/build/contracts/src/mocks/SimpleProxy.sol/SimpleProxy.dbg.json +1 -1
- package/build/contracts/src/mocks/SimpleProxy.sol/SimpleProxy.json +2 -2
- package/build/contracts/src/mocks/TestWETH9.sol/IWETH9.dbg.json +4 -0
- package/build/contracts/src/mocks/TestWETH9.sol/IWETH9.json +31 -0
- package/build/contracts/src/mocks/TestWETH9.sol/TestWETH9.dbg.json +4 -0
- package/build/contracts/src/mocks/TestWETH9.sol/TestWETH9.json +317 -0
- package/build/contracts/src/mocks/UpgradeExecutorMock.sol/UpgradeExecutorMock.dbg.json +1 -1
- package/build/contracts/src/mocks/UpgradeExecutorMock.sol/UpgradeExecutorMock.json +15 -2
- package/build/contracts/src/node-interface/NodeInterface.sol/NodeInterface.dbg.json +1 -1
- package/build/contracts/src/node-interface/NodeInterfaceDebug.sol/NodeInterfaceDebug.dbg.json +1 -1
- package/build/contracts/src/osp/HashProofHelper.sol/HashProofHelper.dbg.json +1 -1
- package/build/contracts/src/osp/HashProofHelper.sol/HashProofHelper.json +2 -2
- package/build/contracts/src/osp/IOneStepProofEntry.sol/IOneStepProofEntry.dbg.json +1 -1
- package/build/contracts/src/osp/IOneStepProofEntry.sol/IOneStepProofEntry.json +33 -9
- package/build/contracts/src/osp/IOneStepProofEntry.sol/OneStepProofEntryLib.dbg.json +1 -1
- package/build/contracts/src/osp/IOneStepProofEntry.sol/OneStepProofEntryLib.json +2 -2
- package/build/contracts/src/osp/IOneStepProver.sol/IOneStepProver.dbg.json +1 -1
- package/build/contracts/src/osp/IOneStepProver.sol/IOneStepProver.json +5 -0
- package/build/contracts/src/osp/OneStepProofEntry.sol/OneStepProofEntry.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProofEntry.sol/OneStepProofEntry.json +35 -11
- package/build/contracts/src/osp/OneStepProver0.sol/OneStepProver0.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProver0.sol/OneStepProver0.json +7 -2
- package/build/contracts/src/osp/OneStepProverHostIo.sol/OneStepProverHostIo.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProverHostIo.sol/OneStepProverHostIo.json +7 -2
- package/build/contracts/src/osp/OneStepProverMath.sol/OneStepProverMath.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProverMath.sol/OneStepProverMath.json +7 -2
- package/build/contracts/src/osp/OneStepProverMemory.sol/OneStepProverMemory.dbg.json +1 -1
- package/build/contracts/src/osp/OneStepProverMemory.sol/OneStepProverMemory.json +7 -2
- package/build/contracts/src/precompiles/ArbAddressTable.sol/ArbAddressTable.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbAggregator.sol/ArbAggregator.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbBLS.sol/ArbBLS.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbDebug.sol/ArbDebug.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbFunctionTable.sol/ArbFunctionTable.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbGasInfo.sol/ArbGasInfo.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbInfo.sol/ArbInfo.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbOwner.sol/ArbOwner.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbOwnerPublic.sol/ArbOwnerPublic.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbRetryableTx.sol/ArbRetryableTx.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbStatistics.sol/ArbStatistics.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbSys.sol/ArbSys.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbWasm.sol/ArbWasm.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbWasmCache.sol/ArbWasmCache.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbosActs.sol/ArbosActs.dbg.json +1 -1
- package/build/contracts/src/precompiles/ArbosTest.sol/ArbosTest.dbg.json +1 -1
- package/build/contracts/src/rollup/AbsRollupEventInbox.sol/AbsRollupEventInbox.dbg.json +1 -1
- package/build/contracts/src/rollup/Assertion.sol/AssertionNodeLib.dbg.json +4 -0
- package/build/contracts/src/rollup/{Node.sol/NodeLib.json → Assertion.sol/AssertionNodeLib.json} +4 -4
- package/build/contracts/src/rollup/AssertionState.sol/AssertionStateLib.dbg.json +4 -0
- package/build/contracts/src/{challenge/ChallengeLib.sol/ChallengeLib.json → rollup/AssertionState.sol/AssertionStateLib.json} +4 -4
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/BOLDUpgradeAction.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/BOLDUpgradeAction.json +807 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/ConstantArrayStorage.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/ConstantArrayStorage.json +35 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/IOldRollup.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/IOldRollup.json +361 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/IOldRollupAdmin.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/IOldRollupAdmin.json +38 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/ISeqInboxPostUpgradeInit.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/ISeqInboxPostUpgradeInit.json +41 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/RollupReader.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/RollupReader.json +385 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/StateHashPreImageLookup.dbg.json +4 -0
- package/build/contracts/src/rollup/BOLDUpgradeAction.sol/StateHashPreImageLookup.json +203 -0
- package/build/contracts/src/rollup/BridgeCreator.sol/BridgeCreator.dbg.json +1 -1
- package/build/contracts/src/rollup/BridgeCreator.sol/BridgeCreator.json +62 -10
- package/build/contracts/src/rollup/DeployHelper.sol/DeployHelper.dbg.json +1 -1
- package/build/contracts/src/rollup/DeployHelper.sol/DeployHelper.json +2 -2
- package/build/contracts/src/rollup/ERC20RollupEventInbox.sol/ERC20RollupEventInbox.dbg.json +1 -1
- package/build/contracts/src/rollup/ERC20RollupEventInbox.sol/ERC20RollupEventInbox.json +2 -2
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/FactoryDeployerHelper.dbg.json +1 -1
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/FactoryDeployerHelper.json +2 -2
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IDeployHelper.dbg.json +1 -1
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IERC20.dbg.json +1 -1
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IERC20Bridge.dbg.json +1 -1
- package/build/contracts/src/rollup/FactoryDeployerHelper.sol/IInboxBase.dbg.json +1 -1
- package/build/contracts/src/rollup/IRollupAdmin.sol/IRollupAdmin.dbg.json +1 -1
- package/build/contracts/src/rollup/IRollupAdmin.sol/IRollupAdmin.json +473 -99
- package/build/contracts/src/rollup/IRollupCore.sol/IRollupCore.dbg.json +1 -1
- package/build/contracts/src/rollup/IRollupCore.sol/IRollupCore.json +315 -221
- package/build/contracts/src/rollup/IRollupEventInbox.sol/IRollupEventInbox.dbg.json +1 -1
- package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUser.dbg.json +1 -1
- package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUser.json +678 -499
- package/build/contracts/src/rollup/RollupAdminLogic.sol/RollupAdminLogic.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupAdminLogic.sol/RollupAdminLogic.json +806 -435
- package/build/contracts/src/rollup/RollupCore.sol/RollupCore.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupCore.sol/RollupCore.json +323 -235
- package/build/contracts/src/rollup/RollupCreator.sol/RollupCreator.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupCreator.sol/RollupCreator.json +98 -36
- package/build/contracts/src/rollup/RollupEventInbox.sol/RollupEventInbox.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupEventInbox.sol/RollupEventInbox.json +2 -2
- package/build/contracts/src/rollup/RollupLib.sol/RollupLib.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupLib.sol/RollupLib.json +2 -2
- package/build/contracts/src/rollup/RollupProxy.sol/RollupProxy.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupProxy.sol/RollupProxy.json +97 -16
- package/build/contracts/src/rollup/RollupUserLogic.sol/RollupUserLogic.dbg.json +1 -1
- package/build/contracts/src/rollup/RollupUserLogic.sol/RollupUserLogic.json +924 -535
- package/build/contracts/src/rollup/ValidatorWallet.sol/ValidatorWallet.dbg.json +1 -1
- package/build/contracts/src/rollup/ValidatorWallet.sol/ValidatorWallet.json +15 -43
- package/build/contracts/src/rollup/ValidatorWalletCreator.sol/ValidatorWalletCreator.dbg.json +1 -1
- package/build/contracts/src/rollup/ValidatorWalletCreator.sol/ValidatorWalletCreator.json +2 -2
- package/build/contracts/src/state/Deserialize.sol/Deserialize.dbg.json +1 -1
- package/build/contracts/src/state/Deserialize.sol/Deserialize.json +2 -2
- package/build/contracts/src/state/GlobalState.sol/GlobalStateLib.dbg.json +1 -1
- package/build/contracts/src/state/GlobalState.sol/GlobalStateLib.json +2 -2
- package/build/contracts/src/state/Instructions.sol/Instructions.dbg.json +1 -1
- package/build/contracts/src/state/Instructions.sol/Instructions.json +2 -2
- package/build/contracts/src/state/Machine.sol/MachineLib.dbg.json +1 -1
- package/build/contracts/src/state/Machine.sol/MachineLib.json +2 -2
- package/build/contracts/src/state/MerkleProof.sol/MerkleProofLib.dbg.json +1 -1
- package/build/contracts/src/state/MerkleProof.sol/MerkleProofLib.json +2 -2
- package/build/contracts/src/state/Module.sol/ModuleLib.dbg.json +1 -1
- package/build/contracts/src/state/Module.sol/ModuleLib.json +2 -2
- package/build/contracts/src/state/ModuleMemory.sol/ModuleMemoryLib.dbg.json +1 -1
- package/build/contracts/src/state/ModuleMemory.sol/ModuleMemoryLib.json +2 -2
- package/build/contracts/src/state/ModuleMemoryCompact.sol/ModuleMemoryCompactLib.dbg.json +1 -1
- package/build/contracts/src/state/ModuleMemoryCompact.sol/ModuleMemoryCompactLib.json +2 -2
- package/build/contracts/src/state/MultiStack.sol/MultiStackLib.dbg.json +1 -1
- package/build/contracts/src/state/MultiStack.sol/MultiStackLib.json +2 -2
- package/build/contracts/src/state/PcArray.sol/PcArrayLib.dbg.json +1 -1
- package/build/contracts/src/state/PcArray.sol/PcArrayLib.json +2 -2
- package/build/contracts/src/state/StackFrame.sol/StackFrameLib.dbg.json +1 -1
- package/build/contracts/src/state/StackFrame.sol/StackFrameLib.json +2 -2
- package/build/contracts/src/state/Value.sol/ValueLib.dbg.json +1 -1
- package/build/contracts/src/state/Value.sol/ValueLib.json +2 -2
- package/build/contracts/src/state/ValueArray.sol/ValueArrayLib.dbg.json +1 -1
- package/build/contracts/src/state/ValueArray.sol/ValueArrayLib.json +2 -2
- package/build/contracts/src/state/ValueStack.sol/ValueStackLib.dbg.json +1 -1
- package/build/contracts/src/state/ValueStack.sol/ValueStackLib.json +2 -2
- package/build/contracts/src/test-helpers/BridgeTester.sol/BridgeTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/BridgeTester.sol/BridgeTester.json +15 -2
- package/build/contracts/src/test-helpers/CryptographyPrimitivesTester.sol/CryptographyPrimitivesTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/CryptographyPrimitivesTester.sol/CryptographyPrimitivesTester.json +2 -2
- package/build/contracts/src/test-helpers/EthVault.sol/EthVault.dbg.json +1 -1
- package/build/contracts/src/test-helpers/EthVault.sol/EthVault.json +2 -2
- package/build/contracts/src/test-helpers/MessageTester.sol/MessageTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/MessageTester.sol/MessageTester.json +2 -2
- package/build/contracts/src/test-helpers/OutboxWithoutOptTester.sol/OutboxWithoutOptTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/OutboxWithoutOptTester.sol/OutboxWithoutOptTester.json +2 -2
- package/build/contracts/src/test-helpers/RollupMock.sol/RollupMock.dbg.json +1 -1
- package/build/contracts/src/test-helpers/RollupMock.sol/RollupMock.json +2 -15
- package/build/contracts/src/test-helpers/TestToken.sol/TestToken.dbg.json +1 -1
- package/build/contracts/src/test-helpers/TestToken.sol/TestToken.json +2 -2
- package/build/contracts/src/test-helpers/ValueArrayTester.sol/ValueArrayTester.dbg.json +1 -1
- package/build/contracts/src/test-helpers/ValueArrayTester.sol/ValueArrayTester.json +2 -2
- package/out/yul/Reader4844.yul/Reader4844.json +1 -1
- package/package.json +15 -5
- package/src/assertionStakingPool/AbsBoldStakingPool.sol +66 -0
- package/src/assertionStakingPool/AssertionStakingPool.sol +70 -0
- package/src/assertionStakingPool/AssertionStakingPoolCreator.sol +35 -0
- package/src/assertionStakingPool/EdgeStakingPool.sol +57 -0
- package/src/assertionStakingPool/EdgeStakingPoolCreator.sol +34 -0
- package/src/assertionStakingPool/StakingPoolCreatorUtils.sol +25 -0
- package/src/assertionStakingPool/interfaces/IAbsBoldStakingPool.sol +41 -0
- package/src/assertionStakingPool/interfaces/IAssertionStakingPool.sol +36 -0
- package/src/assertionStakingPool/interfaces/IAssertionStakingPoolCreator.sol +31 -0
- package/src/assertionStakingPool/interfaces/IEdgeStakingPool.sol +27 -0
- package/src/assertionStakingPool/interfaces/IEdgeStakingPoolCreator.sol +28 -0
- package/src/bridge/AbsBridge.sol +38 -48
- package/src/bridge/AbsInbox.sol +88 -97
- package/src/bridge/AbsOutbox.sol +23 -37
- package/src/bridge/Bridge.sol +6 -4
- package/src/bridge/DelayBuffer.sol +123 -0
- package/src/bridge/DelayBufferTypes.sol +38 -0
- package/src/bridge/ERC20Bridge.sol +8 -4
- package/src/bridge/ERC20Inbox.sol +46 -53
- package/src/bridge/ERC20Outbox.sol +7 -3
- package/src/bridge/GasRefunder.sol +38 -24
- package/src/bridge/IBridge.sol +30 -21
- package/src/bridge/IERC20Bridge.sol +1 -1
- package/src/bridge/IERC20Inbox.sol +4 -2
- package/src/bridge/IEthBridge.sol +4 -2
- package/src/bridge/IInbox.sol +4 -2
- package/src/bridge/IInboxBase.sol +17 -13
- package/src/bridge/IOutbox.sol +13 -8
- package/src/bridge/ISequencerInbox.sol +118 -13
- package/src/bridge/Inbox.sol +131 -151
- package/src/bridge/Messages.sol +48 -18
- package/src/bridge/Outbox.sol +6 -2
- package/src/bridge/SequencerInbox.sol +339 -274
- package/src/chain/CacheManager.sol +49 -18
- package/src/challengeV2/EdgeChallengeManager.sol +783 -0
- package/src/challengeV2/IAssertionChain.sol +39 -0
- package/src/challengeV2/libraries/ArrayUtilsLib.sol +61 -0
- package/src/challengeV2/libraries/ChallengeEdgeLib.sol +333 -0
- package/src/challengeV2/libraries/ChallengeErrors.sol +108 -0
- package/src/challengeV2/libraries/EdgeChallengeManagerLib.sol +930 -0
- package/src/challengeV2/libraries/Enums.sol +26 -0
- package/src/challengeV2/libraries/MerkleTreeAccumulatorLib.sol +390 -0
- package/src/challengeV2/libraries/UintUtilsLib.sol +74 -0
- package/src/libraries/AddressAliasHelper.sol +6 -2
- package/src/libraries/AdminFallbackProxy.sol +8 -4
- package/src/libraries/ArbitrumChecker.sol +3 -4
- package/src/libraries/CryptographyPrimitives.sol +39 -46
- package/src/libraries/DecimalsConverterHelper.sol +2 -4
- package/src/libraries/DoubleLogicUUPSUpgradeable.sol +10 -7
- package/src/libraries/Error.sol +18 -3
- package/src/libraries/GasRefundEnabled.sol +3 -4
- package/src/libraries/MerkleLib.sol +6 -5
- package/src/libraries/UUPSNotUpgradeable.sol +2 -4
- package/src/mocks/BridgeStub.sol +50 -48
- package/src/mocks/BridgeUnproxied.sol +2 -0
- package/src/mocks/InboxStub.sol +22 -17
- package/src/mocks/MerkleTreeAccess.sol +72 -0
- package/src/mocks/MockRollupEventInbox.sol +59 -0
- package/src/mocks/MultiCallTest.sol +3 -1
- package/src/mocks/PendingBlkTimeAndNrAdvanceCheck.sol +3 -1
- package/src/mocks/Program.sol +9 -7
- package/src/mocks/SequencerInboxBlobMock.sol +38 -0
- package/src/mocks/SequencerInboxStub.sol +9 -12
- package/src/mocks/Simple.sol +13 -25
- package/src/mocks/SimpleCacheManager.sol +10 -3
- package/src/mocks/SimpleOneStepProofEntry.sol +60 -0
- package/src/mocks/SimpleProxy.sol +3 -1
- package/src/mocks/TestWETH9.sol +30 -0
- package/src/mocks/UpgradeExecutorMock.sol +10 -17
- package/src/node-interface/NodeInterface.sol +23 -22
- package/src/node-interface/NodeInterfaceDebug.sol +5 -3
- package/src/osp/HashProofHelper.sol +9 -10
- package/src/osp/IOneStepProofEntry.sol +14 -9
- package/src/osp/IOneStepProver.sol +1 -0
- package/src/osp/OneStepProofEntry.sol +63 -54
- package/src/osp/OneStepProver0.sol +14 -27
- package/src/osp/OneStepProverHostIo.sol +31 -58
- package/src/osp/OneStepProverMath.sol +15 -23
- package/src/osp/OneStepProverMemory.sol +9 -23
- package/src/precompiles/ArbAddressTable.sol +19 -9
- package/src/precompiles/ArbAggregator.sol +12 -4
- package/src/precompiles/ArbBLS.sol +1 -3
- package/src/precompiles/ArbDebug.sol +5 -11
- package/src/precompiles/ArbFunctionTable.sol +7 -10
- package/src/precompiles/ArbGasInfo.sol +9 -43
- package/src/precompiles/ArbInfo.sol +6 -2
- package/src/precompiles/ArbOwner.sol +101 -34
- package/src/precompiles/ArbOwnerPublic.sol +6 -2
- package/src/precompiles/ArbRetryableTx.sol +15 -5
- package/src/precompiles/ArbStatistics.sol +1 -8
- package/src/precompiles/ArbSys.sol +16 -18
- package/src/precompiles/ArbWasm.sol +24 -14
- package/src/precompiles/ArbWasmCache.sol +15 -5
- package/src/precompiles/ArbosTest.sol +3 -1
- package/src/rollup/AbsRollupEventInbox.sol +15 -16
- package/src/rollup/Assertion.sol +100 -0
- package/src/rollup/AssertionState.sol +29 -0
- package/src/rollup/BOLDUpgradeAction.sol +631 -0
- package/src/rollup/BridgeCreator.sol +42 -15
- package/src/rollup/Config.sol +15 -7
- package/src/rollup/DeployHelper.sol +12 -31
- package/src/rollup/ERC20RollupEventInbox.sol +8 -9
- package/src/rollup/FactoryDeployerHelper.sol +8 -10
- package/src/rollup/IRollupAdmin.sol +127 -45
- package/src/rollup/IRollupCore.sol +64 -84
- package/src/rollup/IRollupEventInbox.sol +3 -1
- package/src/rollup/IRollupLogic.sol +35 -72
- package/src/rollup/RollupAdminLogic.sol +224 -203
- package/src/rollup/RollupCore.sol +407 -428
- package/src/rollup/RollupCreator.sol +88 -75
- package/src/rollup/RollupEventInbox.sol +7 -7
- package/src/rollup/RollupLib.sol +50 -86
- package/src/rollup/RollupProxy.sol +8 -12
- package/src/rollup/RollupUserLogic.sol +279 -644
- package/src/rollup/ValidatorUtils.sol +0 -242
- package/src/rollup/ValidatorWallet.sol +22 -38
- package/src/rollup/ValidatorWalletCreator.sol +8 -8
- package/src/state/Deserialize.sol +74 -96
- package/src/state/GlobalState.sol +74 -20
- package/src/state/Instructions.sol +4 -3
- package/src/state/Machine.sol +18 -19
- package/src/state/Module.sol +14 -13
- package/src/state/ModuleMemory.sol +6 -25
- package/src/state/ModuleMemoryCompact.sol +3 -1
- package/src/state/MultiStack.sol +16 -20
- package/src/state/PcArray.sol +7 -7
- package/src/state/StackFrame.sol +21 -14
- package/src/state/Value.sol +18 -6
- package/src/state/ValueArray.sol +7 -7
- package/src/state/ValueStack.sol +9 -3
- package/src/test-helpers/BridgeTester.sol +32 -42
- package/src/test-helpers/CryptographyPrimitivesTester.sol +12 -13
- package/src/test-helpers/EthVault.sol +4 -2
- package/src/test-helpers/InterfaceCompatibilityTester.sol +1 -1
- package/src/test-helpers/MessageTester.sol +3 -10
- package/src/test-helpers/OutboxWithoutOptTester.sol +12 -19
- package/src/test-helpers/RollupMock.sol +3 -7
- package/src/test-helpers/TestToken.sol +4 -2
- package/build/contracts/@openzeppelin/contracts-upgradeable/token/ERC20/IERC20Upgradeable.sol/IERC20Upgradeable.dbg.json +0 -4
- package/build/contracts/src/challenge/ChallengeLib.sol/ChallengeLib.dbg.json +0 -4
- package/build/contracts/src/challenge/ChallengeManager.sol/ChallengeManager.dbg.json +0 -4
- package/build/contracts/src/challenge/ChallengeManager.sol/ChallengeManager.json +0 -746
- package/build/contracts/src/challenge/IChallengeManager.sol/IChallengeManager.dbg.json +0 -4
- package/build/contracts/src/challenge/IChallengeManager.sol/IChallengeManager.json +0 -441
- package/build/contracts/src/challenge/IChallengeResultReceiver.sol/IChallengeResultReceiver.dbg.json +0 -4
- package/build/contracts/src/challenge/IChallengeResultReceiver.sol/IChallengeResultReceiver.json +0 -34
- package/build/contracts/src/mocks/MockResultReceiver.sol/MockResultReceiver.dbg.json +0 -4
- package/build/contracts/src/mocks/MockResultReceiver.sol/MockResultReceiver.json +0 -188
- package/build/contracts/src/mocks/SingleExecutionChallenge.sol/SingleExecutionChallenge.dbg.json +0 -4
- package/build/contracts/src/mocks/SingleExecutionChallenge.sol/SingleExecutionChallenge.json +0 -797
- package/build/contracts/src/mocks/TimedOutChallengeManager.sol/TimedOutChallengeManager.dbg.json +0 -4
- package/build/contracts/src/mocks/TimedOutChallengeManager.sol/TimedOutChallengeManager.json +0 -746
- package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserAbs.dbg.json +0 -4
- package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserAbs.json +0 -1332
- package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserERC20.dbg.json +0 -4
- package/build/contracts/src/rollup/IRollupLogic.sol/IRollupUserERC20.json +0 -1466
- package/build/contracts/src/rollup/Node.sol/NodeLib.dbg.json +0 -4
- package/build/contracts/src/rollup/RollupUserLogic.sol/AbsRollupUserLogic.dbg.json +0 -4
- package/build/contracts/src/rollup/RollupUserLogic.sol/AbsRollupUserLogic.json +0 -1614
- package/build/contracts/src/rollup/RollupUserLogic.sol/ERC20RollupUserLogic.dbg.json +0 -4
- package/build/contracts/src/rollup/RollupUserLogic.sol/ERC20RollupUserLogic.json +0 -1748
- package/build/contracts/src/rollup/ValidatorUtils.sol/ValidatorUtils.dbg.json +0 -4
- package/build/contracts/src/rollup/ValidatorUtils.sol/ValidatorUtils.json +0 -379
- package/src/challenge/ChallengeLib.sol +0 -88
- package/src/challenge/ChallengeManager.sol +0 -375
- package/src/challenge/IChallengeManager.sol +0 -86
- package/src/challenge/IChallengeResultReceiver.sol +0 -13
- package/src/mocks/MockResultReceiver.sol +0 -59
- package/src/mocks/SingleExecutionChallenge.sol +0 -41
- package/src/mocks/TimedOutChallengeManager.sol +0 -13
- package/src/rollup/Node.sol +0 -113
@@ -1,1466 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_format": "hh-sol-artifact-1",
|
3
|
-
"contractName": "IRollupUserERC20",
|
4
|
-
"sourceName": "src/rollup/IRollupLogic.sol",
|
5
|
-
"abi": [
|
6
|
-
{
|
7
|
-
"anonymous": false,
|
8
|
-
"inputs": [
|
9
|
-
{
|
10
|
-
"indexed": true,
|
11
|
-
"internalType": "uint64",
|
12
|
-
"name": "nodeNum",
|
13
|
-
"type": "uint64"
|
14
|
-
},
|
15
|
-
{
|
16
|
-
"indexed": false,
|
17
|
-
"internalType": "bytes32",
|
18
|
-
"name": "blockHash",
|
19
|
-
"type": "bytes32"
|
20
|
-
},
|
21
|
-
{
|
22
|
-
"indexed": false,
|
23
|
-
"internalType": "bytes32",
|
24
|
-
"name": "sendRoot",
|
25
|
-
"type": "bytes32"
|
26
|
-
}
|
27
|
-
],
|
28
|
-
"name": "NodeConfirmed",
|
29
|
-
"type": "event"
|
30
|
-
},
|
31
|
-
{
|
32
|
-
"anonymous": false,
|
33
|
-
"inputs": [
|
34
|
-
{
|
35
|
-
"indexed": true,
|
36
|
-
"internalType": "uint64",
|
37
|
-
"name": "nodeNum",
|
38
|
-
"type": "uint64"
|
39
|
-
},
|
40
|
-
{
|
41
|
-
"indexed": true,
|
42
|
-
"internalType": "bytes32",
|
43
|
-
"name": "parentNodeHash",
|
44
|
-
"type": "bytes32"
|
45
|
-
},
|
46
|
-
{
|
47
|
-
"indexed": true,
|
48
|
-
"internalType": "bytes32",
|
49
|
-
"name": "nodeHash",
|
50
|
-
"type": "bytes32"
|
51
|
-
},
|
52
|
-
{
|
53
|
-
"indexed": false,
|
54
|
-
"internalType": "bytes32",
|
55
|
-
"name": "executionHash",
|
56
|
-
"type": "bytes32"
|
57
|
-
},
|
58
|
-
{
|
59
|
-
"components": [
|
60
|
-
{
|
61
|
-
"components": [
|
62
|
-
{
|
63
|
-
"components": [
|
64
|
-
{
|
65
|
-
"internalType": "bytes32[2]",
|
66
|
-
"name": "bytes32Vals",
|
67
|
-
"type": "bytes32[2]"
|
68
|
-
},
|
69
|
-
{
|
70
|
-
"internalType": "uint64[2]",
|
71
|
-
"name": "u64Vals",
|
72
|
-
"type": "uint64[2]"
|
73
|
-
}
|
74
|
-
],
|
75
|
-
"internalType": "struct GlobalState",
|
76
|
-
"name": "globalState",
|
77
|
-
"type": "tuple"
|
78
|
-
},
|
79
|
-
{
|
80
|
-
"internalType": "enum MachineStatus",
|
81
|
-
"name": "machineStatus",
|
82
|
-
"type": "uint8"
|
83
|
-
}
|
84
|
-
],
|
85
|
-
"internalType": "struct ExecutionState",
|
86
|
-
"name": "beforeState",
|
87
|
-
"type": "tuple"
|
88
|
-
},
|
89
|
-
{
|
90
|
-
"components": [
|
91
|
-
{
|
92
|
-
"components": [
|
93
|
-
{
|
94
|
-
"internalType": "bytes32[2]",
|
95
|
-
"name": "bytes32Vals",
|
96
|
-
"type": "bytes32[2]"
|
97
|
-
},
|
98
|
-
{
|
99
|
-
"internalType": "uint64[2]",
|
100
|
-
"name": "u64Vals",
|
101
|
-
"type": "uint64[2]"
|
102
|
-
}
|
103
|
-
],
|
104
|
-
"internalType": "struct GlobalState",
|
105
|
-
"name": "globalState",
|
106
|
-
"type": "tuple"
|
107
|
-
},
|
108
|
-
{
|
109
|
-
"internalType": "enum MachineStatus",
|
110
|
-
"name": "machineStatus",
|
111
|
-
"type": "uint8"
|
112
|
-
}
|
113
|
-
],
|
114
|
-
"internalType": "struct ExecutionState",
|
115
|
-
"name": "afterState",
|
116
|
-
"type": "tuple"
|
117
|
-
},
|
118
|
-
{
|
119
|
-
"internalType": "uint64",
|
120
|
-
"name": "numBlocks",
|
121
|
-
"type": "uint64"
|
122
|
-
}
|
123
|
-
],
|
124
|
-
"indexed": false,
|
125
|
-
"internalType": "struct Assertion",
|
126
|
-
"name": "assertion",
|
127
|
-
"type": "tuple"
|
128
|
-
},
|
129
|
-
{
|
130
|
-
"indexed": false,
|
131
|
-
"internalType": "bytes32",
|
132
|
-
"name": "afterInboxBatchAcc",
|
133
|
-
"type": "bytes32"
|
134
|
-
},
|
135
|
-
{
|
136
|
-
"indexed": false,
|
137
|
-
"internalType": "bytes32",
|
138
|
-
"name": "wasmModuleRoot",
|
139
|
-
"type": "bytes32"
|
140
|
-
},
|
141
|
-
{
|
142
|
-
"indexed": false,
|
143
|
-
"internalType": "uint256",
|
144
|
-
"name": "inboxMaxCount",
|
145
|
-
"type": "uint256"
|
146
|
-
}
|
147
|
-
],
|
148
|
-
"name": "NodeCreated",
|
149
|
-
"type": "event"
|
150
|
-
},
|
151
|
-
{
|
152
|
-
"anonymous": false,
|
153
|
-
"inputs": [
|
154
|
-
{
|
155
|
-
"indexed": true,
|
156
|
-
"internalType": "uint64",
|
157
|
-
"name": "nodeNum",
|
158
|
-
"type": "uint64"
|
159
|
-
}
|
160
|
-
],
|
161
|
-
"name": "NodeRejected",
|
162
|
-
"type": "event"
|
163
|
-
},
|
164
|
-
{
|
165
|
-
"anonymous": false,
|
166
|
-
"inputs": [
|
167
|
-
{
|
168
|
-
"indexed": true,
|
169
|
-
"internalType": "uint64",
|
170
|
-
"name": "challengeIndex",
|
171
|
-
"type": "uint64"
|
172
|
-
},
|
173
|
-
{
|
174
|
-
"indexed": false,
|
175
|
-
"internalType": "address",
|
176
|
-
"name": "asserter",
|
177
|
-
"type": "address"
|
178
|
-
},
|
179
|
-
{
|
180
|
-
"indexed": false,
|
181
|
-
"internalType": "address",
|
182
|
-
"name": "challenger",
|
183
|
-
"type": "address"
|
184
|
-
},
|
185
|
-
{
|
186
|
-
"indexed": false,
|
187
|
-
"internalType": "uint64",
|
188
|
-
"name": "challengedNode",
|
189
|
-
"type": "uint64"
|
190
|
-
}
|
191
|
-
],
|
192
|
-
"name": "RollupChallengeStarted",
|
193
|
-
"type": "event"
|
194
|
-
},
|
195
|
-
{
|
196
|
-
"anonymous": false,
|
197
|
-
"inputs": [
|
198
|
-
{
|
199
|
-
"indexed": false,
|
200
|
-
"internalType": "bytes32",
|
201
|
-
"name": "machineHash",
|
202
|
-
"type": "bytes32"
|
203
|
-
},
|
204
|
-
{
|
205
|
-
"indexed": false,
|
206
|
-
"internalType": "uint256",
|
207
|
-
"name": "chainId",
|
208
|
-
"type": "uint256"
|
209
|
-
}
|
210
|
-
],
|
211
|
-
"name": "RollupInitialized",
|
212
|
-
"type": "event"
|
213
|
-
},
|
214
|
-
{
|
215
|
-
"anonymous": false,
|
216
|
-
"inputs": [
|
217
|
-
{
|
218
|
-
"indexed": true,
|
219
|
-
"internalType": "address",
|
220
|
-
"name": "user",
|
221
|
-
"type": "address"
|
222
|
-
},
|
223
|
-
{
|
224
|
-
"indexed": false,
|
225
|
-
"internalType": "uint256",
|
226
|
-
"name": "initialBalance",
|
227
|
-
"type": "uint256"
|
228
|
-
},
|
229
|
-
{
|
230
|
-
"indexed": false,
|
231
|
-
"internalType": "uint256",
|
232
|
-
"name": "finalBalance",
|
233
|
-
"type": "uint256"
|
234
|
-
}
|
235
|
-
],
|
236
|
-
"name": "UserStakeUpdated",
|
237
|
-
"type": "event"
|
238
|
-
},
|
239
|
-
{
|
240
|
-
"anonymous": false,
|
241
|
-
"inputs": [
|
242
|
-
{
|
243
|
-
"indexed": true,
|
244
|
-
"internalType": "address",
|
245
|
-
"name": "user",
|
246
|
-
"type": "address"
|
247
|
-
},
|
248
|
-
{
|
249
|
-
"indexed": false,
|
250
|
-
"internalType": "uint256",
|
251
|
-
"name": "initialBalance",
|
252
|
-
"type": "uint256"
|
253
|
-
},
|
254
|
-
{
|
255
|
-
"indexed": false,
|
256
|
-
"internalType": "uint256",
|
257
|
-
"name": "finalBalance",
|
258
|
-
"type": "uint256"
|
259
|
-
}
|
260
|
-
],
|
261
|
-
"name": "UserWithdrawableFundsUpdated",
|
262
|
-
"type": "event"
|
263
|
-
},
|
264
|
-
{
|
265
|
-
"inputs": [
|
266
|
-
{
|
267
|
-
"internalType": "address",
|
268
|
-
"name": "stakerAddress",
|
269
|
-
"type": "address"
|
270
|
-
},
|
271
|
-
{
|
272
|
-
"internalType": "uint256",
|
273
|
-
"name": "tokenAmount",
|
274
|
-
"type": "uint256"
|
275
|
-
}
|
276
|
-
],
|
277
|
-
"name": "addToDeposit",
|
278
|
-
"outputs": [],
|
279
|
-
"stateMutability": "nonpayable",
|
280
|
-
"type": "function"
|
281
|
-
},
|
282
|
-
{
|
283
|
-
"inputs": [
|
284
|
-
{
|
285
|
-
"internalType": "address",
|
286
|
-
"name": "staker",
|
287
|
-
"type": "address"
|
288
|
-
}
|
289
|
-
],
|
290
|
-
"name": "amountStaked",
|
291
|
-
"outputs": [
|
292
|
-
{
|
293
|
-
"internalType": "uint256",
|
294
|
-
"name": "",
|
295
|
-
"type": "uint256"
|
296
|
-
}
|
297
|
-
],
|
298
|
-
"stateMutability": "view",
|
299
|
-
"type": "function"
|
300
|
-
},
|
301
|
-
{
|
302
|
-
"inputs": [],
|
303
|
-
"name": "baseStake",
|
304
|
-
"outputs": [
|
305
|
-
{
|
306
|
-
"internalType": "uint256",
|
307
|
-
"name": "",
|
308
|
-
"type": "uint256"
|
309
|
-
}
|
310
|
-
],
|
311
|
-
"stateMutability": "view",
|
312
|
-
"type": "function"
|
313
|
-
},
|
314
|
-
{
|
315
|
-
"inputs": [],
|
316
|
-
"name": "bridge",
|
317
|
-
"outputs": [
|
318
|
-
{
|
319
|
-
"internalType": "contract IBridge",
|
320
|
-
"name": "",
|
321
|
-
"type": "address"
|
322
|
-
}
|
323
|
-
],
|
324
|
-
"stateMutability": "view",
|
325
|
-
"type": "function"
|
326
|
-
},
|
327
|
-
{
|
328
|
-
"inputs": [],
|
329
|
-
"name": "chainId",
|
330
|
-
"outputs": [
|
331
|
-
{
|
332
|
-
"internalType": "uint256",
|
333
|
-
"name": "",
|
334
|
-
"type": "uint256"
|
335
|
-
}
|
336
|
-
],
|
337
|
-
"stateMutability": "view",
|
338
|
-
"type": "function"
|
339
|
-
},
|
340
|
-
{
|
341
|
-
"inputs": [],
|
342
|
-
"name": "challengeManager",
|
343
|
-
"outputs": [
|
344
|
-
{
|
345
|
-
"internalType": "contract IChallengeManager",
|
346
|
-
"name": "",
|
347
|
-
"type": "address"
|
348
|
-
}
|
349
|
-
],
|
350
|
-
"stateMutability": "view",
|
351
|
-
"type": "function"
|
352
|
-
},
|
353
|
-
{
|
354
|
-
"inputs": [
|
355
|
-
{
|
356
|
-
"internalType": "bytes32",
|
357
|
-
"name": "blockHash",
|
358
|
-
"type": "bytes32"
|
359
|
-
},
|
360
|
-
{
|
361
|
-
"internalType": "bytes32",
|
362
|
-
"name": "sendRoot",
|
363
|
-
"type": "bytes32"
|
364
|
-
}
|
365
|
-
],
|
366
|
-
"name": "confirmNextNode",
|
367
|
-
"outputs": [],
|
368
|
-
"stateMutability": "nonpayable",
|
369
|
-
"type": "function"
|
370
|
-
},
|
371
|
-
{
|
372
|
-
"inputs": [],
|
373
|
-
"name": "confirmPeriodBlocks",
|
374
|
-
"outputs": [
|
375
|
-
{
|
376
|
-
"internalType": "uint64",
|
377
|
-
"name": "",
|
378
|
-
"type": "uint64"
|
379
|
-
}
|
380
|
-
],
|
381
|
-
"stateMutability": "view",
|
382
|
-
"type": "function"
|
383
|
-
},
|
384
|
-
{
|
385
|
-
"inputs": [
|
386
|
-
{
|
387
|
-
"internalType": "uint64",
|
388
|
-
"name": "nodeNum",
|
389
|
-
"type": "uint64"
|
390
|
-
}
|
391
|
-
],
|
392
|
-
"name": "countStakedZombies",
|
393
|
-
"outputs": [
|
394
|
-
{
|
395
|
-
"internalType": "uint256",
|
396
|
-
"name": "",
|
397
|
-
"type": "uint256"
|
398
|
-
}
|
399
|
-
],
|
400
|
-
"stateMutability": "view",
|
401
|
-
"type": "function"
|
402
|
-
},
|
403
|
-
{
|
404
|
-
"inputs": [
|
405
|
-
{
|
406
|
-
"internalType": "uint64",
|
407
|
-
"name": "nodeNum",
|
408
|
-
"type": "uint64"
|
409
|
-
}
|
410
|
-
],
|
411
|
-
"name": "countZombiesStakedOnChildren",
|
412
|
-
"outputs": [
|
413
|
-
{
|
414
|
-
"internalType": "uint256",
|
415
|
-
"name": "",
|
416
|
-
"type": "uint256"
|
417
|
-
}
|
418
|
-
],
|
419
|
-
"stateMutability": "view",
|
420
|
-
"type": "function"
|
421
|
-
},
|
422
|
-
{
|
423
|
-
"inputs": [
|
424
|
-
{
|
425
|
-
"internalType": "address[2]",
|
426
|
-
"name": "stakers",
|
427
|
-
"type": "address[2]"
|
428
|
-
},
|
429
|
-
{
|
430
|
-
"internalType": "uint64[2]",
|
431
|
-
"name": "nodeNums",
|
432
|
-
"type": "uint64[2]"
|
433
|
-
},
|
434
|
-
{
|
435
|
-
"internalType": "enum MachineStatus[2]",
|
436
|
-
"name": "machineStatuses",
|
437
|
-
"type": "uint8[2]"
|
438
|
-
},
|
439
|
-
{
|
440
|
-
"components": [
|
441
|
-
{
|
442
|
-
"internalType": "bytes32[2]",
|
443
|
-
"name": "bytes32Vals",
|
444
|
-
"type": "bytes32[2]"
|
445
|
-
},
|
446
|
-
{
|
447
|
-
"internalType": "uint64[2]",
|
448
|
-
"name": "u64Vals",
|
449
|
-
"type": "uint64[2]"
|
450
|
-
}
|
451
|
-
],
|
452
|
-
"internalType": "struct GlobalState[2]",
|
453
|
-
"name": "globalStates",
|
454
|
-
"type": "tuple[2]"
|
455
|
-
},
|
456
|
-
{
|
457
|
-
"internalType": "uint64",
|
458
|
-
"name": "numBlocks",
|
459
|
-
"type": "uint64"
|
460
|
-
},
|
461
|
-
{
|
462
|
-
"internalType": "bytes32",
|
463
|
-
"name": "secondExecutionHash",
|
464
|
-
"type": "bytes32"
|
465
|
-
},
|
466
|
-
{
|
467
|
-
"internalType": "uint256[2]",
|
468
|
-
"name": "proposedTimes",
|
469
|
-
"type": "uint256[2]"
|
470
|
-
},
|
471
|
-
{
|
472
|
-
"internalType": "bytes32[2]",
|
473
|
-
"name": "wasmModuleRoots",
|
474
|
-
"type": "bytes32[2]"
|
475
|
-
}
|
476
|
-
],
|
477
|
-
"name": "createChallenge",
|
478
|
-
"outputs": [],
|
479
|
-
"stateMutability": "nonpayable",
|
480
|
-
"type": "function"
|
481
|
-
},
|
482
|
-
{
|
483
|
-
"inputs": [
|
484
|
-
{
|
485
|
-
"internalType": "address",
|
486
|
-
"name": "staker",
|
487
|
-
"type": "address"
|
488
|
-
}
|
489
|
-
],
|
490
|
-
"name": "currentChallenge",
|
491
|
-
"outputs": [
|
492
|
-
{
|
493
|
-
"internalType": "uint64",
|
494
|
-
"name": "",
|
495
|
-
"type": "uint64"
|
496
|
-
}
|
497
|
-
],
|
498
|
-
"stateMutability": "view",
|
499
|
-
"type": "function"
|
500
|
-
},
|
501
|
-
{
|
502
|
-
"inputs": [],
|
503
|
-
"name": "currentRequiredStake",
|
504
|
-
"outputs": [
|
505
|
-
{
|
506
|
-
"internalType": "uint256",
|
507
|
-
"name": "",
|
508
|
-
"type": "uint256"
|
509
|
-
}
|
510
|
-
],
|
511
|
-
"stateMutability": "view",
|
512
|
-
"type": "function"
|
513
|
-
},
|
514
|
-
{
|
515
|
-
"inputs": [],
|
516
|
-
"name": "extraChallengeTimeBlocks",
|
517
|
-
"outputs": [
|
518
|
-
{
|
519
|
-
"internalType": "uint64",
|
520
|
-
"name": "",
|
521
|
-
"type": "uint64"
|
522
|
-
}
|
523
|
-
],
|
524
|
-
"stateMutability": "view",
|
525
|
-
"type": "function"
|
526
|
-
},
|
527
|
-
{
|
528
|
-
"inputs": [
|
529
|
-
{
|
530
|
-
"internalType": "bytes32",
|
531
|
-
"name": "blockHash",
|
532
|
-
"type": "bytes32"
|
533
|
-
},
|
534
|
-
{
|
535
|
-
"internalType": "bytes32",
|
536
|
-
"name": "sendRoot",
|
537
|
-
"type": "bytes32"
|
538
|
-
},
|
539
|
-
{
|
540
|
-
"internalType": "bytes32",
|
541
|
-
"name": "nodeHash",
|
542
|
-
"type": "bytes32"
|
543
|
-
}
|
544
|
-
],
|
545
|
-
"name": "fastConfirmNextNode",
|
546
|
-
"outputs": [],
|
547
|
-
"stateMutability": "nonpayable",
|
548
|
-
"type": "function"
|
549
|
-
},
|
550
|
-
{
|
551
|
-
"inputs": [],
|
552
|
-
"name": "firstUnresolvedNode",
|
553
|
-
"outputs": [
|
554
|
-
{
|
555
|
-
"internalType": "uint64",
|
556
|
-
"name": "",
|
557
|
-
"type": "uint64"
|
558
|
-
}
|
559
|
-
],
|
560
|
-
"stateMutability": "view",
|
561
|
-
"type": "function"
|
562
|
-
},
|
563
|
-
{
|
564
|
-
"inputs": [
|
565
|
-
{
|
566
|
-
"internalType": "uint64",
|
567
|
-
"name": "nodeNum",
|
568
|
-
"type": "uint64"
|
569
|
-
}
|
570
|
-
],
|
571
|
-
"name": "getNode",
|
572
|
-
"outputs": [
|
573
|
-
{
|
574
|
-
"components": [
|
575
|
-
{
|
576
|
-
"internalType": "bytes32",
|
577
|
-
"name": "stateHash",
|
578
|
-
"type": "bytes32"
|
579
|
-
},
|
580
|
-
{
|
581
|
-
"internalType": "bytes32",
|
582
|
-
"name": "challengeHash",
|
583
|
-
"type": "bytes32"
|
584
|
-
},
|
585
|
-
{
|
586
|
-
"internalType": "bytes32",
|
587
|
-
"name": "confirmData",
|
588
|
-
"type": "bytes32"
|
589
|
-
},
|
590
|
-
{
|
591
|
-
"internalType": "uint64",
|
592
|
-
"name": "prevNum",
|
593
|
-
"type": "uint64"
|
594
|
-
},
|
595
|
-
{
|
596
|
-
"internalType": "uint64",
|
597
|
-
"name": "deadlineBlock",
|
598
|
-
"type": "uint64"
|
599
|
-
},
|
600
|
-
{
|
601
|
-
"internalType": "uint64",
|
602
|
-
"name": "noChildConfirmedBeforeBlock",
|
603
|
-
"type": "uint64"
|
604
|
-
},
|
605
|
-
{
|
606
|
-
"internalType": "uint64",
|
607
|
-
"name": "stakerCount",
|
608
|
-
"type": "uint64"
|
609
|
-
},
|
610
|
-
{
|
611
|
-
"internalType": "uint64",
|
612
|
-
"name": "childStakerCount",
|
613
|
-
"type": "uint64"
|
614
|
-
},
|
615
|
-
{
|
616
|
-
"internalType": "uint64",
|
617
|
-
"name": "firstChildBlock",
|
618
|
-
"type": "uint64"
|
619
|
-
},
|
620
|
-
{
|
621
|
-
"internalType": "uint64",
|
622
|
-
"name": "latestChildNumber",
|
623
|
-
"type": "uint64"
|
624
|
-
},
|
625
|
-
{
|
626
|
-
"internalType": "uint64",
|
627
|
-
"name": "createdAtBlock",
|
628
|
-
"type": "uint64"
|
629
|
-
},
|
630
|
-
{
|
631
|
-
"internalType": "bytes32",
|
632
|
-
"name": "nodeHash",
|
633
|
-
"type": "bytes32"
|
634
|
-
}
|
635
|
-
],
|
636
|
-
"internalType": "struct Node",
|
637
|
-
"name": "",
|
638
|
-
"type": "tuple"
|
639
|
-
}
|
640
|
-
],
|
641
|
-
"stateMutability": "view",
|
642
|
-
"type": "function"
|
643
|
-
},
|
644
|
-
{
|
645
|
-
"inputs": [
|
646
|
-
{
|
647
|
-
"internalType": "uint64",
|
648
|
-
"name": "nodeNum",
|
649
|
-
"type": "uint64"
|
650
|
-
}
|
651
|
-
],
|
652
|
-
"name": "getNodeCreationBlockForLogLookup",
|
653
|
-
"outputs": [
|
654
|
-
{
|
655
|
-
"internalType": "uint256",
|
656
|
-
"name": "",
|
657
|
-
"type": "uint256"
|
658
|
-
}
|
659
|
-
],
|
660
|
-
"stateMutability": "view",
|
661
|
-
"type": "function"
|
662
|
-
},
|
663
|
-
{
|
664
|
-
"inputs": [
|
665
|
-
{
|
666
|
-
"internalType": "address",
|
667
|
-
"name": "staker",
|
668
|
-
"type": "address"
|
669
|
-
}
|
670
|
-
],
|
671
|
-
"name": "getStaker",
|
672
|
-
"outputs": [
|
673
|
-
{
|
674
|
-
"components": [
|
675
|
-
{
|
676
|
-
"internalType": "uint256",
|
677
|
-
"name": "amountStaked",
|
678
|
-
"type": "uint256"
|
679
|
-
},
|
680
|
-
{
|
681
|
-
"internalType": "uint64",
|
682
|
-
"name": "index",
|
683
|
-
"type": "uint64"
|
684
|
-
},
|
685
|
-
{
|
686
|
-
"internalType": "uint64",
|
687
|
-
"name": "latestStakedNode",
|
688
|
-
"type": "uint64"
|
689
|
-
},
|
690
|
-
{
|
691
|
-
"internalType": "uint64",
|
692
|
-
"name": "currentChallenge",
|
693
|
-
"type": "uint64"
|
694
|
-
},
|
695
|
-
{
|
696
|
-
"internalType": "bool",
|
697
|
-
"name": "isStaked",
|
698
|
-
"type": "bool"
|
699
|
-
}
|
700
|
-
],
|
701
|
-
"internalType": "struct IRollupCore.Staker",
|
702
|
-
"name": "",
|
703
|
-
"type": "tuple"
|
704
|
-
}
|
705
|
-
],
|
706
|
-
"stateMutability": "view",
|
707
|
-
"type": "function"
|
708
|
-
},
|
709
|
-
{
|
710
|
-
"inputs": [
|
711
|
-
{
|
712
|
-
"internalType": "uint64",
|
713
|
-
"name": "stakerNum",
|
714
|
-
"type": "uint64"
|
715
|
-
}
|
716
|
-
],
|
717
|
-
"name": "getStakerAddress",
|
718
|
-
"outputs": [
|
719
|
-
{
|
720
|
-
"internalType": "address",
|
721
|
-
"name": "",
|
722
|
-
"type": "address"
|
723
|
-
}
|
724
|
-
],
|
725
|
-
"stateMutability": "view",
|
726
|
-
"type": "function"
|
727
|
-
},
|
728
|
-
{
|
729
|
-
"inputs": [
|
730
|
-
{
|
731
|
-
"internalType": "address",
|
732
|
-
"name": "stakeToken",
|
733
|
-
"type": "address"
|
734
|
-
}
|
735
|
-
],
|
736
|
-
"name": "initialize",
|
737
|
-
"outputs": [],
|
738
|
-
"stateMutability": "view",
|
739
|
-
"type": "function"
|
740
|
-
},
|
741
|
-
{
|
742
|
-
"inputs": [],
|
743
|
-
"name": "isERC20Enabled",
|
744
|
-
"outputs": [
|
745
|
-
{
|
746
|
-
"internalType": "bool",
|
747
|
-
"name": "",
|
748
|
-
"type": "bool"
|
749
|
-
}
|
750
|
-
],
|
751
|
-
"stateMutability": "view",
|
752
|
-
"type": "function"
|
753
|
-
},
|
754
|
-
{
|
755
|
-
"inputs": [
|
756
|
-
{
|
757
|
-
"internalType": "address",
|
758
|
-
"name": "staker",
|
759
|
-
"type": "address"
|
760
|
-
}
|
761
|
-
],
|
762
|
-
"name": "isStaked",
|
763
|
-
"outputs": [
|
764
|
-
{
|
765
|
-
"internalType": "bool",
|
766
|
-
"name": "",
|
767
|
-
"type": "bool"
|
768
|
-
}
|
769
|
-
],
|
770
|
-
"stateMutability": "view",
|
771
|
-
"type": "function"
|
772
|
-
},
|
773
|
-
{
|
774
|
-
"inputs": [
|
775
|
-
{
|
776
|
-
"internalType": "address",
|
777
|
-
"name": "",
|
778
|
-
"type": "address"
|
779
|
-
}
|
780
|
-
],
|
781
|
-
"name": "isValidator",
|
782
|
-
"outputs": [
|
783
|
-
{
|
784
|
-
"internalType": "bool",
|
785
|
-
"name": "",
|
786
|
-
"type": "bool"
|
787
|
-
}
|
788
|
-
],
|
789
|
-
"stateMutability": "view",
|
790
|
-
"type": "function"
|
791
|
-
},
|
792
|
-
{
|
793
|
-
"inputs": [
|
794
|
-
{
|
795
|
-
"internalType": "address",
|
796
|
-
"name": "staker",
|
797
|
-
"type": "address"
|
798
|
-
}
|
799
|
-
],
|
800
|
-
"name": "isZombie",
|
801
|
-
"outputs": [
|
802
|
-
{
|
803
|
-
"internalType": "bool",
|
804
|
-
"name": "",
|
805
|
-
"type": "bool"
|
806
|
-
}
|
807
|
-
],
|
808
|
-
"stateMutability": "view",
|
809
|
-
"type": "function"
|
810
|
-
},
|
811
|
-
{
|
812
|
-
"inputs": [],
|
813
|
-
"name": "lastStakeBlock",
|
814
|
-
"outputs": [
|
815
|
-
{
|
816
|
-
"internalType": "uint64",
|
817
|
-
"name": "",
|
818
|
-
"type": "uint64"
|
819
|
-
}
|
820
|
-
],
|
821
|
-
"stateMutability": "view",
|
822
|
-
"type": "function"
|
823
|
-
},
|
824
|
-
{
|
825
|
-
"inputs": [],
|
826
|
-
"name": "latestConfirmed",
|
827
|
-
"outputs": [
|
828
|
-
{
|
829
|
-
"internalType": "uint64",
|
830
|
-
"name": "",
|
831
|
-
"type": "uint64"
|
832
|
-
}
|
833
|
-
],
|
834
|
-
"stateMutability": "view",
|
835
|
-
"type": "function"
|
836
|
-
},
|
837
|
-
{
|
838
|
-
"inputs": [],
|
839
|
-
"name": "latestNodeCreated",
|
840
|
-
"outputs": [
|
841
|
-
{
|
842
|
-
"internalType": "uint64",
|
843
|
-
"name": "",
|
844
|
-
"type": "uint64"
|
845
|
-
}
|
846
|
-
],
|
847
|
-
"stateMutability": "view",
|
848
|
-
"type": "function"
|
849
|
-
},
|
850
|
-
{
|
851
|
-
"inputs": [
|
852
|
-
{
|
853
|
-
"internalType": "address",
|
854
|
-
"name": "staker",
|
855
|
-
"type": "address"
|
856
|
-
}
|
857
|
-
],
|
858
|
-
"name": "latestStakedNode",
|
859
|
-
"outputs": [
|
860
|
-
{
|
861
|
-
"internalType": "uint64",
|
862
|
-
"name": "",
|
863
|
-
"type": "uint64"
|
864
|
-
}
|
865
|
-
],
|
866
|
-
"stateMutability": "view",
|
867
|
-
"type": "function"
|
868
|
-
},
|
869
|
-
{
|
870
|
-
"inputs": [],
|
871
|
-
"name": "loserStakeEscrow",
|
872
|
-
"outputs": [
|
873
|
-
{
|
874
|
-
"internalType": "address",
|
875
|
-
"name": "",
|
876
|
-
"type": "address"
|
877
|
-
}
|
878
|
-
],
|
879
|
-
"stateMutability": "view",
|
880
|
-
"type": "function"
|
881
|
-
},
|
882
|
-
{
|
883
|
-
"inputs": [],
|
884
|
-
"name": "minimumAssertionPeriod",
|
885
|
-
"outputs": [
|
886
|
-
{
|
887
|
-
"internalType": "uint256",
|
888
|
-
"name": "",
|
889
|
-
"type": "uint256"
|
890
|
-
}
|
891
|
-
],
|
892
|
-
"stateMutability": "view",
|
893
|
-
"type": "function"
|
894
|
-
},
|
895
|
-
{
|
896
|
-
"inputs": [
|
897
|
-
{
|
898
|
-
"internalType": "uint256",
|
899
|
-
"name": "tokenAmount",
|
900
|
-
"type": "uint256"
|
901
|
-
},
|
902
|
-
{
|
903
|
-
"internalType": "uint64",
|
904
|
-
"name": "nodeNum",
|
905
|
-
"type": "uint64"
|
906
|
-
},
|
907
|
-
{
|
908
|
-
"internalType": "bytes32",
|
909
|
-
"name": "nodeHash",
|
910
|
-
"type": "bytes32"
|
911
|
-
}
|
912
|
-
],
|
913
|
-
"name": "newStakeOnExistingNode",
|
914
|
-
"outputs": [],
|
915
|
-
"stateMutability": "nonpayable",
|
916
|
-
"type": "function"
|
917
|
-
},
|
918
|
-
{
|
919
|
-
"inputs": [
|
920
|
-
{
|
921
|
-
"internalType": "uint256",
|
922
|
-
"name": "tokenAmount",
|
923
|
-
"type": "uint256"
|
924
|
-
},
|
925
|
-
{
|
926
|
-
"components": [
|
927
|
-
{
|
928
|
-
"components": [
|
929
|
-
{
|
930
|
-
"components": [
|
931
|
-
{
|
932
|
-
"internalType": "bytes32[2]",
|
933
|
-
"name": "bytes32Vals",
|
934
|
-
"type": "bytes32[2]"
|
935
|
-
},
|
936
|
-
{
|
937
|
-
"internalType": "uint64[2]",
|
938
|
-
"name": "u64Vals",
|
939
|
-
"type": "uint64[2]"
|
940
|
-
}
|
941
|
-
],
|
942
|
-
"internalType": "struct GlobalState",
|
943
|
-
"name": "globalState",
|
944
|
-
"type": "tuple"
|
945
|
-
},
|
946
|
-
{
|
947
|
-
"internalType": "enum MachineStatus",
|
948
|
-
"name": "machineStatus",
|
949
|
-
"type": "uint8"
|
950
|
-
}
|
951
|
-
],
|
952
|
-
"internalType": "struct ExecutionState",
|
953
|
-
"name": "beforeState",
|
954
|
-
"type": "tuple"
|
955
|
-
},
|
956
|
-
{
|
957
|
-
"components": [
|
958
|
-
{
|
959
|
-
"components": [
|
960
|
-
{
|
961
|
-
"internalType": "bytes32[2]",
|
962
|
-
"name": "bytes32Vals",
|
963
|
-
"type": "bytes32[2]"
|
964
|
-
},
|
965
|
-
{
|
966
|
-
"internalType": "uint64[2]",
|
967
|
-
"name": "u64Vals",
|
968
|
-
"type": "uint64[2]"
|
969
|
-
}
|
970
|
-
],
|
971
|
-
"internalType": "struct GlobalState",
|
972
|
-
"name": "globalState",
|
973
|
-
"type": "tuple"
|
974
|
-
},
|
975
|
-
{
|
976
|
-
"internalType": "enum MachineStatus",
|
977
|
-
"name": "machineStatus",
|
978
|
-
"type": "uint8"
|
979
|
-
}
|
980
|
-
],
|
981
|
-
"internalType": "struct ExecutionState",
|
982
|
-
"name": "afterState",
|
983
|
-
"type": "tuple"
|
984
|
-
},
|
985
|
-
{
|
986
|
-
"internalType": "uint64",
|
987
|
-
"name": "numBlocks",
|
988
|
-
"type": "uint64"
|
989
|
-
}
|
990
|
-
],
|
991
|
-
"internalType": "struct Assertion",
|
992
|
-
"name": "assertion",
|
993
|
-
"type": "tuple"
|
994
|
-
},
|
995
|
-
{
|
996
|
-
"internalType": "bytes32",
|
997
|
-
"name": "expectedNodeHash",
|
998
|
-
"type": "bytes32"
|
999
|
-
},
|
1000
|
-
{
|
1001
|
-
"internalType": "uint256",
|
1002
|
-
"name": "prevNodeInboxMaxCount",
|
1003
|
-
"type": "uint256"
|
1004
|
-
}
|
1005
|
-
],
|
1006
|
-
"name": "newStakeOnNewNode",
|
1007
|
-
"outputs": [],
|
1008
|
-
"stateMutability": "nonpayable",
|
1009
|
-
"type": "function"
|
1010
|
-
},
|
1011
|
-
{
|
1012
|
-
"inputs": [
|
1013
|
-
{
|
1014
|
-
"internalType": "uint64",
|
1015
|
-
"name": "nodeNum",
|
1016
|
-
"type": "uint64"
|
1017
|
-
},
|
1018
|
-
{
|
1019
|
-
"internalType": "address",
|
1020
|
-
"name": "staker",
|
1021
|
-
"type": "address"
|
1022
|
-
}
|
1023
|
-
],
|
1024
|
-
"name": "nodeHasStaker",
|
1025
|
-
"outputs": [
|
1026
|
-
{
|
1027
|
-
"internalType": "bool",
|
1028
|
-
"name": "",
|
1029
|
-
"type": "bool"
|
1030
|
-
}
|
1031
|
-
],
|
1032
|
-
"stateMutability": "view",
|
1033
|
-
"type": "function"
|
1034
|
-
},
|
1035
|
-
{
|
1036
|
-
"inputs": [],
|
1037
|
-
"name": "outbox",
|
1038
|
-
"outputs": [
|
1039
|
-
{
|
1040
|
-
"internalType": "contract IOutbox",
|
1041
|
-
"name": "",
|
1042
|
-
"type": "address"
|
1043
|
-
}
|
1044
|
-
],
|
1045
|
-
"stateMutability": "view",
|
1046
|
-
"type": "function"
|
1047
|
-
},
|
1048
|
-
{
|
1049
|
-
"inputs": [],
|
1050
|
-
"name": "owner",
|
1051
|
-
"outputs": [
|
1052
|
-
{
|
1053
|
-
"internalType": "address",
|
1054
|
-
"name": "",
|
1055
|
-
"type": "address"
|
1056
|
-
}
|
1057
|
-
],
|
1058
|
-
"stateMutability": "view",
|
1059
|
-
"type": "function"
|
1060
|
-
},
|
1061
|
-
{
|
1062
|
-
"inputs": [
|
1063
|
-
{
|
1064
|
-
"internalType": "uint256",
|
1065
|
-
"name": "target",
|
1066
|
-
"type": "uint256"
|
1067
|
-
}
|
1068
|
-
],
|
1069
|
-
"name": "reduceDeposit",
|
1070
|
-
"outputs": [],
|
1071
|
-
"stateMutability": "nonpayable",
|
1072
|
-
"type": "function"
|
1073
|
-
},
|
1074
|
-
{
|
1075
|
-
"inputs": [
|
1076
|
-
{
|
1077
|
-
"internalType": "address",
|
1078
|
-
"name": "stakerAddress",
|
1079
|
-
"type": "address"
|
1080
|
-
}
|
1081
|
-
],
|
1082
|
-
"name": "rejectNextNode",
|
1083
|
-
"outputs": [],
|
1084
|
-
"stateMutability": "nonpayable",
|
1085
|
-
"type": "function"
|
1086
|
-
},
|
1087
|
-
{
|
1088
|
-
"inputs": [
|
1089
|
-
{
|
1090
|
-
"internalType": "uint256",
|
1091
|
-
"name": "startIndex",
|
1092
|
-
"type": "uint256"
|
1093
|
-
}
|
1094
|
-
],
|
1095
|
-
"name": "removeOldZombies",
|
1096
|
-
"outputs": [],
|
1097
|
-
"stateMutability": "nonpayable",
|
1098
|
-
"type": "function"
|
1099
|
-
},
|
1100
|
-
{
|
1101
|
-
"inputs": [],
|
1102
|
-
"name": "removeWhitelistAfterFork",
|
1103
|
-
"outputs": [],
|
1104
|
-
"stateMutability": "nonpayable",
|
1105
|
-
"type": "function"
|
1106
|
-
},
|
1107
|
-
{
|
1108
|
-
"inputs": [],
|
1109
|
-
"name": "removeWhitelistAfterValidatorAfk",
|
1110
|
-
"outputs": [],
|
1111
|
-
"stateMutability": "nonpayable",
|
1112
|
-
"type": "function"
|
1113
|
-
},
|
1114
|
-
{
|
1115
|
-
"inputs": [
|
1116
|
-
{
|
1117
|
-
"internalType": "uint256",
|
1118
|
-
"name": "zombieNum",
|
1119
|
-
"type": "uint256"
|
1120
|
-
},
|
1121
|
-
{
|
1122
|
-
"internalType": "uint256",
|
1123
|
-
"name": "maxNodes",
|
1124
|
-
"type": "uint256"
|
1125
|
-
}
|
1126
|
-
],
|
1127
|
-
"name": "removeZombie",
|
1128
|
-
"outputs": [],
|
1129
|
-
"stateMutability": "nonpayable",
|
1130
|
-
"type": "function"
|
1131
|
-
},
|
1132
|
-
{
|
1133
|
-
"inputs": [
|
1134
|
-
{
|
1135
|
-
"internalType": "uint256",
|
1136
|
-
"name": "nodeNum",
|
1137
|
-
"type": "uint256"
|
1138
|
-
}
|
1139
|
-
],
|
1140
|
-
"name": "requireUnresolved",
|
1141
|
-
"outputs": [],
|
1142
|
-
"stateMutability": "view",
|
1143
|
-
"type": "function"
|
1144
|
-
},
|
1145
|
-
{
|
1146
|
-
"inputs": [],
|
1147
|
-
"name": "requireUnresolvedExists",
|
1148
|
-
"outputs": [],
|
1149
|
-
"stateMutability": "view",
|
1150
|
-
"type": "function"
|
1151
|
-
},
|
1152
|
-
{
|
1153
|
-
"inputs": [
|
1154
|
-
{
|
1155
|
-
"internalType": "uint256",
|
1156
|
-
"name": "blockNumber",
|
1157
|
-
"type": "uint256"
|
1158
|
-
},
|
1159
|
-
{
|
1160
|
-
"internalType": "uint64",
|
1161
|
-
"name": "firstUnresolvedNodeNum",
|
1162
|
-
"type": "uint64"
|
1163
|
-
},
|
1164
|
-
{
|
1165
|
-
"internalType": "uint64",
|
1166
|
-
"name": "latestCreatedNode",
|
1167
|
-
"type": "uint64"
|
1168
|
-
}
|
1169
|
-
],
|
1170
|
-
"name": "requiredStake",
|
1171
|
-
"outputs": [
|
1172
|
-
{
|
1173
|
-
"internalType": "uint256",
|
1174
|
-
"name": "",
|
1175
|
-
"type": "uint256"
|
1176
|
-
}
|
1177
|
-
],
|
1178
|
-
"stateMutability": "view",
|
1179
|
-
"type": "function"
|
1180
|
-
},
|
1181
|
-
{
|
1182
|
-
"inputs": [
|
1183
|
-
{
|
1184
|
-
"internalType": "address",
|
1185
|
-
"name": "stakerAddress",
|
1186
|
-
"type": "address"
|
1187
|
-
}
|
1188
|
-
],
|
1189
|
-
"name": "returnOldDeposit",
|
1190
|
-
"outputs": [],
|
1191
|
-
"stateMutability": "nonpayable",
|
1192
|
-
"type": "function"
|
1193
|
-
},
|
1194
|
-
{
|
1195
|
-
"inputs": [],
|
1196
|
-
"name": "rollupEventInbox",
|
1197
|
-
"outputs": [
|
1198
|
-
{
|
1199
|
-
"internalType": "contract IRollupEventInbox",
|
1200
|
-
"name": "",
|
1201
|
-
"type": "address"
|
1202
|
-
}
|
1203
|
-
],
|
1204
|
-
"stateMutability": "view",
|
1205
|
-
"type": "function"
|
1206
|
-
},
|
1207
|
-
{
|
1208
|
-
"inputs": [],
|
1209
|
-
"name": "sequencerInbox",
|
1210
|
-
"outputs": [
|
1211
|
-
{
|
1212
|
-
"internalType": "contract ISequencerInbox",
|
1213
|
-
"name": "",
|
1214
|
-
"type": "address"
|
1215
|
-
}
|
1216
|
-
],
|
1217
|
-
"stateMutability": "view",
|
1218
|
-
"type": "function"
|
1219
|
-
},
|
1220
|
-
{
|
1221
|
-
"inputs": [
|
1222
|
-
{
|
1223
|
-
"internalType": "uint64",
|
1224
|
-
"name": "nodeNum",
|
1225
|
-
"type": "uint64"
|
1226
|
-
},
|
1227
|
-
{
|
1228
|
-
"internalType": "bytes32",
|
1229
|
-
"name": "nodeHash",
|
1230
|
-
"type": "bytes32"
|
1231
|
-
}
|
1232
|
-
],
|
1233
|
-
"name": "stakeOnExistingNode",
|
1234
|
-
"outputs": [],
|
1235
|
-
"stateMutability": "nonpayable",
|
1236
|
-
"type": "function"
|
1237
|
-
},
|
1238
|
-
{
|
1239
|
-
"inputs": [
|
1240
|
-
{
|
1241
|
-
"components": [
|
1242
|
-
{
|
1243
|
-
"components": [
|
1244
|
-
{
|
1245
|
-
"components": [
|
1246
|
-
{
|
1247
|
-
"internalType": "bytes32[2]",
|
1248
|
-
"name": "bytes32Vals",
|
1249
|
-
"type": "bytes32[2]"
|
1250
|
-
},
|
1251
|
-
{
|
1252
|
-
"internalType": "uint64[2]",
|
1253
|
-
"name": "u64Vals",
|
1254
|
-
"type": "uint64[2]"
|
1255
|
-
}
|
1256
|
-
],
|
1257
|
-
"internalType": "struct GlobalState",
|
1258
|
-
"name": "globalState",
|
1259
|
-
"type": "tuple"
|
1260
|
-
},
|
1261
|
-
{
|
1262
|
-
"internalType": "enum MachineStatus",
|
1263
|
-
"name": "machineStatus",
|
1264
|
-
"type": "uint8"
|
1265
|
-
}
|
1266
|
-
],
|
1267
|
-
"internalType": "struct ExecutionState",
|
1268
|
-
"name": "beforeState",
|
1269
|
-
"type": "tuple"
|
1270
|
-
},
|
1271
|
-
{
|
1272
|
-
"components": [
|
1273
|
-
{
|
1274
|
-
"components": [
|
1275
|
-
{
|
1276
|
-
"internalType": "bytes32[2]",
|
1277
|
-
"name": "bytes32Vals",
|
1278
|
-
"type": "bytes32[2]"
|
1279
|
-
},
|
1280
|
-
{
|
1281
|
-
"internalType": "uint64[2]",
|
1282
|
-
"name": "u64Vals",
|
1283
|
-
"type": "uint64[2]"
|
1284
|
-
}
|
1285
|
-
],
|
1286
|
-
"internalType": "struct GlobalState",
|
1287
|
-
"name": "globalState",
|
1288
|
-
"type": "tuple"
|
1289
|
-
},
|
1290
|
-
{
|
1291
|
-
"internalType": "enum MachineStatus",
|
1292
|
-
"name": "machineStatus",
|
1293
|
-
"type": "uint8"
|
1294
|
-
}
|
1295
|
-
],
|
1296
|
-
"internalType": "struct ExecutionState",
|
1297
|
-
"name": "afterState",
|
1298
|
-
"type": "tuple"
|
1299
|
-
},
|
1300
|
-
{
|
1301
|
-
"internalType": "uint64",
|
1302
|
-
"name": "numBlocks",
|
1303
|
-
"type": "uint64"
|
1304
|
-
}
|
1305
|
-
],
|
1306
|
-
"internalType": "struct Assertion",
|
1307
|
-
"name": "assertion",
|
1308
|
-
"type": "tuple"
|
1309
|
-
},
|
1310
|
-
{
|
1311
|
-
"internalType": "bytes32",
|
1312
|
-
"name": "expectedNodeHash",
|
1313
|
-
"type": "bytes32"
|
1314
|
-
},
|
1315
|
-
{
|
1316
|
-
"internalType": "uint256",
|
1317
|
-
"name": "prevNodeInboxMaxCount",
|
1318
|
-
"type": "uint256"
|
1319
|
-
}
|
1320
|
-
],
|
1321
|
-
"name": "stakeOnNewNode",
|
1322
|
-
"outputs": [],
|
1323
|
-
"stateMutability": "nonpayable",
|
1324
|
-
"type": "function"
|
1325
|
-
},
|
1326
|
-
{
|
1327
|
-
"inputs": [],
|
1328
|
-
"name": "stakeToken",
|
1329
|
-
"outputs": [
|
1330
|
-
{
|
1331
|
-
"internalType": "address",
|
1332
|
-
"name": "",
|
1333
|
-
"type": "address"
|
1334
|
-
}
|
1335
|
-
],
|
1336
|
-
"stateMutability": "view",
|
1337
|
-
"type": "function"
|
1338
|
-
},
|
1339
|
-
{
|
1340
|
-
"inputs": [],
|
1341
|
-
"name": "stakerCount",
|
1342
|
-
"outputs": [
|
1343
|
-
{
|
1344
|
-
"internalType": "uint64",
|
1345
|
-
"name": "",
|
1346
|
-
"type": "uint64"
|
1347
|
-
}
|
1348
|
-
],
|
1349
|
-
"stateMutability": "view",
|
1350
|
-
"type": "function"
|
1351
|
-
},
|
1352
|
-
{
|
1353
|
-
"inputs": [],
|
1354
|
-
"name": "validatorWhitelistDisabled",
|
1355
|
-
"outputs": [
|
1356
|
-
{
|
1357
|
-
"internalType": "bool",
|
1358
|
-
"name": "",
|
1359
|
-
"type": "bool"
|
1360
|
-
}
|
1361
|
-
],
|
1362
|
-
"stateMutability": "view",
|
1363
|
-
"type": "function"
|
1364
|
-
},
|
1365
|
-
{
|
1366
|
-
"inputs": [],
|
1367
|
-
"name": "wasmModuleRoot",
|
1368
|
-
"outputs": [
|
1369
|
-
{
|
1370
|
-
"internalType": "bytes32",
|
1371
|
-
"name": "",
|
1372
|
-
"type": "bytes32"
|
1373
|
-
}
|
1374
|
-
],
|
1375
|
-
"stateMutability": "view",
|
1376
|
-
"type": "function"
|
1377
|
-
},
|
1378
|
-
{
|
1379
|
-
"inputs": [],
|
1380
|
-
"name": "withdrawStakerFunds",
|
1381
|
-
"outputs": [
|
1382
|
-
{
|
1383
|
-
"internalType": "uint256",
|
1384
|
-
"name": "",
|
1385
|
-
"type": "uint256"
|
1386
|
-
}
|
1387
|
-
],
|
1388
|
-
"stateMutability": "nonpayable",
|
1389
|
-
"type": "function"
|
1390
|
-
},
|
1391
|
-
{
|
1392
|
-
"inputs": [
|
1393
|
-
{
|
1394
|
-
"internalType": "address",
|
1395
|
-
"name": "owner",
|
1396
|
-
"type": "address"
|
1397
|
-
}
|
1398
|
-
],
|
1399
|
-
"name": "withdrawableFunds",
|
1400
|
-
"outputs": [
|
1401
|
-
{
|
1402
|
-
"internalType": "uint256",
|
1403
|
-
"name": "",
|
1404
|
-
"type": "uint256"
|
1405
|
-
}
|
1406
|
-
],
|
1407
|
-
"stateMutability": "view",
|
1408
|
-
"type": "function"
|
1409
|
-
},
|
1410
|
-
{
|
1411
|
-
"inputs": [
|
1412
|
-
{
|
1413
|
-
"internalType": "uint256",
|
1414
|
-
"name": "zombieNum",
|
1415
|
-
"type": "uint256"
|
1416
|
-
}
|
1417
|
-
],
|
1418
|
-
"name": "zombieAddress",
|
1419
|
-
"outputs": [
|
1420
|
-
{
|
1421
|
-
"internalType": "address",
|
1422
|
-
"name": "",
|
1423
|
-
"type": "address"
|
1424
|
-
}
|
1425
|
-
],
|
1426
|
-
"stateMutability": "view",
|
1427
|
-
"type": "function"
|
1428
|
-
},
|
1429
|
-
{
|
1430
|
-
"inputs": [],
|
1431
|
-
"name": "zombieCount",
|
1432
|
-
"outputs": [
|
1433
|
-
{
|
1434
|
-
"internalType": "uint256",
|
1435
|
-
"name": "",
|
1436
|
-
"type": "uint256"
|
1437
|
-
}
|
1438
|
-
],
|
1439
|
-
"stateMutability": "view",
|
1440
|
-
"type": "function"
|
1441
|
-
},
|
1442
|
-
{
|
1443
|
-
"inputs": [
|
1444
|
-
{
|
1445
|
-
"internalType": "uint256",
|
1446
|
-
"name": "zombieNum",
|
1447
|
-
"type": "uint256"
|
1448
|
-
}
|
1449
|
-
],
|
1450
|
-
"name": "zombieLatestStakedNode",
|
1451
|
-
"outputs": [
|
1452
|
-
{
|
1453
|
-
"internalType": "uint64",
|
1454
|
-
"name": "",
|
1455
|
-
"type": "uint64"
|
1456
|
-
}
|
1457
|
-
],
|
1458
|
-
"stateMutability": "view",
|
1459
|
-
"type": "function"
|
1460
|
-
}
|
1461
|
-
],
|
1462
|
-
"bytecode": "0x",
|
1463
|
-
"deployedBytecode": "0x",
|
1464
|
-
"linkReferences": {},
|
1465
|
-
"deployedLinkReferences": {}
|
1466
|
-
}
|