electrum-nmc icon indicating copy to clipboard operation
electrum-nmc copied to clipboard

name_history is unimplemented

Open JeremyRand opened this issue 5 years ago • 0 comments

The name_history RPC method from Namecoin Core needs to be implemented in Electrum-NMC. I think it could be done something like this:

sh = electrum.names.name_identifier_to_scripthash(b'd/wikileaks')
result = await network.get_history_for_scripthash(sh)

We'd also need to do SPV verification on all of the resulting transactions.

JeremyRand avatar Jan 17 '20 03:01 JeremyRand