Skip to content

Releases: BlockIo/gem-block-io

Maintenance Release

29 Oct 01:01
Compare
Choose a tag to compare
  • Use typhoeus instead of httprb
  • Use bitcoinrb >=1.2.1
  • Minor performance tweaks

Bugfix Release

30 May 23:22
Compare
Choose a tag to compare
  • Version 3.0.5
  • Fix LTC P2SH version
  • Allow bitcoinrb 1.1.x

Maintenance Release

27 Dec 04:47
Compare
Choose a tag to compare
  • Version 3.0.4
  • Drop support for EOL Ruby 2,4 Ruby 2.5.
  • Use bitcoinrb v1.0.0.
  • Fix for Psych/YAML using safe_load with permitted class Bitcoin::ChainParams.

Bech32m Support

28 Sep 22:59
Compare
Choose a tag to compare
  • Update bitcoinrb to 0.8.0
  • Add test for witness_v1 outputs

Bugfix Release

22 Jul 03:12
Compare
Choose a tag to compare
  • Fixes Litecoin P2SH address version.
  • Allows looser dependencies.

Minor Release

10 Jun 00:23
Compare
Choose a tag to compare
  • Adds support for dynamic decryption algorithms

Major Update: Breaking Changes

26 May 23:56
Compare
Choose a tag to compare

Version 3.0.0

  • BREAKING CHANGES. BE CAREFUL IF UPGRADING FROM 1.x.x or 2.x.x.
  • Revised interfaces and behavior
  • Exceptions on failure status from Block.io with full response body
  • New transaction flow that uses prepare_transaction, create_and_sign_transaction, and submit_transaction
  • Drop support for Windows due to /chaintope/bitcoinrb dependency
  • Drop support for EOL Ruby versions (2.4 and prior)

Major Update: Breaking Changes

02 Jul 14:33
Compare
Choose a tag to compare

Version 2.0.0

  • BREAKING CHANGES. BE CAREFUL IF UPGRADING FROM 1.x.x.
  • Revised interfaces and behavior
  • No Exceptions on failure status from Block.io (throwing Exceptions on failure is now optional)
  • Multi-threading support
  • Support for HTTP/S proxies
  • Low R signatures
  • Performance improvements (http.rb and streamlined signatures)
  • Unit tests
  • Support for using private keys in addition to support for using PINs

Maintenance Release

10 May 23:57
Compare
Choose a tag to compare
1.2.1

formatting

Breaking Change

26 Jun 00:53
Compare
Choose a tag to compare
  • Remove support for Ruby < 1.9.3 (OpenSSL::Cipher::Cipher).
  • Remove dependency: connection_pool.