NethermindEth / rpc-request-builder

https://rpc-request-builder.voyager.online/
5 stars 16 forks source link

implement starknet-rs for trace endpoints #31

Closed saimeunt closed 6 months ago

saimeunt commented 6 months ago

Closes #17

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

vercel[bot] commented 6 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 Mar 12, 2024 9:26am
saimeunt commented 6 months ago

@jelilat is this getting reviewed anytime soon? I keep resolving conflicts with main but this is not sustainable.

jelilat commented 6 months ago

@saimeunt What you should do in this case is to rebase, then force push. That's easier and you won't have to keep resolving conflicts.

git rebase main
git push --force
saimeunt commented 6 months ago

@jelilat you're right I made another PR for call endpoint I'm not sure why it ended up in this PR too, I must have done a mistake in cherry-picking commits, anyway that's fixed now 👍