anchor icon indicating copy to clipboard operation
anchor copied to clipboard

ts: Errors within provider.sendAll include transaction logs

Open Tristyn opened this issue 2 years ago • 1 comments

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 avatar Aug 17 '22 04:08 Tristyn

@Tristyn is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Aug 17 '22 04:08 vercel[bot]

  • 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!

Henry-E avatar Nov 17 '22 14:11 Henry-E

Closing since we'll merge the other PR. It probably should have had a changelog attached to it.

Henry-E avatar Dec 05 '22 17:12 Henry-E