Closed saimeunt closed 9 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
rpc-request-builder | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 20, 2024 11:23am |
Following up on this PR, added support for trace endpoints.
Closes #17
Also added initial support for crafting an array of transactions. Fixed some bugs in the params builder (use structuredClone to deep clone objects instead of performing a shallow copy).
Since most of the work for #16 was already done on this PR I went along and implemented support for write endpoints.
Closes #16
Following up on the previous work to support starknet-rs, I've implemented call endpoints.
Closes #18
Can you please create separate PRs for the issues? It'll make it easier to review.
As stated in the title, the PR should only address https://github.com/NethermindEth/rpc-request-builder/issues/15
@saimeunt
@jelilat I've created separate PRs for each commit, they will need to be reviewed in order because they depend on each other.
Closing in favor of #30 #31 #32 #33 #34 #35
Implemented class related starknet methods using the
starknet-rs
package.Closes #15