- 11 Feb, 2022 11 commits
-
-
Matthew Slipper authored
feat: add teleportr Postgres backend
-
Matthew Slipper authored
feat: update message-relayer to use the SDK
-
Matthew Slipper authored
feat(core-utils): remove Watcher and injectL2Context
-
Kelvin Fichter authored
-
Kelvin Fichter authored
Replaces usage of injectL2Context with asL2Provider within the batch submitter and the replica healthcheck service.
-
smartcontracts authored
Removed duplicated utilities in data-transport-layer
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
Conner Fromknecht authored
-
smartcontracts authored
maintenance: minor README updates
-
Kelvin Fichter authored
Removes all message relaying utilities found inside the message-relayer package. All of these utilities are now present in the SDK. Also re-implements the message-relayer service with the utilities found in the SDK.
-
- 10 Feb, 2022 14 commits
-
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
smartcontracts authored
fix: skip an unreliable integration test
-
Kelvin Fichter authored
Skips the unreliable timestamp/blocknumber test which would often be off by one or two. Creates an annoying habit of having to rerun the integration tests until the test passes, which isn't how integration tests should work.
-
Antonis Kogias authored
-
Kelvin Fichter authored
-
Matthew Slipper authored
go/proxyd: Handle nil responses better
-
Conner Fromknecht authored
fix: use correct token for label-requires-review
-
Conner Fromknecht authored
This check is the only one we have that uses PERSONAL_ACCESS_TOKEN, perhaps it's expired or not present.
-
Matthew Slipper authored
fix: make relayer work again
-
Matthew Slipper authored
-
Matthew Slipper authored
fix: remove extra space in BSS metric names
-
Conner Fromknecht authored
-
- 09 Feb, 2022 15 commits
-
-
Kelvin Fichter authored
Fixes a bug where the relayer package was not correctly running the start script since the start script updated recently.
-
Matthew Slipper authored
feat: unify BSS metric name format, switch num_elements_per_batch to Summary
-
Matthew Slipper authored
bss: properly set gas limit on clearing txs
-
Matthew Slipper authored
feat: add LOG_TERMINAL flag, default to JSON
-
smartcontracts authored
test(integration): replace watcher with sdk CrossChainMessenger
-
Johns authored
-
Conner Fromknecht authored
The histogram doesn't seem to render too well on Grafana, but the batch_size_bytes one does. This commit modifies the num_elements_per_batch to also use a Summary with the same buckets.
-
Conner Fromknecht authored
This commit: - Ensures each bss metric is prefixed by "batch_submitter_". - Ensures that Sequencer/Proposer name is made lowercase. - Ensures all units are present and positioned as a suffix.
-
Conner Fromknecht authored
This commit modifies the BSS to default to JSON logs, which are more useful in production. This can be overridden by setting LOG_TERMINAL to true for debugging locally.
-
smartcontracts authored
feat(sdk): have SDK sort messages descending by bn
-
Conner Fromknecht authored
Fixes a bug where clearing txs are rejected on startup if the gas limit is not set.
-
Conner Fromknecht authored
This was overlooked when https://github.com/ethereum-optimism/optimism/pull/2107 was merged.
-
Conner Fromknecht authored
-
Kelvin Fichter authored
Has the SDK sort messages (deposits/withdrawals) descending by block number. Makes for a better experience when presenting this data to users.
-
smartcontracts authored
feat(sdk): remove getTokenBridgeMessages function
-