namecoin / namecoin-core

Namecoin full node + wallet based on the current Bitcoin Core codebase.
https://www.namecoin.org/
MIT License
454 stars 146 forks source link

Remove restrictions on multiple name_update RPCs per block #324

Open domob1812 opened 5 years ago

domob1812 commented 5 years ago

In #304, we changed the mempool policy to allow multiple name updates per name and block in the mempool. The name_update RPC still does not allow that, though, since we need to wait for relaying nodes and miners to update before we should allow users to create such transactions. (They might get delayed otherwise.)

But at some point in the future, we should remove that restriction for name_update. The code for this will be similar to https://github.com/xaya/xaya/pull/97 on Xaya.

domob1812 commented 4 years ago

Once #328 is merged, the only thing remaining for this issue here is changing the default value of -limitnamechains.