-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
Node (hsd-cli)
- Mempool Rejection Filter:
GET /mempool/invalid - Mempool Rejection Test:
GET /mempool/invalid/:hash
- Estimate fee:
GET /fee
Other
-
broadcastclaimis implemented in the node client, but has no CLI command:
Lines 177 to 180 in d82611c
broadcastClaim(claim) { assert(typeof claim === 'string'); return this.post('/claim', { claim }); } -
a list of rpc commands for
helpis missing: rpc help list commands bcoin-org/bcoin#705
Wallet (hsw-cli)
Implemented in wallet client but no CLI command:
- Get last N transactions:
getLast(id, account, limit) - Get range (of TXs by timestamp):
getRange(id, account, options)
#16 and handshake-org/hsd#163
Implemented in wallet client but no CLI command:
- getName
- getNames
- getAuctionByName
- getAuctions
- getBidsByName
- getBids
- getRevealsByName
- getReveals
- getResource
- getNonce
- createOpen
- createBid
- createReveal
- createRedeem
- createUpdate
- createRenewal
- createTransfer
- createCancel
- createFinalize
- createRevoke
- deep clean
Metadata
Metadata
Assignees
Labels
No labels