Conversation
|
👋 yashnevatia, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
|
|
||
| "github.com/smartcontractkit/cre-sdk-go/capabilities/blockchain/solana" | ||
| ) | ||
|
|
There was a problem hiding this comment.
I don't know enough about Solana to review this, but are you planning on having mock helpers like EVM does that the bindings can use to generate mocks for your contract? If so, is it going to be in another PR?
Essentially, the EVM one allows you to bind your contract to an EVM client, so you can simulate the read / write using the types that the contract would receive and respond with instead of requiring you decode and encode. Also, it ensures your'll calling the right contract if you bind to multiple.
There was a problem hiding this comment.
@nolag created a ticket for this work
https://smartcontract-it.atlassian.net/browse/PLEX-2530
Adds utilities used by bindings generated using cre-cli.
Corresponding cre-cli PR: smartcontractkit/cre-cli#258