Skip to content

Conversation

@akshay-ghy
Copy link
Member

send 0 as value for failed transactions

@saurabhdaga-merkle
Copy link
Contributor

Also for failed txns dont push traces and token_transfers.
Not sure of they exist though
.

@akshay-ghy
Copy link
Member Author

no transitions for failed transactions
with fail_txns as (select distinct(id) as id from public-data-finance.crypto_zilliqa.transactionswhere success=FALSE ) select amount,params,transaction_id frompublic-data-finance.crypto_zilliqa.transitions where transaction_id in (select id from fail_txns )

@saurabhdaga-merkle saurabhdaga-merkle merged commit 0a86cef into main Sep 30, 2021
@saurabhdaga-merkle saurabhdaga-merkle deleted the fail_txn branch September 30, 2021 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants