Skip to content

Develop -> Master PR#1744

Merged
tynes merged 372 commits intomasterfrom
develop
Nov 10, 2021
Merged

Develop -> Master PR#1744
tynes merged 372 commits intomasterfrom
develop

Conversation

@tynes
Copy link
Copy Markdown
Contributor

@tynes tynes commented Nov 10, 2021

Description
Merge develop into master

smartcontracts and others added 30 commits November 10, 2021 16:21
The response of the RPC endpoint `eth_getTransactionReceipt`
will now return 4 new fields.

- `l1GasPrice`
- `l1GasUsed`
- `l1Fee`
- `l1FeeScalar`

These fields are added to the database as part of the receipt
itself. This means that it is a consensus change as the
serialization of the receipt has been updated. This impacts
the blockhash because the block header commits to a merkle root
of all of the receipts in the block.

Each of the new fields on the receipt exist in the state but
would require an archive node to query for as the values can
change over time.
Have the ethers L2 context helper pass through the
new optimistic ethereum related fields
Breaking change in v0.8.0
as activated by default in 0.8
as these serve as integration points for projects
and remove SafeMath from 0.8 GasPriceOracle contract
to message-relayer and integration-tests
Previously the sequencer would call the `syncBatchesToTip` method
as part of its `sequence()` loop. This commit removes that as the
call to `syncBatchesToTip` does nothing for the sequencer currently.
Syncing the batches would be useful for triggering reorgs, but
that functionality does not currently exist. It would be better to
remove this functionality for now as it could potentially interfere
with the locking mechanism introduced in
dfaa8fc.

This will also reduce the amount of time the `txLock` is held, meaning
that less transactions sent via RPC will be blocked and held in memory
while waiting to execute.
maurelian and others added 17 commits November 10, 2021 16:29
This commit adds an addressNames object, which should be used both for
names in the address manager, and naming deployment artifacts.

fix(contracts): Remove unused queue container test code

feat(contracts): Split up managed and unmanaged names

refactor(contracts): Move address names into a single nested object

refactor(contracts): Make address keys similar to values

chore: add changeset

docs(contracts): Add a docstring to deployAndPostDeploy

refactor(contracts): Remove unnecessary contract name

If the Address Manager's name is the same as the contract artifact
we don't need specify the contract name argument.
THE `TARGET_GAS_LIMIT` should be set to 15 million.
This will match what is deployed on kovan and what will
be deployed on mainnet.
Enable the RPC test for `rollup_gasPrices` that
was previously disabled due to how the gas pricing
scheme was changed in `v0.5.0`.
@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Nov 10, 2021

🦋 Changeset detected

Latest commit: 87c4dc7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
@eth-optimism/integration-tests Minor
@eth-optimism/l2geth Minor
@eth-optimism/contracts Minor
@eth-optimism/message-relayer Patch
@eth-optimism/core-utils Patch
@eth-optimism/batch-submitter Patch
@eth-optimism/gas-oracle Minor
@eth-optimism/regenesis-surgery Patch
@eth-optimism/proxyd Minor
@eth-optimism/builder Patch
@eth-optimism/data-transport-layer Patch
@eth-optimism/replica-healthcheck Patch

Not sure what this means? Click here to learn what changesets are.

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

@github-actions github-actions bot added 2-reviewers A-op-batcher Area: op-batcher M-ci Meta: ci related work A-pkg-core-utils Area: packages/core-utils A-integration Area: integration tests A-cannon Area: cannon A-ops Area: ops labels Nov 10, 2021
@tynes tynes merged commit 114b0e6 into master Nov 10, 2021
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-op-batcher Area: op-batcher A-ops Area: ops A-pkg-core-utils Area: packages/core-utils M-ci Meta: ci related work

Projects

None yet

Development

Successfully merging this pull request may close these issues.