xJonathanLEI / starknet-rs

Complete Starknet library in Rust™
https://starknet.rs
Apache License 2.0
286 stars 101 forks source link

Add support for StarkNet v0.8.0 #85

Closed xJonathanLEI closed 2 years ago

xJonathanLEI commented 2 years ago

OK so as we're wrapping up our work on supporting #62, StarkNet v0.8.0 is already around the corner... Creating this issue to track the progress on supporting v0.8.0.

Can barely keep up :(

TODOs:

xJonathanLEI commented 2 years ago

Looks like the StarkWare folks made quite some breaking changes. The ones I've discovered so far reading the code diff:

Most pre-0.8.0 clients should have been broken by this update. We probably need more tests.

xJonathanLEI commented 2 years ago

The library now fully supports StarkNet v0.8.0