Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync main branch #55

Merged
merged 905 commits into from Dec 15, 2022
Merged

Sync main branch #55

merged 905 commits into from Dec 15, 2022

Conversation

boohyung
Copy link
Collaborator

@boohyung boohyung commented Dec 15, 2022

main -> feature/fast-withdraw 로 변경 사항 머지하였습니다.

tynes and others added 30 commits September 10, 2022 11:14
Improve the error message during genesis generation
* op-node: sync start update func signature, port over tests from safe-head-fix pr

* op-node: sync start now starts with current heads by label

* op-node: single loop find-heads

* op-node: sync - clean up go doc

* op-node: use sync fn in engine queue

* op-node: fix engine queue finalization test

* op-node: sync off-by-one fix

* op-node: fix highest l2 block with canon origin, need to reset when l1 reorg

* op-node: handle non-standard safe/finalized not found errors

* op-node: sync start review fixes / comment typos

* op-node: seq window size check with l1 origin, update engine queue test with extra l1 origin, now that off by 1 fix applies properly to chains with multiple L2 blocks per L1 block

* op-node: start from parent block before seq nr 0

* Update op-node/rollup/sync/start.go

Co-authored-by: Joshua Gutow <jgutow@optimism.io>

* review fixes

* fix lint

Co-authored-by: Joshua Gutow <jgutow@optimism.io>
Co-authored-by: Matthew Slipper <me@matthewslipper.com>
contracts-bedrock: regenerate storage layout
* add wsteth to indexer

* changeset

Co-authored-by: Will Cory <willcory@Wills-MacBook-Pro.local>
Co-authored-by: Mark Tyneway <mark.tyneway@gmail.com>
contracts-bedrock: delete hardhat genesis tasks
op-node,op-proposer: move rollup client bindings
* op-node: goimports

* op-batcher: goimports

* op-proposer: goimports

* Fix deleted line due to overeager sed

* fix imports

Co-authored-by: protolambda <proto@protolambda.com>
* contracts-bedrock: Fix deployment script

* Don't lint more files
op-bindings: remove executable flag on files
* contracts-bedrock: Fix deployment

* lint
Speeds up the storage snapshot by using fully qualified
paths to the contracts. This makes it such that foundry
will not recompile the contracts each time.
Co-authored-by: Mark Tyneway <mark.tyneway@gmail.com>
This calls a FCU to set the unsafe head of the L2 execution client
immediately after NewPayload is called on the execution client. This
means that the unsafe head in the node state matches the unsafe head
on the execution client.

This commit removes the FCU prior to the NewPayload call because
we assert that the unsafe block that we are inserting extends the
current unsafe head. As such, the L2 execution client is in a state
to accept the new block.
check-changed was breaking when develop -> master PRs were open.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* contracts-bedrock: Make initialization serial, add logging

* lint
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
harryoh and others added 28 commits October 17, 2022 17:27
[OR-343] Fix version file path on release
[OR-343] Fix version file path of deployer
[OR-344] change trigger for nightly build and hardhat node package.js…
[OR-344] Fix nightly build for batch-submitter-service
1. package version: v0.5.16 -> v0.5.4
2. relayer service URL 환경 변수 추가
3. tokamak/message-relayer 코드 롤백: L1에 배포된 address manager 주소를 환경 변수로 받아서 처리
…ge-relayer

[OR-345] rollback tokamak/message-relayer
…h-for-using-metrics-port

[OR-363] add flag for metric port
[OR-370] Fix ci target for tokamak-message-relayer
…layer

Or 371 bug tokamak message relayer
@boohyung boohyung merged commit c103187 into feature/fast-withdraw Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet