foundry-rs / starknet-foundry

Blazing fast toolkit for developing Starknet contracts.
https://foundry-rs.github.io/starknet-foundry/
MIT License
279 stars 138 forks source link

Bump starknet-rs version #2233

Open ksew1 opened 1 week ago

ksew1 commented 1 week ago

Stack:

⚠️ Part of a stack created by spr. Do not merge manually using the UI - doing so may have unexpected results.

ksew1 commented 5 days ago

I don't really understand the multitude of different versions that are used here, why are some v1, some v2 and some v3s? If it's supposed to be a bump, i think all of those should be v0 for this PR?

Before, they weren't v0. Look into this commit in starknet-rs that added v3 support. Also, here, you can see that for Declare it doesn't even support v0, and Invoke never had v2. Unfortunately, the naming is confusing.