dashpay / platform

L2 solution for seriously fast decentralized applications for the Dash network
https://dashplatform.readme.io/docs/introduction-what-is-dash-platform
MIT License
67 stars 39 forks source link

transactionHistory is missing a field identifying DIP15 / Dashpay transactions #263

Open dashameter opened 2 years ago

dashameter commented 2 years ago

sending a dashpay tx makes it show up in the transactionHistory in the sender (but without a field to identify it as a dashpay tx) but it doesn't yet show up in the transactionHistory of the receiver (because that address is not added to the transaction stream).

Most wallets will want to handle dashpay txs differently from normal L1 transaction, separating those histories or at least adding metadata to identify them makes sense. I suggest a method to get only the normal L1 transactions and to get dashpay txs per identityId, and a wildcard to clobber all txs together, e.g. for export

dash-maverick commented 2 years ago

We should get back to that in 2-4 weeks since this work is planned to be finished with the scope of Platform v0.23 - the Team needs bit more time to develop this.

mayoreee commented 2 years ago

retest failed - issue persists.

SamKirby22 commented 2 years ago

@mayoreee as discussed on the weekly triage, please investigate a fix for this.

SamKirby22 commented 2 years ago

@mayoreee dev blocked due to Testnet issues