Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 6.92 KB

CHANGELOG.md

File metadata and controls

49 lines (43 loc) · 6.92 KB

Changelog

0.0.4-pre-release (2020-04-09)

Features

  • Account: add get account balance grpc request (#84, #105, #127)
  • Block: add get block list grpc request (#93, #124, #134), issue #91
  • Block: add get block detail grpc request (#93, #124, #134), issue #91
  • Escrow: add get escrow list grpc request (#84, #100, #132)
  • Escrow: add get escrow detail grpc request (#84, #100, #132)
  • Escrow: add approval escrow grpc request (#84, #132)
  • Keyring: add generate random passphrase function (#84, #130, #146)
  • Keyring: add generate bip32RootKey from pasphrase in Keyring constructor (#84, #130)
  • Keyring: add generate child seed from bip32RootKey function using derivation algorithm (#84, #130)
  • Keyring: add passphrase validation function (#143), issue #135
  • Mempool: add get mempool list grpc request (#84, #98, #125)
  • Mempool: add get mempool detail grpc request (#84, #98, #125)
  • Network: add set network list, select network, and get selected network function (#102), issue #101
  • Network: add ping network (#144), issue #138
  • Node: add get hardware info grpc request (#84, #140, #148)
  • Node: add generate new node public key grpc request (#84, #140)
  • Node: add get node list grpc request (#96, #122, #140), issue #92
  • Node: add get node detail grpc request (#84, #122, #140)
  • Node: add register node grpc request (#84, #140)
  • Node: add update node grpc request (#84, #140)
  • Node: add claim node grpc request (#84, #140)
  • Node: add remove node grpc request (#84, #140)
  • Poown: add get poown grpc request (#84, #126)
  • Transaction: add get transaction list grpc request (#84, #95, #128)
  • Transaction: add get transaction detail grpc request (#84, #95, #128)
  • Transaction: add send money grpc request (#84, #128)
  • Transaction: add get transaction minimum fee grpc request (#147) issue #137
  • Wallet: add encrypt and decrypt function for securing the passphrase (#84, #131)
  • Wallet Helper: add transactions converter from grpc to wallet format (#103), issue #88
  • Wallet Helper: add mempool converter from grpc to wallet format (#106, #151), issue #89

Enhancements

  • Update example for ReactJS (#133), issue #108
  • Update example for Angular (#139), issue #107
  • Update example for VueJs (#145), issue #111
  • Update example for Ionic (#150), issue #109
  • Update example for React Native (#159), issue #110
  • Compile: compiling SDK using rollup typescript plugin (#154), issue #149

Bug fixes

  • CI not executing branch master (#158), issue #157
  • NPM version not match between readme and NPMJS (#161), issue #160