- 16 Jun, 2023 14 commits
-
-
clabby authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
clabby authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
- 15 Jun, 2023 20 commits
-
-
Mark Tyneway authored
contracts-bedrock: delete multisig package for upgrade
-
OptimismBot authored
op-node: Use single option for peer scoring level
-
OptimismBot authored
op-node: handle -32600 receipts err code, and always fallback to err msg
-
protolambda authored
-
OptimismBot authored
op-node: Fix TestMultiPeerSync flakiness
-
mergify[bot] authored
-
OptimismBot authored
feat(c-mon): Add wallet-mon service
-
mergify[bot] authored
-
OptimismBot authored
unify genesis factories
-
Mark Tyneway authored
This package is no longer necessary because it was used for the upgrade to bedrock. It contained a bunch of gnosis safe tx builder compliant json files. It is nice to have them in the history but we do not need to keep them around after the upgrade.
-
mergify[bot] authored
-
OptimismBot authored
feat(ctb): `toNibbles` optimization.
-
Maurelian authored
-
Maurelian authored
-
Maurelian authored
-
mergify[bot] authored
-
Mark Tyneway authored
contracts-bedrock: Convert Echidna tests to Forge invariants for ResourceMetering
-
mergify[bot] authored
-
Mark Tyneway authored
feat: upgradable dgf
-
Roberto Bayardo authored
fix predeploy documentation matrix to show ProxyAdmin as proxied
-
- 14 Jun, 2023 6 commits
-
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Alter the dispute game factory such that it used in with a proxy pattern. The tests are minimally modified in a way where they now go through the proxy because the constructor prevents usage of the contract by setting the owner to `address(0)`. We should strive to follow this sort of pattern, although it makes testing a bit more difficult, it forces us to test the contracts behind proxies which is what happens in production plus it also makes the implementation unusable such that it cannot be mistaken as the real thing.
-
Mark Tyneway authored
feat(ctb): Remove PoPs `BondManager` impl
-