You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the wallet RPCs sendreveal and sendredeem if no name argument is passed, it will attempt to batch all of the reveals/redeems between names into a single transaction. This is a useful feature, but prone to user error if name is accidentally undefined for example.
It may be a good idea to add specific RPCs sendrevealall and sendredeemall to prevent this problem. The HTTP endpoints could be updated to reflect this as well with either additional endpoints POST /wallet/:id/revealall and POST /wallet/:id/redeemall or with POST body options.
For the wallet RPCs
sendreveal
andsendredeem
if noname
argument is passed, it will attempt to batch all of the reveals/redeems between names into a single transaction. This is a useful feature, but prone to user error ifname
is accidentallyundefined
for example.It may be a good idea to add specific RPCs
sendrevealall
andsendredeemall
to prevent this problem. The HTTP endpoints could be updated to reflect this as well with either additional endpointsPOST /wallet/:id/revealall
andPOST /wallet/:id/redeemall
or with POST body options.Originally posted by @tynes in #145
The text was updated successfully, but these errors were encountered: