Skip to content

Releases: dev-ptera/nano-node-rpc

@dev-ptera/nano-node-rpc v2.1.0

30 Dec 13:30
e05d6e2

Choose a tag to compare

v2.1.0

Added

  • Added process, work_cancel, & work_generate RPC support.

Changed

  • Changed type definition of SubType to include 'open' and 'epoch' types.

@dev-ptera/nano-node-rpc v2.0.2

14 Jul 08:30

Choose a tag to compare

v2.0.2

Fixed

  • Fixed peers rpc return type.

@dev-ptera/nano-node-rpc v2.0.1

20 Jun 12:08

Choose a tag to compare

v2.0.1

Fixed

  • Fixed frontier_count rpc action.

@dev-ptera/nano-rpc-proxy v2.0.0

22 May 21:10

Choose a tag to compare

Changed

  • Changed Subtype to not include open as an option.
  • Changed all number RPC response types to string since Nano RPC response always returns raw strings.

@dev-ptera/nano-rpc-proxy v1.1.1

21 May 12:36

Choose a tag to compare

Added

  • Added BlocksInfoResponseContents type to help differentiate between blocks_info return type.

@dev-ptera/nano-node-rpc v1.1.0

21 May 00:32

Choose a tag to compare

Added

  • Added RPC command for action blocks_info
  • Added type for block subtype Subtype.

@dev-ptera/nano-node-rpc v1.0.4

17 May 12:15

Choose a tag to compare

Fixed

  • Fixed delegators RPC return type.

@dev-ptera/nano-node-rpc v1.0.3

14 May 19:37

Choose a tag to compare

v1.0.3

Fixed

  • Fixed delegators_count function to now send correct RPC action.

@dev-ptera/nano-node-rpc v1.0.2

11 May 01:51

Choose a tag to compare

Added

  • Added type ErrorResponse for RPC errors.

Changed

  • Changed account_info params to be optional.

@dev-ptera/nano-node-rpc v1.0.0

12 Apr 19:35

Choose a tag to compare

v1.0.0

Added

  • Added accounts_balances, accounts_frontiers, accounts_pending,
    active_difficulty, block_confirm, confirmation_quorum, validate_account_number, version, &
    uptime RPC support in addition to those found in v0.0.1.
  • Added generic typing to peers RPC request.

Fixed

  • Fixed optional params not be applied to chain RPC call.