domob1812
released this
This is a new bug-fix release in the 0.20 release series. It is based on upstream Bitcoin Core 0.20.1.
Assets
2
domob1812
released this
This is a new major release of Namecoin Core. It contains all the updates done in upstream Bitcoin Core 0.20.0 and minor general improvements to the Namecoin code.
Assets
2
domob1812
released this
This is a new minor release for Namecoin Core 0.19, which includes the changes from upstream Bitcoin Core 0.19.1.
Assets
2
domob1812
released this
This is a bug-fix release for Namecoin Core 0.19, which includes in particular the upstream fix for an uninitialised variable read from Bitcoin Core 0.19.0.1.
Assets
2
domob1812
released this
This is a new major release of Namecoin Core. It contains all of the updates done in upstream Bitcoin Core 0.19.0, minor improvements to the Namecoin code, and the following Namecoin-specific user visible change:
The mempool now allows multiple updates of a single name (in a chain of transactions). This is something that is allowed in blocks already, i.e. it is just a policy change. The name_update
RPC command still prevents such transactions from being created for now, until miners and relaying nodes have updated sufficiently. More details can be found in #322.
Assets
2
domob1812
released this
This is a new minor release in the 0.18 release series. It contains upstream changes and corresponds to Bitcoin Core 0.18.1.
Assets
2
domob1812
released this
This is a new major release of Namecoin Core. It is mostly based on Bitcoin Core 0.18.0. Important Namecoin-specific changes are the following:
- BIP16, CSV and Segwit will be activated at block height 475,000 on mainnet and 232,000 on testnet. See #239 for a discussion.
- The
options
argument forname_new
,name_firstupdate
andname_update
can now be used to specify per-RPC encodings for names and values by setting thenameEncoding
andvalueEncoding
fields, respectively. name_scan
now accepts an optionaloptions
argument, which can be used to specify filtering conditions (based on number of confirmations, prefix and regexp matches of a name). See #237 for more details.name_filter
has been removed. Instead,name_scan
with the newly added filtering options can be used.ismine
is no longer added to RPC results if no wallet is associated to an RPC call.
Assets
2
domob1812
released this
This release of Namecoin Core is based on Bitcoin Core 0.17.0, including many new upstream features.
It also contains many Namecoin-specific changes and new features, particularly with improvements to the RPC interface. See the Namecoin release notes for more details.
Assets
2
domob1812
released this
Namecoin based on the upstream Bitcoin 0.16.2 release.