Skip to content

refactor(types): replace migrated types with SDK re-exports#31

Merged
prestwich merged 1 commit intomainfrom
feat/migrate-types-to-sdk
Feb 15, 2026
Merged

refactor(types): replace migrated types with SDK re-exports#31
prestwich merged 1 commit intomainfrom
feat/migrate-types-to-sdk

Conversation

@prestwich
Copy link
Member

@prestwich prestwich commented Feb 15, 2026

Summary

  • Remove local definitions of TxLocation, ConfirmationMeta, Confirmed, Receipt, Account, EthereumHardfork, and genesis_header from signet-storage-types
  • Re-export these types from signet-types and signet-evm (0.16.0-rc.10) to preserve the public API
  • Remove bitflags dependency (no longer needed)
  • Bump signet-zenith to 0.16.0-rc.10
  • Bump workspace version to 0.6.1

Test plan

  • cargo +nightly fmt
  • cargo clippy -p signet-storage-types --all-features --all-targets
  • cargo clippy -p signet-storage-types --no-default-features --all-targets
  • cargo t -p signet-storage-types
  • Full workspace clippy and tests after downstream crates are updated

🤖 Generated with Claude Code

Remove local definitions of TxLocation, ConfirmationMeta, Confirmed,
Receipt, Account, EthereumHardfork, and genesis_header from
signet-storage-types. These are now re-exported from signet-types and
signet-evm (0.16.0-rc.10). Bump workspace version to 0.6.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@prestwich prestwich merged commit 9c3b2b8 into main Feb 15, 2026
6 checks passed
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.

1 participant