NethermindEth / starknet.go

Golang Library for StarkNet/Cairo
MIT License
143 stars 95 forks source link

adaptTransaction needs to account for non v1 Invoke transactions #1821 #552

Closed rianhughes closed 3 weeks ago

rianhughes commented 2 months ago

see here https://github.com/NethermindEth/starknet.go/blob/main/rpc/transaction.go#L30

This function should be able to handle v2 and v3 invoke transactions

AryanGodara commented 2 months ago

Hi, can I work on this @rianhughes :)

thiagodeev commented 1 month ago

Done at https://github.com/NethermindEth/starknet.go/pull/557.

https://github.com/NethermindEth/starknet.go/pull/557/files#diff-14aba5c63ad044ac1e8a62d96fed2cd132ad5e4935fc555a935a40c14f5cb0f7R42