Closed saimeunt closed 8 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 |
@jelilat is this getting reviewed anytime soon? I keep resolving conflicts with main but this is not sustainable.
@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
@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 👍
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).