forked from l2beat/l2beat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from l2beat/main
[pull] main from l2beat:main
- Loading branch information
Showing
150 changed files
with
5,560 additions
and
1,246 deletions.
There are no files selected for viewing
2,240 changes: 2,240 additions & 0 deletions
2,240
...es/backend/discovery/_templates/opstack/SystemConfig/shape/SystemConfig_v2_3_0_beta_5.sol
Large diffs are not rendered by default.
Oops, something went wrong.
67 changes: 67 additions & 0 deletions
67
packages/backend/discovery/bobanetwork/ethereum/diffHistory.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,70 @@ | ||
Generated with discovered.json: 0x8d063efb8aca257b5f302697e4e4618982c8c3a5 | ||
|
||
# Diff at Wed, 18 Dec 2024 10:01:20 GMT: | ||
|
||
- author: sekuba (<[email protected]>) | ||
- comparing to: main@a44ef6747febdd9930ef05420e60556c20899f13 block: 20919938 | ||
- current block number: 21428646 | ||
|
||
## Description | ||
|
||
SystemConfig upgrade to version `2.3.0-beta.5`, which is a post-faultproofs version. But since the DisputeGameFactory address is not set and OptimismPortal is still on an old version, this has no consequence on the state validation logic. | ||
|
||
## Watched changes | ||
|
||
```diff | ||
contract SystemConfig (0x158Fd5715F16Ac1F2Dc959A299B383aAaf9B59EB) { | ||
+++ description: Contains configuration parameters such as the Sequencer address, gas limit on this chain and the unsafe block signer address. | ||
sourceHashes.1: | ||
- "0xdf9a11b46747139bfe0135df8a65a2728a2dbd60a689e2398c45627915cdd752" | ||
+ "0xe8f575933bc08fd1b1839c74e98447d0a629845c07c4281981ee0ba86ce88298" | ||
values.$implementation: | ||
- "0xfaE274B77BA59f001196689f93E9e73693866f4a" | ||
+ "0xb52F8f5D1285e3bc13F9C53D27C6F7336a3B50A9" | ||
values.$pastUpgrades.1: | ||
+ ["2024-12-16T17:58:59.000Z","0x2dd4983dfade963b3da262a0c56b5085ffc5ee2f3046292326568738250b5a42",["0xb52F8f5D1285e3bc13F9C53D27C6F7336a3B50A9"]] | ||
values.$upgradeCount: | ||
- 1 | ||
+ 2 | ||
values.L2_OUTPUT_ORACLE_SLOT: | ||
- "0xe52a667f71ec761b9b381c7b76ca9b852adf7e8905da0e0ad49986a0a6871815" | ||
values.l2OutputOracle: | ||
- "0xbB7aD3f9CCbC94085b7F7B1D5258e59F5F068741" | ||
values.version: | ||
- "1.12.0" | ||
+ "2.3.0-beta.5" | ||
values.basefeeScalar: | ||
+ 500000 | ||
values.blobbasefeeScalar: | ||
+ 1014213 | ||
values.DISPUTE_GAME_FACTORY_SLOT: | ||
+ "0x52322a25d9f59ea17656545543306b7aef62bc0cc53a0e65ccfa0c75b97aa906" | ||
values.disputeGameFactory: | ||
+ "0x0000000000000000000000000000000000000000" | ||
values.eip1559Denominator: | ||
+ 0 | ||
values.eip1559Elasticity: | ||
+ 0 | ||
values.gasPayingToken: | ||
+ {"addr_":"0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE","decimals_":18} | ||
values.gasPayingTokenName: | ||
+ "Ether" | ||
values.gasPayingTokenSymbol: | ||
+ "ETH" | ||
values.isCustomGasToken: | ||
+ false | ||
values.maximumGasLimit: | ||
+ 200000000 | ||
} | ||
``` | ||
|
||
## Source code changes | ||
|
||
```diff | ||
.../SystemConfig/SystemConfig.sol | 1502 +++++++++++++++++++- | ||
1 file changed, 1462 insertions(+), 40 deletions(-) | ||
``` | ||
|
||
Generated with discovered.json: 0x8724b65dcee24112f0c4a946b885a8647360af24 | ||
|
||
# Diff at Fri, 01 Nov 2024 12:23:12 GMT: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,41 @@ | ||
Generated with discovered.json: 0x2bd708fab05955301c1f1d6ccf735f064a471fbd | ||
|
||
# Diff at Wed, 18 Dec 2024 12:34:31 GMT: | ||
|
||
- author: sekuba (<[email protected]>) | ||
- comparing to: main@a44ef6747febdd9930ef05420e60556c20899f13 block: 21394564 | ||
- current block number: 21429443 | ||
|
||
## Description | ||
|
||
Minor Bridger upgrade, notably adding a `rescueToken` function callable by the owner that does what it says (Bridger does not usually escrow funds, it behaves like a router). | ||
|
||
## Watched changes | ||
|
||
```diff | ||
contract Bridger (0x0f1b7bd7762662B23486320AA91F30312184f70C) { | ||
+++ description: Bridger gateway that can swap assets to 'L2 final assets' before bridging them to the L2. | ||
sourceHashes.1: | ||
- "0xe7c2c13ea3945f7f426234c719fd1c436d2f5e0152427b80b30ca059c9f2f4e5" | ||
+ "0xe2aec4572349f66126b1ebb9d5e63c56d78d4655c3d036b5fdcd621c052125e5" | ||
values.$implementation: | ||
- "0x21D3921B50617BDef223207118950B0b577e4007" | ||
+ "0xae2F80339Bdd9bd384502A62aEe956eAbF3796e6" | ||
values.$pastUpgrades.11: | ||
+ ["2024-12-17T00:38:35.000Z","0x9e8c1bcb81d01c1d3ed8c7f0b34ac033d5838e341641a809a6a1ad101139e118",["0xae2F80339Bdd9bd384502A62aEe956eAbF3796e6"]] | ||
values.$upgradeCount: | ||
- 11 | ||
+ 12 | ||
} | ||
``` | ||
|
||
## Source code changes | ||
|
||
```diff | ||
.../{.flat@21394564 => .flat}/Bridger/Bridger.sol | 27 ++++++++++++++++++++-- | ||
1 file changed, 25 insertions(+), 2 deletions(-) | ||
``` | ||
|
||
Generated with discovered.json: 0x8a5f69d0cb6b892ebfd38ca8887bac3224e03da8 | ||
|
||
# Diff at Fri, 06 Dec 2024 08:09:46 GMT: | ||
|
Oops, something went wrong.