Skip to content

Comments

Develop -> Master#2350

Merged
mslipper merged 2 commits intomasterfrom
develop
Mar 22, 2022
Merged

Develop -> Master#2350
mslipper merged 2 commits intomasterfrom
develop

Conversation

@mslipper
Copy link
Collaborator

  • l2geth: Publish transactions to external msg queue
  • recover from pub errors
  • synchronize Publish with ResumePublish
  • chore: change service generated env variables
  • maint: clear dependency warnings
  • Set the message-relayer package to private
  • feat: restructure Deposit and CompletedTelport w/ struct embeddings
  • feat: use generic Teleport struct, remove CompletedTeleport
  • feat: add btree index on teleportr deposit.txn_hash/address
  • feat: add LoadTeleportByHash and LoadTeleportsByAddress
  • feat: add teleportr API server
  • fix(cmn): proper snake case for metric names
  • fix(cmn): update log lines for service shutdown
  • Update contributing.md for exit code 137
  • ci: publish indexer docker image
  • lint
  • dtl: Support Basic Authentication for RPC endpoints
  • Infra repo, add op-replica
  • maint(dtl): remove unused L1DataTransportClient
  • fix: teleportr enable-ssl should use "require"
  • fix: small bugs in teleportr API server
  • feat: add db.LoadTeleport* tests
  • [fix] Refactored Dockerfiles
  • s/minor/patch changeset
  • fix(sdk): comment out getMessagesByAddress
  • added changesets
  • added changeset
  • add txpublisher.enable flag
  • Introduce new Backend Queue
  • maint: update readme links and remove smockv1 package
  • log errors in sub cb
  • feat: use SuggestGasTipCap fallback when not using Alchemy
  • feat: code move, move BatchType contants near type def
  • feat: pass BatchType as argument to Write
  • feat: add IsMarkerContext, MarkerBatchType, and MarkerContext helpers
  • feat: BSS properly handle Close error for zlib reader
  • feat: enforce min/max tx size contraints on legacy encoding
  • indexer changeset
  • feat: txmgr return ErrReverted if confirmed tx reverts
  • Remove bad changeset
  • add BackendQueue tests
  • contracts: batch compression ratios in fetch-batches task
  • fix flags
  • nits
  • assert Tx Meta equals in test
  • Fix build; add changeset
  • feat: add Min/MaxStateRootElements configurations
  • fix(rhc): bug in replica-healthcheck dockerfile
  • teleportr: bump go-ethereum to v1.10.16
  • indexer: bump go-ethereum dep to v1.10.16
  • Version Packages

@changeset-bot
Copy link

changeset-bot bot commented Mar 22, 2022

⚠️ No Changeset found

Latest commit: 08132c5

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot added 2-reviewers A-integration Area: integration tests A-cannon Area: cannon A-ops Area: ops A-pkg-sdk Area: packages/sdk labels Mar 22, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 22, 2022

Codecov Report

Merging #2350 (08132c5) into master (06d821b) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2350   +/-   ##
=======================================
  Coverage   80.14%   80.14%           
=======================================
  Files          77       77           
  Lines        2458     2458           
  Branches      450      450           
=======================================
  Hits         1970     1970           
  Misses        488      488           
Flag Coverage Δ
contracts 99.29% <ø> (ø)
core-utils 86.77% <ø> (ø)
data-transport-layer 49.72% <ø> (ø)
sdk 55.90% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 06d821b...08132c5. Read the comment docs.

@mslipper mslipper merged commit 1c85850 into master Mar 22, 2022
theochap pushed a commit that referenced this pull request Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-cannon Area: cannon A-integration Area: integration tests A-ops Area: ops A-pkg-sdk Area: packages/sdk

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants