- 14 Dec, 2021 9 commits
-
-
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 3 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
Version Packages
-
- 10 Dec, 2021 13 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
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
- 09 Dec, 2021 14 commits
-
-
smartcontracts authored
feat: add sdk utils and corresponding tests
-
Ben Wilson authored
-
Mark Tyneway authored
feat: Add audits folder
-
Kelvin Fichter authored
-
Ben Wilson authored
-
Ben Wilson authored
-
smartcontracts authored
feat: add test scaffold for CrossChainProvider
-
smartcontracts authored
feat: add CrossChainMessenger test scaffold and CrossChainERC20Pair API
-
Mark Tyneway authored
Develop -> Master Release PR
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Ben Wilson authored
Develop -> Master Release PR
-
Kelvin Fichter authored
-
Matthew Slipper authored
go/proxyd: Allow string RPC IDs
-