hirosystems / explorer

Explore transactions and accounts on the Stacks blockchain. Clone any contract and experiment in your browser with the Explorer sandbox.
https://explorer.hiro.so/
MIT License
140 stars 101 forks source link

Make use of `vm_error` in transaction receipts #1040

Open obycode opened 1 year ago

obycode commented 1 year ago

Two blockchain PRs were recently merged that add more information about failed contract deploy transactions to the receipt. It would be great if the explorer could take this info and display it. (It may be the case that this field is already used and this new data will just show up, I haven't checked)

obycode commented 1 year ago

Note that these changes are not live in the released stacks-node yet, so this data will not be showing up yet. I just wanted to let you know it was coming soon.

andresgalante commented 1 year ago

Thanks, Brice, for the heads up. 🙏 We'll take a look at it when the API is ready

BLuEScioN commented 2 months ago

@matt It seems you may have been involved with this based on your comment https://github.com/stacks-network/stacks-core/pull/3587#issuecomment-1446355057

Is the API already using and sharing these more descriptive errors?