Compatibility mode for sendCalls
#3643
Unanswered
johanneskares
asked this question in
Idea / Feature Request
Replies: 1 comment 6 replies
-
In the specification it mentions: https://eips.ethereum.org/EIPS/eip-5792
It would be amazing if |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I see that
sendCalls
is now out of experimental status. Great news.However, it's still not ready to use as default option for sending contract calls, as many wallets have not yet implemented EIP-5792 and it might possibly take years until all wallets have.
To drive adoption of 5792 it would be great, if there was a compatibility mode (not on by default, so wallets realize they need to support it) that falls back to using standard transactions sequentially if the wallet doesn't have support for atomic operations. I'm trying to build a small wrapper around sendCalls. Here's what I came up with, not tested yet. But having something similar ready in
viem
would be great, so we can start usingsendCalls
as default for any blockchain interactions.Beta Was this translation helpful? Give feedback.
All reactions