- 16 Dec, 2021 10 commits
-
-
smartcontracts authored
Version Packages
-
smartcontracts authored
feat: tests for CrossChainProvider constructor and getMessagesByTransaction
-
github-actions[bot] authored
-
smartcontracts authored
Develop -> Master
-
Kelvin Fichter authored
-
smartcontracts authored
Version Packages
-
Conner Fromknecht authored
feat: add telemetry to go batch-submitter
-
Conner Fromknecht authored
-
smartcontracts authored
feat: add SDK contract utils and corresponding tests
-
Kelvin Fichter authored
-
- 15 Dec, 2021 10 commits
-
-
Matthew Slipper authored
Force proxyd build
-
Ben Wilson authored
-
github-actions[bot] authored
-
Ben Wilson authored
Develop -> Master Release PR
-
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 3 commits
-
-
github-actions[bot] authored
-
Ben Wilson authored
Develop -> Master
-
Conner Fromknecht authored
editorconfig: display Go code with 4 space tabs
-