- 29 Oct, 2023 9 commits
- 28 Oct, 2023 16 commits
-
-
clabby authored
feat(op-node): Fetch receipts directly from `reth`'s DB
-
clabby authored
Co-Authored-By:
inphi <mlaw2501@gmail.com>
-
clabby authored
-
clabby authored
rustdoc
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
fix(ci): Pin nightly commit in `foundry` for devnet job
-
clabby authored
-
Mark Tyneway authored
Parameterize python binary in Makefile
-
- 27 Oct, 2023 15 commits
-
-
Mark Tyneway authored
ci: enable codecov comments for contracts
-
inphi authored
-
Joshua Gutow authored
ci: Notify slack when semgrep or docker publish fails on develop branch
-
Mark Tyneway authored
op-e2e: Wait for external clients to terminate after Kill()
-
Jason Yellick authored
Although ideally, all python minor versions (3.x) would be backwards compatible, unfortunately that is not the case. Consequently, sometimes developers will have multiple python builds available on their systems, not just a single `python3`. This change simply makes the python binary name a parameter of the Makefile so that affected developers may pass: ``` PYTHON=python-3.9 make ``` Or similar.
-
Will Cory authored
(fix)indexer: add timestamp to op-indexer withdrawals response
-
Lukas Rosario authored
-
Adrian Sutton authored
Missing envvars setting for --override.canyon flag
-
Adrian Sutton authored
op-e2e: Disable cannon tests for external geth
-
Adrian Sutton authored
Otherwise the client may write to a directory the test tries to delete causing failures.
-
Michael de Hoog authored
-
Adrian Sutton authored
Moves choice of running cannon tests to a separate env var rather so it is possible to run cannon tests with HTTP when desired.
-
Adrian Sutton authored
-
Adrian Sutton authored
op-e2e: Fix race condition with removing included tx from the pool
-
Mark Tyneway authored
Specify that the recognized batch submitter account is stored in the System Configuration.
-