Skip to content

Upgrade starknet-types-core from 0.2.4 to 1.0.0#129

Merged
franciszekjob merged 1 commit intosoftware-mansion:masterfrom
AvivYossef-starkware:upgrade-starknet-types-core-1.0.0
Mar 30, 2026
Merged

Upgrade starknet-types-core from 0.2.4 to 1.0.0#129
franciszekjob merged 1 commit intosoftware-mansion:masterfrom
AvivYossef-starkware:upgrade-starknet-types-core-1.0.0

Conversation

@AvivYossef-starkware
Copy link
Copy Markdown
Contributor

Summary

  • Upgrade starknet-types-core dependency from =0.2.4 to =1.0.0
  • Rename Felt::from_hex_uncheckedFelt::from_hex_unwrap across the codebase (API rename in 1.0.0)
  • Use Felt::from_hex().unwrap() where runtime strings are passed (ecdsa.rs test)

Test plan

  • cargo build --all compiles cleanly
  • cargo lint (clippy) passes with no warnings
  • cargo fmt --all -- --check passes
  • cargo build -p starknet-rust-crypto --no-default-features (no_std) builds
  • cargo build -p starknet-rust-crypto --no-default-features --features alloc builds
  • cargo test --all — all test failures are pre-existing (network timeouts, stale version assertions)

🤖 Generated with Claude Code

@AvivYossef-starkware AvivYossef-starkware requested a review from a team as a code owner March 29, 2026 09:27
Copy link
Copy Markdown
Contributor

@franciszekjob franciszekjob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @AvivYossef-starkware , thanks for the PR! Let's mention the dependency bump in CHANGELOG.md.

@AvivYossef-starkware AvivYossef-starkware force-pushed the upgrade-starknet-types-core-1.0.0 branch from b20af66 to e31d92f Compare March 30, 2026 03:49
@AvivYossef-starkware
Copy link
Copy Markdown
Contributor Author

Hey @AvivYossef-starkware , thanks for the PR! Let's mention the dependency bump in CHANGELOG.md.
yes, added

- Rename `from_hex_unchecked` to `from_hex_unwrap` across the codebase (API rename in 1.0.0)
- Use `Felt::from_hex().unwrap()` where runtime strings are passed (ecdsa test)
- Apply rustfmt adjustments from shorter method name
- Update CHANGELOG.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@franciszekjob franciszekjob merged commit 339ae32 into software-mansion:master Mar 30, 2026
33 of 81 checks passed
franciszekjob added a commit that referenced this pull request Mar 31, 2026
franciszekjob added a commit that referenced this pull request Mar 31, 2026
AvivYossef-starkware added a commit to AvivYossef-starkware/starknet-rust that referenced this pull request Apr 8, 2026
franciszekjob pushed a commit that referenced this pull request Apr 8, 2026
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.

3 participants