- 16 Aug, 2023 30 commits
-
-
mergify[bot] authored
-
Mark Tyneway authored
chore: More robust caching strategy for pnpm installs in circle ci
-
OptimismBot authored
Update tag-service.yml
-
Mark Tyneway authored
A new config value was added and not having it in the deploy config will cause the deploy script to break. This adds the new value so that the deploy script works again.
-
mergify[bot] authored
-
OptimismBot authored
feat(indexer): Pull latest gateway-frontend
-
Will Cory authored
-
OptimismBot authored
chore(core-utils): pnpm up --latest
-
Will Cory authored
-
mergify[bot] authored
-
Will Cory authored
chore(chain-mon): pnpm up --latest
-
mergify[bot] authored
-
OptimismBot authored
Merge pull request #6803 from ethereum-optimism/08-15-chore_indexer_Remove_logger_config_from_config chore(indexer): Remove logger config from config
-
mergify[bot] authored
-
OptimismBot authored
contracts-bedrock: goerli deploy config
-
mergify[bot] authored
-
OptimismBot authored
fix(indexer): Fix cli flags
-
mergify[bot] authored
-
OptimismBot authored
feat(ctb): `CONTRIBUTING.md`
-
Joshua Gutow authored
-
mergify[bot] authored
-
OptimismBot authored
op-service: Harden Transaction Manager
-
Will Cory authored
-
mergify[bot] authored
-
OptimismBot authored
op-service: Cleanup backoff.Do implementation
-
Will Cory authored
-
mergify[bot] authored
-
OptimismBot authored
op-e2e: Add e2e test for challenger responding to multiple games
-
Will Cory authored
-
Will Cory authored
-
- 15 Aug, 2023 10 commits
-
-
mergify[bot] authored
-
clabby authored
-
Joshua Gutow authored
-
clabby authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
clabby authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
clabby authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
clabby authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
clabby authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
clabby authored
Co-authored-by:
refcell.eth <abigger87@gmail.com>
-
Joshua Gutow authored
The context in txmgr.Send is now being checked for cancellations by the retry package which wraps craftTx. This caused an error in one of the txmgr queue tests. The flow of the test is that it would send a valid tx, send an invalid tx, and then send another tx. It'd expect that the last tx got cancelled because of the context cancellation propogation (i.e. if one tx in the queue fails, all will fail). Because the context is cancelled prior to the call to txmgr.Send & this check on the context, the transaction is no longer failing in the receipt loop, but at craftTx. This test checked that the transaction would make it to the receipt loop (via hooking into sendTx where it recorded the nonce).
-