You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output address for that txid/vout is mqkvMtYfTufj3iEXjYHmnopZrsowMFxrKw and both blockcypher and my little btcr-service are both failing to show any spends with txid: 2f1838f481be7b4f4d37542a751aa3a27be7114f798feb24ff0fc764730973d0 and vout: 0.
I thought a /tip endpoint might help, so I put together a quick and dirty solution.
/tip by default lists only the chain of spending transaction starting from the txref vout.
But if you want to see the entire set of transacation for the address in the txref vout, then you can pass a spendsOnly=false query string param to /tip.
There is an extra property in the transaction JSON called "InTipChain", and this is set to true if the transaction is part of the spending transactions starting from txref vout.
@ChristopherA I might be wrong or going down the wrong path, but the MVP Test #2 (https://github.com/w3c-ccg/did-hackathon-2018/blob/master/BTCR-DID-Tests.md) says the DID is revoked because the tip is spent, but I can't find any transaction with an input of txid: 2f1838f481be7b4f4d37542a751aa3a27be7114f798feb24ff0fc764730973d0 and vout: 0.
The output address for that txid/vout is mqkvMtYfTufj3iEXjYHmnopZrsowMFxrKw and both blockcypher and my little btcr-service are both failing to show any spends with txid: 2f1838f481be7b4f4d37542a751aa3a27be7114f798feb24ff0fc764730973d0 and vout: 0.
https://live.blockcypher.com/btc-testnet/address/mqkvMtYfTufj3iEXjYHmnopZrsowMFxrKw/
https://btcr-service.opdup.com/addr/mqkvMtYfTufj3iEXjYHmnopZrsowMFxrKw/spends
I am pretty sure I a missing some key point here. Wanted to check with you as I am sure I must be missing something.
The text was updated successfully, but these errors were encountered: