Skip to content

Develop -> Master#2242

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

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

Conversation

@mslipper
Copy link
Collaborator

@mslipper mslipper commented Mar 1, 2022

  • l2geth: don't block read rpc when doing initial sync
  • l2geth: fix startup logic for repairing queue index
  • maintenance: minor README updates
  • Deleted common.ts in data-transport-layer and replaced them from core-utils
  • feat: split up SubmitBatchTx driver method
  • feat: add failing Test for txmgr edge case
  • fix: add SendState to determine when to abort Send
  • feat: add SAFE_ABORT_NONCE_TOO_LOW_COUNT flag
  • feat: stop publishing txs after receiving confirmation
  • feat: update message-relayer to use the SDK
  • feat: add teleport Postgres APIs
  • fix: add missing "*" to pull_request path for bathc-submitter and bss-core
  • feat: add teleportr unit tests to GH Actions with Postgres service
  • maintenance: use new asL2Provider function
  • feat(core-utils): remove Watcher and injectL2Context
  • fix: update recommended memory for ops setup
  • feat(dtl): add patch contexts
  • replaced l1Provider and l2Provider with env.l1Provider and env.l2Provider
  • deleted watch-utils and added the utilities in env.ts
  • chore(deps): bump follow-redirects from 1.14.7 to 1.14.8
  • fix: update PR labeler to include SDK
  • dtl: add retry loop to eth_getBlockRange
  • l2geth: Increase genesis file fetch timeout
  • feat(mr): log when txs are sent
  • fix(sdk): correctly handle no batch case
  • fix(sdk): have sdk properly wait for transactions
  • dtl: Periodically log current l2 sync
  • feat: verify contracts on sourcify during deploy
  • feat: add base TeleportrDeposit.sol contract
  • feat: make contract variables public, remove getters
  • feat: remove TeleportDeposit destory method
  • feat: inline/simplify receive modifiers
  • feat: add minDepositAmount to TeleportrDeposit.sol
  • feat: emit depositId in TeleportrDeposit.EtherReceived event
  • feat: make Teleportr contract inherit from Ownable
  • feat: add NatSpec comments and tests to TeleportrDeposit
  • feat: add L2 TeleportrDisburser contract
  • feat: add missing Initializable contract docs
  • fix(sdk): Get correct l1 gas price in getL1GasPrice
  • feat(sdk): Make it easier to get transaction estimates
  • chore: Added a changeset
  • feat(sdk): add approval fns to the SDK
  • Fix slither warnings
  • fix: add logging to the DTL when BSS HF1 is live
  • Remove .only
  • packages/contracts: Add flag to automatically set ownership
  • Version Packages
  • batch-submitter: update to go-ethereum v1.10.16
  • gas-oracle: update to go-ethereum v1.10.16
  • proxyd: update to go-ethereum v1.10.16
  • feat: make bss-core Metrics an interface to allow extensions
  • feat: extend bsscore metrics for sequencer driver
  • fix(rhc): dockerfile not properly including sdk
  • feat(dtl): hardcode bss hf1 index into the dtl
  • l2geth: remove dead code
  • Version Packages

@changeset-bot
Copy link

changeset-bot bot commented Mar 1, 2022

⚠️ No Changeset found

Latest commit: 5b9386c

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-pkg-sdk Area: packages/sdk labels Mar 1, 2022
@mslipper mslipper merged commit 03f1cfd into master Mar 1, 2022
theochap pushed a commit that referenced this pull request Dec 10, 2025
## Overview

Modifies the `BuildTask` in `kona-node-engine` to allow for passing back
the built payload. This is necessary for the sequencer to receive an
acknowledgement that the attributes were successfully built and
imported, and then for it to schedule the payload to be signed and
gossipped to the rest of the network.
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-pkg-sdk Area: packages/sdk

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant