anchor
anchor copied to clipboard
ts: Errors within provider.sendAll include transaction logs
sendAndConfirm
has some additional code to fetch transaction logs after an error, making them appear in the console. It's very convenient
This PR will do the same for sendAll
EDIT: a simple console.log(err)
will not capture err.logs in node. The logs may need to be appended to err.message to support all platforms
@Tristyn is attempting to deploy a commit to the coral-xyz Team on Vercel.
A member of the Team first needs to authorize it.
- sounds pretty reasonable
- adds the same functionality that's present in sendAndConfirm to SendAll
Should be non- breaking and fine to merge I think
@Tristyn just needs the merge conflicts cleaned up and I will merge!
Closing since we'll merge the other PR. It probably should have had a changelog attached to it.