Skip to content

Stellar SDK 0.30.0

Choose a tag to compare

@nebolsin nebolsin released this 13 Oct 23:20
· 52 commits to main since this release
v0.30.0
d175324

stellar-base

Added

  • protocol support Stellar protocol 18 (#202) (3cd93dc)

Changed

  • Stellar::Amount class moved to stellar-base gem from stellar-sdk
  • Stellar::Horizon::Problem class moved to stellar-horizon gem
  • toml-rb gem is replaced with tomlrb gem to work around segfaults in Ruby 3.0

stellar-horizon

Added

  • Stellar::Horizon::Problem class moved to stellar-horizon gem from stellar-sdk
  • Stellar::TransactionPage from stellar-sdk is now Stellar::Horizon::TransactionPage in stellar-horizon gem
  • faraday and faraday_middleware are now direct dependencies

Changed

  • stellar-horizon no longer depends on stellar-sdk (dependency has been reversed)

stellar-sdk

Added

  • stellar-sdk now depends on stellar-horizon

Changed

  • Stellar::Amount class moved to stellar-base gem
  • Stellar::Horizon::Problem class moved to stellar-horizon gem
  • Stellar::TransactionPage is now Stellar::Horizon::TransactionPage in stellar-horizon gem
  • toml-rb gem is replaced with tomlrb gem to work around segfaults in Ruby 3.0