namecoin / nmc-rpc-explorer

Database-free, self-hosted Namecoin explorer, via RPC to Namecoin Core.
https://bitcoinexplorer.org
MIT License
0 stars 1 forks source link

Identify name trades #11

Open JeremyRand opened 2 years ago

JeremyRand commented 2 years ago

Name trade transactions look unique because they contain a SIGHASH_SINGLE|SIGHASH_ANYONECANPAY input that is a name input if and only if its corresponding output is not a name output. We should display this status in the transaction view.

JeremyRand commented 2 years ago

Blocked by https://github.com/namecoin/nmc-rpc-explorer/issues/10 .