- 09 Aug, 2023 25 commits
-
-
mergify[bot] authored
-
OptimismBot authored
op-chain-ops: Fix flaky TestCode
-
Joshua Gutow authored
If getting an empty code value in the state DB, geth returns `nil`, not an empty array. This is funcationally equivalent if you are checking the length, but not the same if you expect to get the same object out that you put in. This now checks for this special case & prevents the test from flaking. This can be tested by running `go test ./state -count=10 -run=TestCode` in the op-chain-ops folder. Without this change the test will fail, with this change it will now pass.
-
OptimismBot authored
contracts-bedrock: erc721 bridge single impl
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Update the ERC721 bridge so that a single implementation can be used across many different chains. Still need to double check the storage layout before this is good, but the tests are passing. Also need to update all the code that touches the go bindings.
-
Mark Tyneway authored
-
OptimismBot authored
feat(indexer): Index CrossDomainMessenger messages
-
Hamdi Allam authored
-
OptimismBot authored
feat(indexer): Index OptimismPortal & L2ToL1MP Txs
-
mergify[bot] authored
-
OptimismBot authored
chore: Clean up op-e2e Dispute Game Helpers
-
- 08 Aug, 2023 15 commits
-
-
mergify[bot] authored
-
Hamdi Allam authored
-
OptimismBot authored
contracts-bedrock: single implementation L1StandardBridge
-
Andreas Bigger authored
-
Hamdi Allam authored
-
mergify[bot] authored
-
Will Cory authored
-
OptimismBot authored
op-e2e: Use helper to send deposit tx in TestMixedDepositValidity
-
Adrian Sutton authored
Helper avoid flakiness by padding the gas limit for the L1 tx.
-
OptimismBot authored
feat(ctb): `MIPS` constructor
-
Mark Tyneway authored
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-