forked from paradigmxyz/cryo
-
Notifications
You must be signed in to change notification settings - Fork 0
P1-2: alloy migration — primitive & RPC-type fixes #18
Copy link
Copy link
Closed
Labels
area/freezecryo_freeze cratecryo_freeze cratephase/1Dependency ModernizationDependency Modernizationsize/mMedium taskMedium taskstatus/blockedBlocked by a dependencyBlocked by a dependencytype/choreMaintenance, tooling, housekeepingMaintenance, tooling, housekeeping
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
area/freezecryo_freeze cratecryo_freeze cratephase/1Dependency ModernizationDependency Modernizationsize/mMedium taskMedium taskstatus/blockedBlocked by a dependencyBlocked by a dependencytype/choreMaintenance, tooling, housekeepingMaintenance, tooling, housekeeping
Roadmap task
P1-2
Problem
Roughly 40 dataset files use only stable alloy primitive/RPC types (
Address,U256,B256, RPC type names). They need the mechanical fixes the alloy 0.6 -> 1.x bump requires.Affected files
Most files under
crates/freeze/src/datasets/that import onlyalloy::primitives/ RPC type names.Acceptance criteria
Validation method
cargo buildofcryo_freezeon the integration branch.References & credit
ROADMAP P1-2. Depends on P1-1. References: upstream PR paradigmxyz#244 (@clouds56), paradigmxyz#240 (@mattsse).