8000 feat: challenge protocol update by 0xbenyun · Pull Request #440 · kroma-network/kroma · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: challenge protocol update #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
6 changes: 4 additions & 2 deletions packages/contracts/.storage-layout
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@
|----------------------|----------------------------------------------------------------|------|--------|-------|--------------------------------------|
| _initialized | uint8 | 0 | 0 | 1 | contracts/L1/Colosseum.sol:Colosseum |
| _initializing | bool | 0 | 1 | 1 | contracts/L1/Colosseum.sol:Colosseum |
| segmentsLengths | mapping(uint256 => uint256) | 1 | 0 | 32 | contracts/L1/Colosseum.sol:Colosseum |
| challenges | mapping(uint256 => mapping(address => struct Types.Challenge)) | 2 | 0 | 32 | contracts/L1/Colosseum.sol:Colosseum |
| spacer_1_0_32 | uint256 | 1 | 0 | 32 | contracts/L1/Colosseum.sol:Colosseum |
| spacer_2_0_32 | uint256 | 2 | 0 | 32 | contracts/L1/Colosseum.sol:Colosseum |
| verifiedPublicInputs | mapping(bytes32 => bool) | 3 | 0 | 32 | contracts/L1/Colosseum.sol:Colosseum |
| deletedOutputs | mapping(uint256 => struct Types.CheckpointOutput) | 4 | 0 | 32 | contracts/L1/Colosseum.sol:Colosseum |
| assertions | mapping(uint256 => struct Types.Assertion) | 5 | 0 | 32 | contracts/L1/Colosseum.sol:Colosseum |
| challenges | mapping(uint256 => mapping(address => struct Types.Challenge)) | 6 | 0 | 32 | contracts/L1/Colosseum.sol:Colosseum |

=======================
➡ contracts/L1/SecurityCouncil.sol:SecurityCouncil
Expand Down
Loading
Loading
0