Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing CLI commands for new HTTP endpoints #34

Open
pinheadmz opened this issue Jan 27, 2021 · 0 comments
Open

Missing CLI commands for new HTTP endpoints #34

pinheadmz opened this issue Jan 27, 2021 · 0 comments

Comments

@pinheadmz
Copy link
Member

Node (hsd-cli)

handshake-org/hsd#189

  • Mempool Rejection Filter: GET /mempool/invalid
  • Mempool Rejection Test: GET /mempool/invalid/:hash

bcoin-org/bcoin#889

  • Estimate fee: GET /fee

Other

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

handshake-org/hsd#511

  • deep clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant