Skip to content

Update alloy deps#783

Draft
DylanVerstraete wants to merge 8 commits intofeat/stable2512-no-moonbeamfrom
update_alloy_deps
Draft

Update alloy deps#783
DylanVerstraete wants to merge 8 commits intofeat/stable2512-no-moonbeamfrom
update_alloy_deps

Conversation

@DylanVerstraete
Copy link
Copy Markdown
Contributor

Description of proposed changes


Practical tips for PR review & merge:

  • All GitHub Actions report PASS
  • Newly added code/functions have unit tests
    • Coverage tools report all newly added lines as covered
    • The positive scenario is exercised
    • Negative scenarios are exercised, e.g. assert on all possible errors
    • Assert on events triggered if applicable
    • Assert on changes made to storage if applicable
  • Modified behavior/functions - try to make sure above test items are covered
  • Integration tests are added if applicable/needed

creditcoinprotoclaw and others added 8 commits April 8, 2026 14:38
- 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
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.

2 participants