Thiago Ribeiro
Thiago Ribeiro
Unfortunately, the `abigen` go-ethereum code is under a GPL + LGPL license that conflicts with our MIT license, so we decided to create a new one from scratch.
All go-ethereum `abigen` code has been removed. I'll now proceed to create a new implementation from scratch
Thanks for your willingness @JJScar! Your help will be appreciated. Which task do you plan to work on first?
@JJScar sure. Take [this](https://github.com/NethermindEth/starknet.go/blob/cbc0beb6ba9a1e71deebee4d706611aaf9c4ba7a/rpc/block_test.go#L375) test as an example, it implements the TableDrivenTests pattern as explained [here](https://go.dev/wiki/TableDrivenTests). I want you to look in the code for tests that are not implementing...
Thanks @raymax0x! Unfortunately, due to the proximity of Starknet v0.14.0 + RPC v0.9.0 update in Sepolia, I'll pause the reviews for a few days to release a compliant Starknet.go version...
Hey @raymax0x! What's the status of this PR? Is it ready for review? Thanks!
Thanks @raymax0x! Go ahead
HI @Akashneelesh. It has indeed been on the roadmap for quite some time, but unfortunately another priority always came up. After rpcv08, I believe we can prioritize it