We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5987a commit 9d333c1Copy full SHA for 9d333c1
doc/release-notes-namecoin.md
@@ -2,6 +2,12 @@
2
3
## Version 0.21
4
5
+- `name_show` now (by default) shows an error for expired names. This can be
6
+ overridden by setting the `allowExpired` RPC option to true, or by using the
7
+ `-allowexpired` command-line parameter.
8
+ For more context,
9
+ see [issue #194](https://github.com/namecoin/namecoin-core/issues/194).
10
+
11
- By enabling `-namehashindex`, Namecoin Core can now keep track of a separate
12
database that maps hashes to preimages for all registered names. With this,
13
`name_show` and `name_history` can now optionally look up names by hash.
0 commit comments