Skip to content

Releases: chaintope/glueby

v0.7.0 release

25 Jan 05:38
Compare
Choose a tag to compare

This release contains the following changes:

  • Implement Token#multi_transfer (#112)
    • Using method makes it possible to send tokens to multiple addresses.

v0.6.4 release

20 Jan 07:52
Compare
Choose a tag to compare

This release contains the following changes:

  • Implement Gluby::Contract::AR::Timestamp#save_with_broadcast (#111)
    • Tapyrus transaction would be broadcasted immediately on creating timestamp record using this method.

v0.4.4 release

13 Sep 01:21
5405dd9
Compare
Choose a tag to compare

This release contains the following changes:

  • Make wallet adapter possible to execute blocks before actual broadcasting(#90)
  • Remove the address type argument of getnewaddress (#89)

v0.4.0 release

14 Jun 02:58
Compare
Choose a tag to compare

This release contains the following changes:

  • Add prefixes to table names #64
  • validate an issuer when reissuing reissuable tokens #52 #63
  • add get_addresses interface to wallet #61
  • Add global configuration Glueby.configure #56
  • Make Glueby::Internal::Wallet.create_wallet can get wallet_id #53
  • FeeProvider can pay fees instead of senders #51 #54 #58 #62
  • Rename fee provider to fee Estimator #50
  • Add sighashtype option to internal wallet #49
  • enables the wallet's balance method to be filtered by only_finalized flag #46
  • change response as issuing token #43
  • broadcast tx by internal wallet in payment contract #42