Releases: chaintope/glueby
Releases · chaintope/glueby
v0.7.0 release
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
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
v0.4.0 release
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