Mark Tyneway
Mark Tyneway
This is a simple implementation of `scantxoutset`. This RPC returns a list of the outputs that match the output descriptor. It currently works with the output descriptor types: - `wpk`...
It is much more useful to mine based on the auction lengths instead of using magic numbers. This allows the parameters to be tweaked and then ran through the test...
When looking at the Covenant field in JSON, it is not very helpful to understand what it means. This PR adds a Covenant.toASM method to return a human readable string....
An address is a commitment to some program that will run in the Script interpreter. Every address has a mapping to a program. Depending on the type of address, it...
This PR adds a new Node `rpc` method called `getnamedns`. It accepts two arguments - the `name` (string) and a `type` (string). It will resolve the DNS query using the...
## Overview Edited 11/1/19 Right now the identity key (secp256k1 keypair) is used in multiple locations for different purposes. The `Pool` uses it for `brontide`. It is used for encryption...
## dumpzone RPC A Node RPC `dumpzone` that dumps the state of the Handshake Zone into a file could be useful for building DNS infrastructure on top of `hsd`. By...
## Overview From https://github.com/handshake-org/hsd/pull/287 ``` * A future possibility may be to randomly pad out messages * to avoid suspicion from a tyrannical government * (todo: research/discuss this more). ```...
# Overview edited 5/30/19 A high priority TODO is migrating the RPCs to HTTP to allow for more flexibility. This should be fairly straight forward to accomplish since most of...
If the `miner.createBlock` function is called without the `tip` argument, it will mine on top of the chain's tip. In the case where a `tip` is passed in and its...