near / near-indexer-for-explorer

Watch NEAR network and store all the data from NEAR blockchain to PostgreSQL database
https://near-indexers.io/docs/projects/near-indexer-for-explorer
GNU General Public License v3.0
124 stars 56 forks source link

explorer transaction says succeeded when it failed #158

Closed ghost closed 3 years ago

ghost commented 3 years ago

Explorer does a poor job of communicating failed transactions.

Screenshot 2021-08-31 at 16 59 25

This is a absolute hellish developer experience. Please fix!

near-sdk and near-cli all say transactions succeed when they really don't. How do you expect devs to build apps with tools that lie?

This transaction demonstrates the issue https://explorer.testnet.near.org/transactions/A9pRYiQjiMqsnCqj2TsLxPutsJ3KUgPfgLFwi4ZbbnHW

frol commented 3 years ago

@evergreen-trading-systems this is the back-end project serving the data for Explorer UI. I have already created a tracking issue for this https://github.com/near/near-explorer/issues/716, so I am closing this one as a duplicate