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

R4R: implement migration tool for mantle bedrock #19

Merged
merged 9 commits into from
Oct 18, 2023

Conversation

abelliumnt
Copy link
Contributor

@abelliumnt abelliumnt commented Oct 12, 2023

I have tested the migration tool in local devnet bedrock uggrade.

@abelliumnt abelliumnt changed the title WIP: implement migration tool for mantle bedrock R4R: implement migration tool for mantle bedrock Oct 13, 2023
byteflyfunny
byteflyfunny previously approved these changes Oct 13, 2023
op-chain-ops/genesis/config.go Outdated Show resolved Hide resolved
op-chain-ops/crossdomain/legacy_withdrawal.go Show resolved Hide resolved
op-chain-ops/crossdomain/params.go Outdated Show resolved Hide resolved
op-chain-ops/crossdomain/withdrawals_test.go Show resolved Hide resolved
op-chain-ops/genesis/layer_two_test.go Show resolved Hide resolved
op-chain-ops/crossdomain/legacy_abi.go Outdated Show resolved Hide resolved
op-chain-ops/genesis/config.go Show resolved Hide resolved
op-chain-ops/genesis/config.go Outdated Show resolved Hide resolved
op-chain-ops/genesis/config.go Outdated Show resolved Hide resolved
guoshijiang
guoshijiang previously approved these changes Oct 17, 2023
@@ -234,7 +234,7 @@ func findCrossDomainMessage(receipt *types.Receipt) (*crossdomain.CrossDomainMes
// Parse the new extension event
if event.Name == "SentMessageExtension1" {
e, _ := l2xdm.ParseSentMessageExtension1(*log)
msg.Value = e.Value
msg.EthValue = e.EthValue
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use EthValue and ETHValue in different lines, maybe prefer ETHValue and MNTValue

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EthValue is defined in https://github.com/mantlenetworkio/op-geth/pull/1/files. I can't rename it to ETHValue

op-chain-ops/cmd/rollover/main.go Outdated Show resolved Hide resolved
op-chain-ops/crossdomain/params.go Show resolved Hide resolved
op-chain-ops/crossdomain/params.go Show resolved Hide resolved
op-chain-ops/crossdomain/params.go Show resolved Hide resolved
op-chain-ops/crossdomain/params.go Show resolved Hide resolved
op-chain-ops/genesis/check.go Show resolved Hide resolved
op-chain-ops/genesis/db_migration.go Show resolved Hide resolved
op-chain-ops/genesis/setters.go Outdated Show resolved Hide resolved
@abelliumnt abelliumnt merged commit 660e1e4 into develop Oct 18, 2023
1 check passed
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

6 participants