starknet-devnet-rs icon indicating copy to clipboard operation
starknet-devnet-rs copied to clipboard

V3 transactions integration tests

Open marioiordanov opened this issue 1 year ago • 3 comments

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

marioiordanov avatar Dec 07 '23 08:12 marioiordanov

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

FabijanC avatar Dec 07 '23 13:12 FabijanC

Jonathan's update:

0.6.0 on master now. 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

FabijanC avatar Dec 12 '23 08:12 FabijanC

@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.

saimeunt avatar Apr 22 '24 09:04 saimeunt