Commit 11dc0da
committed
Add ArbOwner impl for resource constraints
1 parent 2688401 commit 11dc0da
File tree
6 files changed
+67
-3
lines changed- arbos/constraints
- contracts-local/src
- precompiles
6 files changed
+67
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
- .github/workflows/slither.yml+2
- .gitmodules+3
- audit-ci.jsonc+3-1
- package.json+1-1
- slither.db.json+1-1
- src/bridge/extra/ERC20MigrationOutbox.sol+44
- src/bridge/extra/IERC20MigrationOutbox.sol+38
- src/mocks/ArbOS11To32UpgradeTest.sol-18
- src/mocks/Benchmarks.sol-52
- src/mocks/BigMap.sol-23
- src/mocks/CreateTest.sol-44
- src/mocks/HostioTest.sol-200
- src/mocks/MultiCallTest.sol-119
- src/mocks/PendingBlkTimeAndNrAdvanceCheck.sol-31
- src/mocks/Program.sol-128
- src/mocks/ProxyAdminForBinding.sol-9
- src/mocks/SdkStorage.sol-176
- src/mocks/SelfDestruct.sol-33
- src/mocks/Simple.sol-168
- src/mocks/SimpleCacheManager.sol-29
- src/mocks/SimpleProxy.sol-21
- src/precompiles+1
- src/precompiles/ArbAddressTable.sol-70
- src/precompiles/ArbAggregator.sol-60
- src/precompiles/ArbBLS.sol-9
- src/precompiles/ArbDebug.sol-40
- src/precompiles/ArbFunctionTable.sol-26
- src/precompiles/ArbGasInfo.sol-118
- src/precompiles/ArbInfo.sol-19
- src/precompiles/ArbNativeTokenManager.sol-39
- src/precompiles/ArbOwner.sol-248
- src/precompiles/ArbOwnerPublic.sol-61
- src/precompiles/ArbRetryableTx.sol-111
- src/precompiles/ArbStatistics.sol-22
- src/precompiles/ArbSys.sol-151
- src/precompiles/ArbWasm.sol-129
- src/precompiles/ArbWasmCache.sol-46
- src/precompiles/ArbosActs.sol-48
- src/precompiles/ArbosTest.sol-16
- test/foundry/ERC20MigrationOutbox.t.sol+59
- test/signatures/ERC20MigrationOutbox+13
- test/signatures/test-sigs.bash+1-1
- test/storage/ERC20MigrationOutbox+6
- test/storage/test.bash+1-1
- yarn.lock+12-34
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
453 | 455 | | |
454 | 456 | | |
455 | 457 | | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
0 commit comments