Skip to content

Latest commit

Β 

History

History
409 lines (151 loc) Β· 12 KB

CHANGELOG.md

File metadata and controls

409 lines (151 loc) Β· 12 KB

Changelog

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

3.2.41 (2022-11-17)

Features

  • 🎸 change XHR to Fetch on browser (3fdc189)

Bug Fixes

  • πŸ› fix fetch error result and host url (4463499)
  • πŸ› format variable names (0595ca6)

3.2.40 (2022-02-09)

Bug Fixes

  • πŸ› chainApi test case (42a9c1e)

3.2.39 (2021-08-27)

Features

  • 🎸 add authorization (b04c1db)

3.2.38 (2021-03-09)

Features

  • 🎸 add signed transaction deserializing (53d4724)

3.2.37 (2020-12-28)

Bug Fixes

  • πŸ› fix enum type resolve (d13d2ee)

3.2.36 (2020-12-26)

Bug Fixes

  • πŸ› handle no-value decode and encode when occur complex obj (43eab80)

3.2.35 (2020-12-02)

Bug Fixes

  • πŸ› use browserify-aes MODES config (75a8a75)

3.2.34 (2020-05-21)

3.2.33 (2020-04-15)

Bug Fixes

  • πŸ› fix private key length when first byte is 0 (85ea98a)

3.2.32 (2020-03-30)

Bug Fixes

  • πŸ› add default value (d6aa193)

3.2.31 (2020-03-27)

Features

3.2.30 (2020-03-12)

Features

  • 🎸 add deserialize fee (337d7f7)
  • 🎸 add fee type and export unpackOutput (780e8ff)
  • 🎸 pbUtils add deserializeTransactionFee (c355084)

3.2.29 (2020-03-05)

Features

  • 🎸 add bloom filter (abda0be)

3.2.28 (2020-03-03)

Features

  • 🎸 add new contract method for deserialize logs (c8757f4)

3.2.27 (2020-03-03)

Bug Fixes

  • fix complicated protobuf Address/Hash/Map fields (30d96c6)

3.2.26 (2020-01-09)

Bug Fixes

  • πŸ› fix nested protobuf serialize and deserialize error (c922f38)

3.2.25 (2020-01-04)

Features

  • 🎸 modify chain API methods (e3183aa)

3.2.24 (2019-12-27)

Bug Fixes

  • πŸ› fix aelf.Hash deserialize bug (5e108eb)

3.2.23 (2019-12-02)

Features

  • 🎸 add address with _ formatter (4bd7102)

3.2.22 (2019-11-30)

Bug Fixes

  • πŸ› remove sync timeout when some browsers throw an error (7e95168)

3.2.21 (2019-11-20)

Bug Fixes

  • πŸ› remove useless arguments of HttpProvider (6a5894a)

Features

  • 🎸 we can get getRawTx by three params (4d71c2a)

3.2.20 (2019-11-19)

Features

  • 🎸 we can get getRawTx by three params (4d71c2a)

3.2.19 (2019-11-01)

Bug Fixes

  • πŸ› add condition hanler for repeated aelf.Address (94fdbc3)

3.2.18 (2019-10-16)

Features

  • 🎸 Compatible with the case param is hex formated (3d953f4)
  • 🎸 Export method getAddressFromPubKey (e3d5a28)

3.2.17 (2019-09-24)

Bug Fixes

  • πŸ› add scrypt config (9523dbd)
  • πŸ› fix keyStore params (da201a4)

3.2.16 (2019-09-20)

Bug Fixes

  • πŸ› set readInt32LE(offset) offset=0 (4d42b6c)

Features

  • 🎸 add get current round information method (6d8529e)
  • 🎸 exposed packinput method (4524b00)

3.2.15 (2019-09-06)

Bug Fixes

  • set readInt32LE(offset) offset=0 (4d42b6c)

3.2.14 (2019-09-02)

Bug Fixes

  • bug when getMerklePath, add sync:true; update README (43afff4)

Features

  • 🎸 add chain method getMerklePathByTxId (c45f492)
  • 🎸 add example for crossChain (0450e5c)
  • 🎸 bind new one method and two object to contractMethod (785b279)
  • add chainIdConvertor in utils; add getSignedTx in contractMethod.js (be2f031)

3.2.13 (2019-08-19)

Features

  • 🎸 remove c++ version scrypt (1d84266)

3.2.12 (2019-08-09)

Bug Fixes

  • πŸ› fix install scrypt error in Node v12 (effaea1), closes #51
  • πŸ› fix keystore options (e09a976)

3.2.11 (2019-07-25)

Bug Fixes

  • πŸ› fix install scrypt error in Node v12 (effaea1), closes #51

3.2.10 (2019-07-17)

Features

  • 🎸 rewrite keyStore generate and resolve (6ed2b5d)

3.2.9 (2019-07-16)

Bug Fixes

  • πŸ› fix multi-request share the same xhr instance (b7a20eb)

3.2.8 (2019-07-15)

Bug Fixes

  • πŸ› fix toString error (8f0da78)

Features

  • 🎸 add compile env variables for import correct xhr lib (a767bd6)

3.2.7 (2019-07-13)

Bug Fixes

  • πŸ› fix params callback (a1dd255)

3.2.6 (2019-07-13)

Bug Fixes

3.2.5 (2019-07-13)

Bug Fixes

  • πŸ› fix empty params (1b268a7)

3.2.4 (2019-07-13)

Bug Fixes

  • πŸ› fix callback paramaters (b8ee2ac)

3.2.3 (2019-07-13)

Bug Fixes

  • πŸ› fix a bip39 breaking changed method (28a09ad)
  • πŸ› throw full response body when an error response happened (eff374b)

Features

  • 🎸 add support for custom address with _ symbol (1f69bb2)
  • 🎸 Combine two chain methods into one (d01b90e), closes #45

3.2.2 (2019-07-12)

Bug Fixes

  • πŸ› fix a bip39 breaking changed method (28a09ad)
  • πŸ› throw full response body when an error response happened (eff374b)

3.2.1 (2019-07-11)

Bug Fixes

  • πŸ› throw full response body when an error response happened (eff374b)

3.2.0 (2019-07-10)

Bug Fixes

  • πŸ› fix the value of AElf instance version.api (8931ff1)