Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14.0.0 #713

Merged
merged 5 commits into from
Jan 28, 2025
Merged

14.0.0 #713

merged 5 commits into from
Jan 28, 2025

Conversation

lisicky
Copy link
Contributor

@lisicky lisicky commented Jan 28, 2025

Breaking Changes

  • Removed TxBuilderConstants from the public API. Use cardano-cli, cardano-db-sync, or third-party APIs to retrieve the latest cost models and protocol parameters.
  • The 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

  • The from_bech32() method for DRep now supports CIP-129 and both versions of CIP-0005.
  • The TxInputsBuilder now includes a new set of functions: add_regular_utxo, add_plutus_script_utxo, and add_native_script_utxo. We recommend using these functions instead of the add_***_input methods, as the new ones handle referenced input fees automatically.
  • A new do_not_burn_extra_change flag has been added to the TransactionBuilderConfigBuilder. 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.
  • Fixed the equality function for MultiAsset when the assets list is empty.

@lisicky lisicky requested a review from vsubhuman January 28, 2025 09:55
@vsubhuman vsubhuman added this to the 14.0 milestone Jan 28, 2025
Copy link
Contributor Author

@lisicky lisicky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/check

@sonarqube-yoroi
Copy link

SonarQube Quality Gate

Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@lisicky lisicky merged commit 3d8be00 into master Jan 28, 2025
4 checks passed
@lisicky lisicky deleted the 14.0.0 branch January 28, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants