handshake-org.github.io
handshake-org.github.io copied to clipboard
Handshake developer documentation site
closes https://github.com/handshake-org/handshake-org.github.io/issues/133
https://hsd-dev.org/api-docs/?shell--cli#send-a-transaction ``` the rate for transaction fees. Denominated in subunits per kb ``` I don't think this is right. Internally in hsd, `rate` is treated as an int, a number...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...
https://github.com/handshake-org/hsd/pull/696#pullrequestreview-915303606
Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. Changelog Sourced from rack's changelog. [2.2.3.1] - 2022-05-27 [CVE-2022-30123] Fix shell escaping issue in Common Logger [CVE-2022-30122] Restrict parsing of broken MIME attachments Commits...
https://hsd-dev.org/api-docs/#get-wallet-auction-by-name And https://hsd-dev.org/api-docs/#getauctioninfo Seem to do the same thing and return the same info I think. Can they be merged?
The current example on the docs only lists that you need the `name`, `bid`, and `lockup` parameters. The actual call however requires there also be an `account` parameter after the...
As stated in the title, on the [Lock and Unlock coin outpoints](https://hsd-dev.org/api-docs/?shell--curl#lock-coin-outpoints) commands they list the use of a 'passphrase' in the body parameters, but show now example of how...
From https://github.com/handshake-org/hsd/pull/553: `getbids` parameters and explanation is missing, all the auction RPC `get`'ers should be checked From https://github.com/handshake-org/hsd/pull/511: Add `deepclean` From https://github.com/handshake-org/hsd/pull/529: Create presigned reveals endpoint needs to be added.