- 16 Dec, 2021 3 commits
- 15 Dec, 2021 10 commits
-
-
Indeavr authored
-
indeavr authored
This is a WIP commit with the purpose of quick feedback on the result.
-
Matthew Slipper authored
Force proxyd build
-
Ben Wilson authored
-
Matthew Slipper authored
Add nightly builds via CircleCI
-
Matthew Slipper authored
Metadata: - Fixes ENG-1660
-
Matthew Slipper authored
Proxyd should use json logging
-
Ben Wilson authored
-
Liam Horne authored
Version Packages
-
Matthew Slipper authored
feat: surface miner nonce too high errors
-
- 14 Dec, 2021 12 commits
-
-
Conner Fromknecht authored
This commit exposes the ErrNonceTooHigh at the execution level to external users. Previously the error was mapped to ErrNonceTooLow to match the mempool behavior. As this is a new error, and one not currently exposed in L1, this could be a breaking change for some applications depending on how the error messages are parsed.
-
github-actions[bot] authored
-
Ben Wilson authored
Develop -> Master PR
-
smartcontracts authored
feat: add v0 go batch submitter and gh actions integration
-
Conner Fromknecht authored
For some reason the log level environment variables aren't being picked up, and neither is the default value for the flag being applied to the final binary when run in docker. Remove this commit once a fix is established.
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
Attempting to compile L1 and L2 get in the same binary produces a symbole collision since the CGO names for the library methods are identical. To avoid this, we simply reexport the L1 secp256k1 members that rely on CGO.
-
smartcontracts authored
feat: tweaks from final SDK behavior review
-
- 13 Dec, 2021 1 commit
-
-
Kelvin Fichter authored
-
- 11 Dec, 2021 4 commits
-
-
Matthew Slipper authored
go/proxyd: Various fixes
-
Matthew Slipper authored
- Updates the HTTP response code metric to includes 200s - Removes the total HTTP requests metric since it's redundant - Fixes `MaxRetries` to read from the correct config variable - Reduces max retry backoff to 3 seconds
-
Mark Tyneway authored
Develop -> Master Release PR
-
Mark Tyneway authored
Version Packages
-
- 10 Dec, 2021 10 commits
-
-
github-actions[bot] authored
-
Ben Wilson authored
Develop -> Master
-
Conner Fromknecht authored
editorconfig: display Go code with 4 space tabs
-
Conner Fromknecht authored
Github will also pick this up and use this formatting on web.
-
Mark Tyneway authored
Fixed github release workflow tag on op-exporter
-
smartcontracts authored
feat: CrossChainERC20Pair test scaffold
-
Conner Fromknecht authored
feat: add batchTxBuildTime performance gauge
-
Conner Fromknecht authored
This will allow us to accurately track how long we spend building batches as we look to increase maxTxBatchSize.
-
Kelvin Fichter authored
-
Matthew Slipper authored
feat: surface low-level sequencer execution errors, fix itest flakes
-