-
Notifications
You must be signed in to change notification settings - Fork 214
Closed
Description
ethereum-types is a foundational type library that includes basic types such as Uint256, H256, and Address. This crate is developed by Parity, and the latest version is currently 0.15.
It is recommended to upgrade ethereum-types and the related crates (rlp (0.6), keccak-hash (0.11)) to their latest versions.
Note: Starting from version 0.5, rlp made internal changes to use the bytes crate, so some compatibility adjustments will be required.
Suggested upgrade steps:
- First, align the version dependencies in the
dircrates with the versions specified in the workspace. - Then upgrade both versions (e.g., to 0.10) together.
- Incrementally upgrade keccak-hash and rlp by one minor version each.
- Fix any breaking changes in the code.
- Finally, upgrade all related crates to their latest versions.
Metadata
Metadata
Assignees
Labels
No labels