hsd icon indicating copy to clipboard operation
hsd copied to clipboard

Handshake Daemon & Full Node

Results 157 hsd issues
Sort by recently updated
recently updated
newest added

I was playing with OpenAPI (#699). Good news: it's possible Bad news: it requires a huge effort. This PR is intended to hold discussion around the topic, rather than making...

discussion
docs

When the wallet encounters a REVEAL for a name it is watching, it saves it as a specific object in a specific bucket in the txdb: [BidReveal](https://github.com/handshake-org/hsd/blob/master/lib/wallet/txdb.js#L3963) This object is...

Hey mate, im trying to install hsd and hsd-airdrop but why this get error on goosig. Here the full log : ``` In file included from ../src/goosig.c:12:0: ../src/goosig.c:234:35: error: ‘bcrypto_init’...

Turbo Blind (Blind Lending protocol) documentation, Test is done for most part, but needs (a lot of) review, any contributions are welcome. Protocol Summary here: https://gist.github.com/Anunayj/750c85c9bea6a707e7e32a72f9ef6e83 Ignore any changes except...

waiting for other PR
needs rebase
needs conceptual review
docs
tests

An spv node can't import a name on first rescan, could be a timing issue with filter being set late. tg chat: https://t.me/hns_tech/61353 hsd test with the bug: https://gist.github.com/rithvikvibhu/ec036c6a2609e79c96bf01b89cdb8f70 after...

Replaces https://github.com/handshake-org/hsd/issues/619 For library users I think we can make covenants easier to navigate. For example, we could add getters for all the covenant items: ``` nameHash height renewalBlock resource...

covenants
Feature Request

Adds an expired state to the "stats" object, refactors the `toStats()` method in namestate.js. ``` "stats": { "blocksSinceExpired": 21 } ```

enhancement
covenants
tests
breaking-minor

This change adds the option to (optionally) pick which address will be used to submit a bid. ```sh hsw-rpc sendbid $name $amount $lockup [$address] ```

https://github.com/handshake-org/hsd/blob/107ed2be9280bb4292d21330e7d1ace62da9a002/lib/hd/public.js#L162-L167 This code is here, I believe to satisfy this requirement of the [BIP32 spec](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki#public-parent-key--public-child-key) > In case parse256(IL) ≥ n or Ki is the point at infinity, the resulting...

I experienced a major slowdown in hsd recursive resolution the other day while visiting a website that attempted to pull resources from around 200 handshake domain names, many of which...