Skip to content

Latest commit

 

History

History
342 lines (238 loc) · 24.8 KB

CHANGELOG.md

File metadata and controls

342 lines (238 loc) · 24.8 KB

4.0.1 (2023-11-11)

Bug Fixes

  • deps: dependencies update (16d63ab)

4.0.0 (2022-12-28)

Bug Fixes

  • docs: fix documents generation (56f1308)

chore

  • dependencies: upgrade dependencies (54d0b24)

BREAKING CHANGES

  • dependencies: The minimum node version is 16 from now on

3.0.2 (2021-07-16)

Bug Fixes

  • declaration: fix declaration file path (043d93f)

3.0.1 (2021-07-09)

Bug Fixes

  • comments: fix comments so didn't get lost (8cf47a4)

3.0.0 (2021-07-09)

Bug Fixes

  • camelcase: add deep flag so it transfor nested objects too (ddeaadd)
  • fix contract (a25886f)
  • fix types to allow the objects (0da4130)
  • return promise on getNewAddress (01460a5)

Features

BREAKING CHANGES

  • structure change, deprecation of some old rules

3.0.0-beta.10 (2021-07-07)

Features

3.0.0-beta.9 (2021-07-06)

Features

3.0.0-beta.8 (2021-06-30)

Bug Fixes

  • camelcase: add deep flag so it transfor nested objects too (ddeaadd)

Features

3.0.0-beta.7 (2021-06-30)

Features

3.0.0-beta.6 (2021-06-29)

Features

3.0.0-beta.5 (2021-06-28)

Bug Fixes

  • fix types to allow the objects (0da4130)

Features

3.0.0-beta.4 (2021-06-27)

Features

3.0.0-beta.3 (2021-06-27)

Features

3.0.0-beta.2 (2021-06-27)

Bug Fixes

Features

3.0.0-beta.1 (2021-06-26)

Features

  • add createRawTransaction (8cb09b8)
  • add getNewAddress, getBalanceDetail, getBalance and address related calls (829e830)
  • add network and voting (fd1ecfa)
  • add networking commands (871c413)

BREAKING CHANGES

  • structure change, deprecation of some old rules

2.1.0-beta.1 (2021-06-23)

Bug Fixes

  • return promise on getNewAddress (01460a5)

Features

2.0.0 (2019-09-09)

Bug Fixes

  • dependencies: fix security issues (996d7e1)
  • rpc: change function name (af869a0)

BREAKING CHANGES

  • rpc: function name has been changed

1.0.0 (2018-12-30)

Bug Fixes

Features

  • add rest of the calls to the main client (9037bd3)
  • initial commit (2bff809)
  • connection: add test connection command (ae7a7d2)
  • contracts: address contract (1854527)
  • contracts: burn address, rain and recievement (9838684)
  • contracts: key pairs, reserve (446f1a6)
  • contracts: transaction contracts (41e55d8)
  • contracts: unspent contract (933ca90)
  • contracts: wallet info and main info refactoring (c41b8d0)