Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Breaking Changes
TxBuilderConstants
from the public API. Usecardano-cli
,cardano-db-sync
, or third-party APIs to retrieve the latest cost models and protocol parameters.to_bech32()
method for DRep now requires a boolean flag to specify the new CIP-129 format. Additionally, the function's output has been updated to align with the latest CIP-0005 specifications.Updates
from_bech32()
method for DRep now supports CIP-129 and both versions of CIP-0005.TxInputsBuilder
now includes a new set of functions:add_regular_utxo
,add_plutus_script_utxo
, andadd_native_script_utxo
. We recommend using these functions instead of theadd_***_input
methods, as the new ones handle referenced input fees automatically.do_not_burn_extra_change
flag has been added to theTransactionBuilderConfigBuilder
. This flag prevents burning extra ADA when it is not possible to create a new change output. By default, this flag is unset, and you need to enable it manually if needed.MultiAsset
when the assets list is empty.