RavenProject / Ravencoin

Ravencoin Core integration/staging tree
https://www.ravencoin.org
MIT License
1.08k stars 675 forks source link

Testing: #873 P2SH Assets #990

Open fdoving opened 3 years ago

fdoving commented 3 years ago

Post your test results as comments to this issue.

Please include release version or commit-hash used when testing.

m4r1m0 commented 2 years ago

Initial testing on Ubuntu 20.04 using raven-4.7.0test3-b5010492c (64 bit) reveals problems with P2SH for qualifiers and restricted assets.

I am unable to tag P2SH addresses with qualifier assets using the RavenCore GUI. Because of this I am also unable to mint restricted assets under, or send restricted assets to P2SH addresses.

In the case of tagging P2SH addresses the transaction is broadcast to the network; however, RavenCore does not display it in the address list or recognize the qualifier string as having been applied - thus prohibiting receiving of restricted assets.

Interestingly, the wallet software does know that the address has the qualifier when I attempt to send it again. But none of these qualifier asset transactions show up in the appropriate list with the others, nor does the software accept them for the purpose of sending/receiving restricted assets. p2shrestrictedassets p2shqualifierasset

P2SH Asset Balances also failing to display correctly for 'Watch only' addresses. Separate issue submitted here: https://github.com/RavenProject/Ravencoin/issues/1150