namecoin / electrum-nmc

Namecoin port of Electrum Bitcoin client.
https://www.namecoin.org/
MIT License
29 stars 24 forks source link

Verify scriptSigs using libnamecoinconsensus #333

Open JeremyRand opened 1 year ago

JeremyRand commented 1 year ago

Currently, the scriptSig verification uses the Python script evaluator from bitcointx. This is not consensus-compatible with Namecoin Core. While I don't think it's exploitable in practice, we should switch to libnamecoinconsensus.

JeremyRand commented 1 year ago

Blocked by https://github.com/Simplexum/python-bitcointx/issues/74