Update alloy deps#783
Draft
DylanVerstraete wants to merge 8 commits intofeat/stable2512-no-moonbeamfrom
Draft
Conversation
- Added DecodeWithMemTracking derives/impls to all custom types stored in pallets - Used manual impl for types containing H256 (fixed-size, no heap allocation) - Updated imports in primitives/attestor and pallets/attestation-poc - Fixes compile errors from parity-scale-codec upgrade in stable2506
- Fix pallet-evm: correct Delegation import path (evm::delegation not executor::stack) and remove duplicate set/reset_delegation impls (pushed to gluwa/frontier_2) - Update Cargo.lock to use fixed frontier_2 stable2512_patch commit - runtime: add Currency/KeyDeposit for pallet_session (new in stable2512) - runtime: add MaxAutoRebagPerBlock for pallet_bags_list (new in stable2512) - runtime: update execute_block/check_inherents signatures to use Block::LazyBlock - runtime: fix Sha3FIPS256 type parameter annotation - runtime: fix FullIdentificationOf to use DefaultExposureOf - runtime: suppress TransferStake deprecation warning - runtime: replace create_runtime_str! with Cow::Borrowed - node: update sc_consensus_babe::block_import call (now takes 6 args) - node: fix BabeBlockImport type signatures (now 5 type params) - node: fix ImportQueueParams (removed select_chain/cidp/offchain_tx_pool fields) - node: add tracing_execute_block field to SpawnTasksParams - node: remove graph arg from Eth::new (removed in new frontier API) - node: add max_block_range param to EthFilter::new - pallets: suppress deprecated RuntimeEvent type in pallet configs - tracing: add build.rs to declare substrate_runtime cfg - tracing: fix clippy warnings via Cargo.toml lints sections - tracing: fix Option::map patterns, format string inlining, etc.
- Remove duplicate [lints] tables in tracing client Cargo.toml files - Remove duplicate DecodeWithMemTracking impl for Attestation Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of proposed changes
Practical tips for PR review & merge: