starknet-devnet-rs
starknet-devnet-rs copied to clipboard
V3 transactions integration tests
Add integration tests to v3 transactions. The reason for not being implemented is that most of the integration testing is done via starknet-rs. Now starknet-rs doesn't support v3 txns
To quote Jonathan Lei's report regarding the update of starknet-rs to RPC 0.6.0:
It's being worked on (tracks
rc5): https://github.com/xJonathanLEI/starknet-rs/tree/dev/jsonrpc_0_6_0 The core model type update is done. Now just have to update the providers and use v3 across the lib
Jonathan's update:
0.6.0 on
masternow. HIgher-level types (e.g.Account) don't make use of v3 txs yet, but I guess you're more interested in using it for RPC? Then 0.6.0 is fully supported now
@ivpavici Hey I'd like to work on this one.
I've implemented starknet-rs transactions endpoints in https://github.com/NethermindEth/rpc-request-builder/pull/32 so I have a good understanding of how V3 transactions should be tested.