chaintope / glueby

[WIP] A Ruby library of smart contracts that can be used on Tapyrus.
MIT License
7 stars 10 forks source link

Use auto fulfil inputs feature in token issue and transfer #172

Closed rantan closed 1 year ago

rantan commented 1 year ago

We are going to remove use_auto_fee option in ContractBulder. The functionality of use_auto_fee is going to be included to auto_fulfill_inputs feature.

~This PR includes the difference of #170. After #170 merged, this PR will be rebased on the master HEAD and turn into normal PR from draft.~

rantan commented 1 year ago

ContractBuilderuse_auto_feeの実装が残っているのはTokenのIssueとtransfer以外の操作(タイムスタンプ?)に関してはこのオプション使い続けるという理解でOKか?

use_auto_fee のオプションは次のPRで use_auto_fulfill_inputs に統合する予定です。なので、use_auto_fee オプションの指定は次のPRで削除します。

rantan commented 1 year ago

token.rbの213行目の

# FIXME: It is enough to add just one UTXO here. Funding for fee should care by use_auto_fee feature. But, here add all UTXOs in issuer's wallet, if fee provider is enabled.

の説明への影響はありませんか・

次の PR で use_auto_fee オプションを削除する際に変更します。