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

Feat/add chain spec hardfork #56

Merged
merged 43 commits into from
Dec 9, 2024
Merged

Conversation

georgehao
Copy link
Member

No description provided.

crates/net/peers/src/bootnodes/mod.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/res/genesis/dev.json Outdated Show resolved Hide resolved
crates/scroll/chainspec/res/genesis/scroll.json Outdated Show resolved Hide resolved
crates/scroll/chainspec/res/genesis/sepolia_scroll.json Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/scroll.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/dev.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/lib.rs Outdated Show resolved Hide resolved
crates/scroll/hardforks/src/hardfork.rs Show resolved Hide resolved
Copy link
Collaborator

@greged93 greged93 left a comment

Choose a reason for hiding this comment

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

I think we should not have the EIP150, EIP155 and EIP158 in the Scroll hardforks, these should be Tangerine and SpuriousDragon

crates/scroll/chainspec/src/genesis.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/genesis.rs Outdated Show resolved Hide resolved
crates/scroll/hardforks/src/hardfork.rs Outdated Show resolved Hide resolved
crates/scroll/hardforks/src/hardfork.rs Outdated Show resolved Hide resolved
crates/scroll/hardforks/src/hardfork.rs Outdated Show resolved Hide resolved
crates/scroll/hardforks/src/hardfork.rs Outdated Show resolved Hide resolved
crates/scroll/hardforks/src/hardfork.rs Outdated Show resolved Hide resolved
crates/scroll/hardforks/src/hardfork.rs Outdated Show resolved Hide resolved
crates/scroll/hardforks/src/hardfork.rs Outdated Show resolved Hide resolved
@georgehao georgehao changed the title (WIP)Feat/add chain spec hardfork Feat/add chain spec hardfork Dec 4, 2024
Copy link
Collaborator

@frisitano frisitano left a comment

Choose a reason for hiding this comment

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

Added a few comments inline, mostly around naming and documentation.

Cargo.toml Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/genesis.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/genesis.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/scroll.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/scroll.rs Show resolved Hide resolved
crates/scroll/chainspec/src/lib.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/lib.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/lib.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/lib.rs Outdated Show resolved Hide resolved
crates/scroll/hardforks/src/dev.rs Outdated Show resolved Hide resolved
crates/chainspec/src/spec.rs Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
Copy link
Collaborator

@greged93 greged93 left a comment

Choose a reason for hiding this comment

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

just a couple of small comments on the ScrollChainSpecBuilder

crates/scroll/chainspec/src/lib.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/lib.rs Show resolved Hide resolved
crates/scroll/chainspec/src/lib.rs Outdated Show resolved Hide resolved
crates/scroll/chainspec/src/lib.rs Outdated Show resolved Hide resolved
greged93
greged93 previously approved these changes Dec 6, 2024
Copy link
Collaborator

@greged93 greged93 left a comment

Choose a reason for hiding this comment

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

lgtm

frisitano
frisitano previously approved these changes Dec 6, 2024
Copy link
Collaborator

@frisitano frisitano left a comment

Choose a reason for hiding this comment

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

LGTM. I think the additional changes required for this will become apparent when we integrate with the execution strategy in #63.

@georgehao georgehao dismissed stale reviews from frisitano and greged93 via 13f2f59 December 9, 2024 02:04
Copy link
Collaborator

@frisitano frisitano left a comment

Choose a reason for hiding this comment

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

Looks good! LGTM.

@frisitano frisitano merged commit c3c2dde into scroll Dec 9, 2024
40 checks passed
@frisitano frisitano deleted the feat/add_chain_spec_hardfork branch December 9, 2024 10:08
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.

4 participants