Skip to content

Releases: nervosnetwork/ckb-sdk-ruby

v0.103.0 (2022-04-21)

21 Apr 12:42
e5c3634
Compare
Choose a tag to compare

v0.103.0 (2022-04-21)

BREAKING CHANGES

  • generate new version full payload address by default

v0.101.0 (2021-10-25)

25 Oct 07:27
1037b4b
Compare
Choose a tag to compare

v0.101.0 (2021-10-25)

Bug Fixes

Code Refactoring

  • hardfork: rename uncles_hash to extra_hash (ccd7545)
  • remove estimate_fee_rate RPC (702f4c5)

Features

  • hardfork: add a new field "hardfork_features" to get_consensus RPC (ab2d4ca)
  • hardfork: add extension to block (4f1461a)
  • hardfork: add new allowed value 'data1' to hash_type (fec87fd)
  • hardfork: support new full payload address format (80a9f97)

BREAKING CHANGES

  • hardfork: The field "uncles_hash" in "header" will be renamed to "extra_hash"
    nervosnetwork/ckb#2776
  • remove estimate_fee_rate API and RPC method

v0.41.0 (2021-05-06)

06 May 12:30
54a50d1
Compare
Choose a tag to compare

v0.41.0 (2021-05-06)

Features

  • add generate_block_with_template RPC (311a8d1)
  • implement get_cells_capacity api (a4ade40)
  • support search key filter (50d7ebb)

v0.40.0 (2021-03-10)

10 Mar 13:31
350abc3
Compare
Choose a tag to compare

v0.40.0 (2021-03-10)

Features

  • add serialized_size_without_uncle_proposals (43f5077)
  • deprecate get_cellbase_output_capacity_details and get_peers_state RPC (2475550)

Performance Improvements

v0.39.0 (2021-01-12)

12 Jan 08:31
16aa43a
Compare
Choose a tag to compare

v0.39.0 (2021-01-12)

Features

  • add consensus related types (d29fe4a)
  • add get_consensus RPC (88de068)
  • add get_raw_tx_pool RPC (87479b5)

v0.38.1 (2020-11-25)

25 Nov 06:34
1be5c70
Compare
Choose a tag to compare

v0.38.1 (2020-11-25)

Features

  • support generate short payload acp address (092a89f)
  • support parse short payload acp address (f747a30)

v0.38.0 (2020-11-23)

23 Nov 10:45
53f32c6
Compare
Choose a tag to compare

v0.38.0 (2020-11-23)

Bump version to v0.38.0

v0.37.0 (2020-10-27)

27 Oct 07:50
7b8d010
Compare
Choose a tag to compare

v0.37.0 (2020-10-27)

Code Refactoring

  • use ckb-indexer replace get_cells_by_lock_hash RPC (2a62ce3)

Features

  • add ckb-indexer types and get_cells api (92ca150)
  • add more types (bfd881c)
  • add new RPCs (48626ca)
  • remove RPC get_cells_by_lock_hash (a935a7c)

BREAKING CHANGES

  • use ckb-indexer replace get_cells_by_lock_hash RPC on wallet and multi_sign_wallet
  • remove RPC get_cells_by_lock_hash

v0.36.0 (2020-09-21)

21 Sep 14:46
94285f2
Compare
Choose a tag to compare

v0.36.0 (2020-09-21)

  • add a deprecated warning on methods in Indexer module (97f2f47)

BREAKING CHANGES

  • deprecate methods in Indexer module

v0.35.0 (2020-08-25)

25 Aug 01:39
a8f4b3d
Compare
Choose a tag to compare

v0.35.0 (2020-08-25)

Features

  • add local_node and local_node_protocol (0698992)
  • add more fields to peer (4edf799)
  • add remove_node and add_node RPC (d943de2)
  • add set_network_active RPC (6cfced3)
  • add sync_state RPC (4607b4c)
  • add tip info to tx_pool_info RPC (d208f1f)