Skip to content

Commit

Permalink
Merge pull request #271 from bobanetwork/enable-TestEIP1559Params
Browse files Browse the repository at this point in the history
Enable TestEIP1559Params test
  • Loading branch information
boyuan-chen authored Oct 31, 2024
2 parents cdba9b2 + e1a69ef commit fb562f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions op-e2e/external_erigon/test_parms.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"TestPreregolith/UnusedGasConsumed_RegolithNotYetActive": "Erigon doesn't reject building the block when the gas exceeds the block gas limit; instead, it discards transactions until they fit within the block",
"TestMultipleGameTypes": "TODO, this should be investigated, is probably the debug_dbGet though",
"TestSendRawTransactionConditionalEnabled": "TODO, this new feature should be added to Erigon",
"TestSendRawTransactionConditionalTxForwarding": "TODO, this new feature should be added to Erigon",
"TestEIP1559Params": "TODO, this new feature should be added to Erigon"
"TestSendRawTransactionConditionalTxForwarding": "TODO, this new feature should be added to Erigon"
}
}
4 changes: 2 additions & 2 deletions op-erigon/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ require (
zombiezen.com/go/sqlite v0.13.1 // indirect
)

replace github.com/ledgerwatch/erigon-lib => github.com/bobanetwork/op-erigon/erigon-lib v0.0.0-20241025172136-afc04920f125
replace github.com/ledgerwatch/erigon-lib => github.com/bobanetwork/op-erigon/erigon-lib v0.0.0-20241031182336-ad2f95a2486a

replace github.com/tendermint/tendermint => github.com/bnb-chain/tendermint v0.31.12

replace github.com/ledgerwatch/erigon => github.com/bobanetwork/op-erigon v1.9.7-0.20241025172136-afc04920f125
replace github.com/ledgerwatch/erigon => github.com/bobanetwork/op-erigon v1.9.7-0.20241031182336-ad2f95a2486a
8 changes: 4 additions & 4 deletions op-erigon/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA=
github.com/bits-and-blooms/bitset v1.12.0 h1:U/q1fAF7xXRhFCrhROzIfffYnu+dlS38vCZtmFVPHmA=
github.com/bits-and-blooms/bitset v1.12.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
github.com/bobanetwork/op-erigon v1.9.7-0.20241025172136-afc04920f125 h1:m+kHc6jQktbBWmgKLrYb3TVk/1yDBXHIv8C21ZrSjbo=
github.com/bobanetwork/op-erigon v1.9.7-0.20241025172136-afc04920f125/go.mod h1:9IGAErMx/oTFnZCAWCHrxbLh3Ef63frBofSqwc9ZrYk=
github.com/bobanetwork/op-erigon/erigon-lib v0.0.0-20241025172136-afc04920f125 h1:fvz36ye3LjDuVm7KVLF30V4VcpLNk2zATBJwFIWTbpA=
github.com/bobanetwork/op-erigon/erigon-lib v0.0.0-20241025172136-afc04920f125/go.mod h1:S4mcboN3Vc2cOJ6ctwRktUvgzvrzE6ZmwtVLltTbjJU=
github.com/bobanetwork/op-erigon v1.9.7-0.20241031182336-ad2f95a2486a h1:yRAO+5G8FkdaefD3Nj43D5rhsBwvr5HnHCtZEm6JQYQ=
github.com/bobanetwork/op-erigon v1.9.7-0.20241031182336-ad2f95a2486a/go.mod h1:9IGAErMx/oTFnZCAWCHrxbLh3Ef63frBofSqwc9ZrYk=
github.com/bobanetwork/op-erigon/erigon-lib v0.0.0-20241031182336-ad2f95a2486a h1:P340VhzYRCkdKrcRur2EE3EvvLTwJYqlCBei77UKivY=
github.com/bobanetwork/op-erigon/erigon-lib v0.0.0-20241031182336-ad2f95a2486a/go.mod h1:MYbeMroF/hDyVaaX6ZVq8WhEOZthqiC6SrqujMiXJLk=
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g=
github.com/bradfitz/iter v0.0.0-20140124041915-454541ec3da2/go.mod h1:PyRFw1Lt2wKX4ZVSQ2mk+PeDa1rxyObEDlApuIsUKuo=
github.com/bradfitz/iter v0.0.0-20190303215204-33e6a9893b0c/go.mod h1:PyRFw1Lt2wKX4ZVSQ2mk+PeDa1rxyObEDlApuIsUKuo=
Expand Down

0 comments on commit fb562f4

Please sign in to comment.