- 24 Mar, 2022 4 commits
-
-
Mark Tyneway authored
This commit adds a new config option that can be configured via argv with `--l1-base-fee-epoch-length-seconds` or an env var `GAS_PRICE_ORACLE_L1_BASE_FEE_EPOCH_LENGTH_SECONDS`. It defaults to 15 seconds. Ideally the implementation uses a duration flag instead of a uint64 flag, but that would be a breaking change for the config and this service will be deprecated in the future with the release of bedrock. By setting this value to a larger number, we are able to update the L1 base fee that is held in the L2 state less often. This will save the sequencer money, because it needs to front the costs of submitting these transactions.
-
Matthew Slipper authored
feat(ct): overhaul deployment process
-
Matthew Slipper authored
deps: update l2geth-exporter to use go-ethereum v1.10.16
-
Matthew Slipper authored
deps: update bss-core to go-ethereum v1.10.16
-
- 23 Mar, 2022 9 commits
-
-
smartcontracts authored
fix(rhc): fix bug in healthcheck dockerfile
-
Kelvin Fichter authored
-
Kelvin Fichter authored
Adds a single simple test to confirm that the healthcheck metrics server is running. If the server is not running then the healthcheck server likely did not start correctly and there might be an issue in the docker container.
-
Kelvin Fichter authored
Updates the replica-healthcheck service to cleanly catch connection failures in the target and reference nodes. When a failure is detected, a metric will be incremented and the failure will be logged.
-
Kelvin Fichter authored
Fixes a bug in the replica-healthcheck dockerfile. Also includes replica-healthcheck as part of the ops setup by default to make this stuff easier to catch and debug in the future. We will likely still want to add integration tests that query the metrics defined in the replica-healthcheck to confirm that everything is working as expected.
-
Matthew Slipper authored
go/teleportr: Add balance metrics
-
Matthew Slipper authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
- 22 Mar, 2022 7 commits
-
-
Matthew Slipper authored
go/teleportr contracts: Updates to support deploying Teleportr to Kovan
-
Ben Wilson authored
Internal and public replicas for mainnet and kovan 0.5.14
-
Ben Wilson authored
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
-
- 20 Mar, 2022 3 commits
-
-
Matthew Slipper authored
fix(rhc): bug in replica-healthcheck dockerfile
-
Matthew Slipper authored
indexer: bump go-ethereum dep to v1.10.16
-
Matthew Slipper authored
teleportr: bump go-ethereum to v1.10.16
-
- 19 Mar, 2022 3 commits
-
-
Matthew Slipper authored
feat: add Min/MaxStateRootElements configurations
-
Mark Tyneway authored
https://github.com/ethereum/go-ethereum/releases/tag/v1.10.16 This is a useful version to upgrade to due to the HTTP2 fix in the RPC client.
-
Mark Tyneway authored
https://github.com/ethereum/go-ethereum/releases/tag/v1.10.16 This is a useful version to upgrade to due to the HTTP2 fix in the RPC client.
-
- 18 Mar, 2022 14 commits
-
-
Murphy Law authored
l2geth: Sync from Backend Queue Introducing a new Backend verifiers can use to synchronize transactions from an external message queue. The *Queue* Backend can be used to follow a sequencer via Google PubSub. Sequencers, when configured, can now send transactions to an external message Queue. To facilitate failover recovery without causing a chainsplit. The sequencer will only accept transactions once they've been successfully published to the configured external message queue.
-
Kelvin Fichter authored
Fixes a bug in the dockerfile for the replica-healthcheck. Healthcheck does not run properly as a result of this bug.
-
Conner Fromknecht authored
This commit adds configuration hooks to bound the number of state roots that are permitted in state root batches. Specifically, the minimum allows us to amortized the cost of adding state roots to the CTC contract. Additionally, the maximum is used in place of the old limit based on tx size, since this is more natural and mirrors the minimum bound.
-
Murphy Law authored
-
inphi authored
-
Matthew Slipper authored
contracts: batch compression ratios in fetch-batches task
-
Matthew Slipper authored
feat: bss plaintext tx size enforcement
-
inphi authored
-
inphi authored
-
inphi authored
and use l1 block params during tx apply
-
Mark Tyneway authored
-
Matthew Slipper authored
feat: add SuggestGasTipCap fallback in teleportr api server
-
Matthew Slipper authored
maint: update readme links and remove smockv1 package
-
Matthew Slipper authored
indexer changeset
-