Skip to content

Latest commit

 

History

History
159 lines (83 loc) · 8.15 KB

CHANGELOG.md

File metadata and controls

159 lines (83 loc) · 8.15 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.4.0 (2022-12-08)

2.3.0 (2022-04-27)

Features

  • 🎸 obtain public key string (983ecec)

2.2.0 (2021-08-24)

Features

  • 🎸 get account public key string (a6d7736)

2.1.0 (2021-05-14)

2.0.0 (2021-04-02)

Bug Fixes

2.0.0-beta.11 (2021-03-08)

Features

  • 🎸 GetBlochchains - query blockchains (661bac8)
  • 🎸 GetBlock & GetBlockByHeight - block info (e146c35)
  • 🎸 new gRPC services (3a3b1fb)
  • 🎸 QueryACL - query some account info (a00c0a4)
  • 🎸 QueryContractStat - contarct stat data (964642d)
  • 🎸 support GET method & throw Error Response (1f1bf54)

2.0.0-beta.10 (2021-02-25)

Features

2.0.0-beta.9 (2021-02-22)

Bug Fixes

  • 🐛 endorsement service (c4303b6)

2.0.0-beta.8 (2021-02-22)

Bug Fixes

  • 🐛 endorse service bug (85db2d9)

2.0.0-beta.7 (2021-02-22)

Features

  • 🎸 support the solidity contract (079bbe2)

Bug Fixes

  • 🐛 deployment contract support plugin (f783d0e)

2.0.0-beta.6 (2021-02-08)

Bug Fixes

  • 🐛 preExecWithFee service (28f9aa0)

2.0.0-beta.5 (2021-02-03)

Bug Fixes

  • 🐛 gRPC - postTX service (37c480e)

2.0.0-beta.4 (2020-12-17)

Bug Fixes

  • 🐛 invoke contract without plugin service (6440c0d)

2.0.0-beta.3 (2020-12-14)

Bug Fixes

  • 🐛 type error & export plugins (d404c9f)

2.0.0-beta.2 (2020-12-10)

Bug Fixes

2.0.0-beta.1 (2020-12-08)

⚠ BREAKING CHANGES

  • 🧨 v1.x

Features

  • 🎸 account recovery (2d9c040)
  • 🎸 balance (9677c1b)
  • 🎸 CFCA plugin (8cfaecc)
  • 🎸 contract (4412ff7)
  • 🎸 contract invoke (7bbaeba)
  • 🎸 contract upgrade (b6c4bc9)
  • 🎸 grpc support (76827ad)
  • 🎸 interfaces (5ef9b1a)
  • 🎸 plugins & refactor (92b0064)
  • 🎸 post request protocol detection and completion (9cf9105)
  • contract list & pre-execution (2c0285c)
  • transaction: support nodejs & no endorsement service (27f5dd6)
  • xuper account: export the encrypted private key string (fdd941a)
  • xuper account: support to import encrypted private key, restore account by password to decrypt (85841b4)
  • compatible Node.js (4d4df29)

Bug Fixes

  • 🐛 dependencies (a094994)
  • 🐛 invoke contract in plugin mode (dcd3fec)
  • function-return-type fix (86982d8)
  • text-decoder & text-encoder (44bc939)
  • account: cryptography error (04e9768)
  • account.ts: generate address - bytes length fix (1e17a72)

1.1.2 (2020-04-30)

Bug Fixes

  • src/utils.ts: replace for-in with for-each (f400e28)

1.1.1 (2020-03-16)

1.1.0 (2020-02-17)

Features