v1.2.0 release!
Changes
Allows to set mysql wallet adapter using Glueby::Wallet.configure(config)
- You can use MySQL Wallet Adapter by
Glueby.configuration.wallet_adapter = :mysql
- MySQL Wallet Adapter supports exclusive control mechanism for getting UTXOs.
Unified algorithm for determining if an output is a Dust Output.
Previously, the following two algorithms were unintentionally mixed.
- If the Value is less than 600 tapyrus
- If the Value of the output is less than the increased fee for using the output.
The algorithm is unified to the second one.
Internal Changes
- Add Glueby::Internal::ContractBuilder and use it all the place where creates contract transactions.
- Make UtxoProvider non-singleton class
Full Changelog: v1.1.2...v1.2.0