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

Chore scroll merge upstream abc4ff977 #93

Merged
merged 329 commits into from
Dec 23, 2024

Conversation

frisitano
Copy link
Collaborator

@frisitano frisitano commented Dec 18, 2024

This PR merges upstream. I have put Poseidon hashing behind a poseidon feature flag as bn254 lib it is not no-std. CI is failing as we have added new types to the test vectors, the CI logs say this is expected and we can ignore it. It is passing locally.

rkrasiuk and others added 30 commits December 3, 2024 12:39
@frisitano frisitano requested a review from greged93 December 20, 2024 19:32
@frisitano
Copy link
Collaborator Author

Unmerged paths:
(use "git add/rm <file>..." as appropriate to mark resolution)
both modified:   .github/assets/check_wasm.sh
deleted by them: .github/workflows/deny.yml
both modified:   .github/workflows/hive.yml
both modified:   Cargo.lock
both modified:   Cargo.toml
both modified:   bin/reth/src/commands/debug_cmd/build_block.rs
both modified:   bin/reth/src/commands/debug_cmd/in_memory_merkle.rs                                                                                                                                                          [0/1985]
both modified:   crates/blockchain-tree/src/blockchain_tree.rs
both modified:   crates/blockchain-tree/src/chain.rs
both modified:   crates/chain-state/src/in_memory.rs
both modified:   crates/chain-state/src/memory_overlay.rs
both modified:   crates/engine/invalid-block-hooks/src/witness.rs
both modified:   crates/engine/tree/src/tree/mod.rs
both modified:   crates/engine/tree/src/tree/root.rs
both modified:   crates/engine/util/src/reorg.rs
both modified:   crates/ethereum/evm/src/execute.rs
both modified:   crates/evm/Cargo.toml
both modified:   crates/evm/execution-types/src/execution_outcome.rs
both modified:   crates/evm/src/either.rs
both modified:   crates/evm/src/execute.rs
both modified:   crates/evm/src/metrics.rs
both modified:   crates/evm/src/noop.rs
both modified:   crates/evm/src/test_utils.rs
both modified:   crates/net/dns/Cargo.toml
both modified:   crates/net/dns/src/resolver.rs
both modified:   crates/net/network/src/transactions/validation.rs
both modified:   crates/optimism/consensus/Cargo.toml
both modified:   crates/optimism/evm/src/execute.rs
both modified:   crates/optimism/payload/src/builder.rs
both modified:   crates/primitives-traits/Cargo.toml
both modified:   crates/primitives-traits/src/account.rs
both modified:   crates/primitives/Cargo.toml
both modified:   crates/primitives/src/alloy_compat.rs
both modified:   crates/primitives/src/receipt.rs
both modified:   crates/primitives/src/traits.rs
both modified:   crates/primitives/src/transaction/mod.rs
both modified:   crates/primitives/src/transaction/pooled.rs
both modified:   crates/revm/Cargo.toml
both modified:   crates/revm/src/test_utils.rs
both modified:   crates/revm/src/witness.rs
both modified:   crates/rpc/rpc-eth-api/src/helpers/pending_block.rs
both modified:   crates/rpc/rpc-eth-types/src/cache/db.rs
both modified:   crates/rpc/rpc-eth-types/src/simulate.rs
both modified:   crates/rpc/rpc/src/debug.rs
both modified:   crates/rpc/rpc/src/validation.rs
both modified:   crates/storage/db-api/Cargo.toml
both modified:   crates/storage/provider/src/providers/blockchain_provider.rs
both modified:   crates/storage/provider/src/providers/bundle_state_provider.rs
both modified:   crates/storage/provider/src/providers/database/mod.rs
both modified:   crates/storage/provider/src/providers/database/provider.rs
both modified:   crates/storage/provider/src/providers/state/historical.rs
both modified:   crates/storage/provider/src/providers/state/latest.rs
both modified:   crates/storage/provider/src/test_utils/mock.rs
both modified:   crates/storage/provider/src/test_utils/mod.rs
both modified:   crates/storage/provider/src/test_utils/noop.rs
both modified:   crates/storage/provider/src/writer/mod.rs
both modified:   crates/storage/storage-api/src/state.rs
both modified:   crates/storage/storage-api/src/storage.rs
both modified:   crates/storage/storage-api/src/trie.rs
both modified:   crates/trie/common/Cargo.toml
both modified:   crates/trie/common/src/account.rs
both modified:   crates/trie/db/src/prefix_set.rs
both modified:   crates/trie/db/src/state.rs
both modified:   crates/trie/trie/src/state.rs
both modified:   examples/custom-beacon-withdrawals/src/main.rs
both modified:   examples/db-access/src/main.rs

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.

1 nit and 1 small question

crates/primitives-traits/src/account.rs Show resolved Hide resolved
crates/primitives/src/receipt.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.

lgtm!

@frisitano frisitano merged commit 5b55f0c into scroll Dec 23, 2024
42 of 44 checks passed
@frisitano frisitano deleted the chore-scroll-merge-upstream-abc4ff977 branch December 23, 2024 12:20
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.