Closed rantan closed 1 year ago
ContractBuilder
にuse_auto_fee
の実装が残っているのはTokenのIssueとtransfer以外の操作(タイムスタンプ?)に関してはこのオプション使い続けるという理解でOKか?
use_auto_fee のオプションは次のPRで use_auto_fulfill_inputs
に統合する予定です。なので、use_auto_fee
オプションの指定は次のPRで削除します。
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
オプションを削除する際に変更します。
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.~