Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 910 Bytes

issuetracker.md

File metadata and controls

61 lines (53 loc) · 910 Bytes

Current Support

Crypto

  • Generate KeyPair
  • Reload Binance DEX Keystore
  • Decode/Encode Addresses
  • BIP39
  • BIP32
  • Export Keystore

TxTypes

  • 'MsgSend'
  • 'NewOrderMsg'
  • 'CancelOrderMsg'
  • 'FreezeMsg'
  • 'UnfreezeMsg'
  • 'HTLTMsg'
  • 'DepositHTLTMsg'
  • 'ClaimHTLTMsg'
  • 'RefundHTLTMsg'
  • 'TimeLockMsg'
  • 'TimeUnlockMsg'
  • 'TimeRelockMsg'
  • 'IssueMsg'
  • 'BurnMsg'
  • 'MintMsg'
  • 'MsgSubmitProposal'
  • 'MsgDeposit'
  • 'MsgVote'
  • 'ListMsg'
  • 'SetAccountFlagsMsg'

HTTP-API Get Methods

  • getAccount
  • getBalance
  • getMarkets
  • getTransactions
  • getTx
  • getDepth
  • getOpenOrders
  • getSwapByID
  • getSwapByCreator
  • getSwapByRecipient

RPC Get Methods

  • getAccount
  • getTokenInfo

Implementations still pending or partially implemented

RPC Get Methods

  • listAllTokens
  • getBalances
  • getBalance
  • getOpenOrders
  • getTradingPairInfo
  • getDepth

Crypto

  • Ledger (need to understand this)