Skip to content

Commit

Permalink
pkg: CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Aug 3, 2022
1 parent 1cb52a0 commit 2170fe5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

### Node changes

- RPCs `getnameinfo` `getnameresource` `verifymessagewithname` and `getnamebyhash`
now accept an additional boolean parameter `safe` which will resolve the name from the Urkel
tree at the last "safe height" (committed tree root with > 12 confirmations). SPV
nodes can use this option and retrieve Urkel proofs from the p2p network to respond
to these calls.

- New RPC methods:
- `decoderesource` like `decodescript` accepts hex string as input and returns
JSON formatted DNS records resource.
Expand All @@ -13,7 +19,6 @@
- New RPC methods:
- `createbatch` and `sendbatch` create batch transactions with any number
of outputs with any combination of covenants.

## v4.0.0

**When upgrading to this version of hsd you must pass
Expand Down

0 comments on commit 2170fe5

Please sign in to comment.