Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

53 lines (38 loc) · 1.14 KB

Version 0.2.3 - 2020-09-18

  • Add http response default charset as utf8

Version 0.2.2 - 2020-09-16

  • Change coinType
  • Change newCreateCoinMsg rpc

Version 0.2.1 - 2020-09-15

  • Add newExerciseMsg rpc

Version 0.2.0 - 2020-09-15

  • Fixed fetchMsg bug

Version 0.1.9 - 2020-09-14

  • Add importPriKeyBase64 / exportPriKeyBase64 rpc
  • Fixed newProposalParamMsg rpc bug

Version 0.1.8 - 2020-08-17

  • Fixed some rpc bugs

Version 0.1.7 - 2020-08-16

  • Added some query rpcs

Version 0.1.6 - 2020-08-14

  • Fixed rpc newValidatorReward

Version 0.1.5 - 2020-08-12

  • Refactor code with mixin
  • Fixed rpc newDelegationMsg

Version 0.1.4 - 2020-08-01

  • Added some rpcs

Version 0.1.3 - 2020-07-07

  • Added getCoins api

Version 0.1.2 - 2020-07-07

  • Added getAccounts & getTxs api
  • Modify newCreateCoinMsg api

Version 0.1.1 - 2020-06-23

  • Added getAddressFromPrivateKeyHex api

Version 0.1.0 - 2020-06-18

  • Added some rpc api
  • Added some examples inside the example/ folder

Version 0.0.2 - 2020-06-15

  • Improved the README.md
  • Added some examples inside the example/ folder

Version 0.0.1 - 2020-06-14

  • Initial release