Closed pulsarz closed 1 year ago
When we use the following query as example, we can sometimes get an empty box in an input or get null proofBytes.
query Transactions { mempool { transactions { transactionId size timestamp inputs { box { boxId value address } proofBytes } } } }
Issue identified, but not quick solution. So it will be solved for v0.4.1.
It happens when a transaction is using unconfirmed outputs as inputs. Current implementation only looks at confirmed inputs.
When we use the following query as example, we can sometimes get an empty box in an input or get null proofBytes.
query Transactions { mempool { transactions { transactionId size timestamp inputs { box { boxId value address } proofBytes } } } }