TosiDrop / vm-frontend

Frontend for TosiDrop
MIT License
6 stars 6 forks source link

chore(deps): bump @emurgo/cardano-serialization-lib-nodejs from 11.5.0 to 12.1.1 in /server #502

Open dependabot[bot] opened 2 days ago

dependabot[bot] commented 2 days ago

Bumps @emurgo/cardano-serialization-lib-nodejs from 11.5.0 to 12.1.1.

Release notes

Sourced from @​emurgo/cardano-serialization-lib-nodejs's releases.

12.1.1 Banana Banana

Release Notes

  • fixed bootstrap witnesses pre-calculations for inputs from a Byron address.

Published

https://www.npmjs.com/package/@​emurgo/cardano-serialization-lib-browser/v/12.1.1 https://www.npmjs.com/package/@​emurgo/cardano-serialization-lib-nodejs/v/12.1.1 https://www.npmjs.com/package/@​emurgo/cardano-serialization-lib-asmjs/v/12.1.1 https://crates.io/crates/cardano-serialization-lib/12.1.1

Experimental packages with gc support

https://www.npmjs.com/package/@​emurgo/cardano-serialization-lib-nodejs-gc/v/12.1.1 https://www.npmjs.com/package/@​emurgo/cardano-serialization-lib-browser-gc/v/12.1.1 https://www.npmjs.com/package/@​emurgo/cardano-serialization-lib-asmjs-gc/v/12.1.1

Full Changelog: https://github.com/Emurgo/cardano-serialization-lib/compare/12.1.0...12.1.1

12.0.0 beta 1

THIS IS A BETA RELEASE, AND SOME THINGS MIGHT CHANGE IN THE FINAL 12.0.0

Update Summary

1. Address Types:

  • Added network_id getter to Address types.
  • Introduced new address type: Malformed. Used when it's impossible to deserialize an address in structs where the address is a nested type.
  • New getter for address: kind(). Returns an enum with address type.
  • New getter for address: payment_cred(). Returns payment credential.
  • New function for address: is_malformed().

2. PlutusV3 Support:

  • Added PlutusV3 support in all Plutus-specific structures.

3. Token Handling:

  • Prohibited sending and minting of zero tokens.

4. New Certificates:

Added support for the following certificates (can be added via CertificatesBuilder):

  • CommitteeColdResign
  • CommitteeHotAuth
  • DrepDeregistration
  • DrepRegistration
  • DrepUpdate
  • StakeAndVoteDelegation
  • StakeRegistrationAndDelegation
  • StakeVoteRegistrationAndDelegation
  • VoteDelegation
  • VoteRegistrationAndDelegation

5. Reference Script Fee:

... (truncated)

Commits
  • 0afdbe5 bump version
  • a213d87 fix bootstrap witness size pre-calculation
  • e3ef4b1 Merge pull request #689 from Emurgo/evgenii/data_hash_fix
  • 85398ed add test
  • f0e7093 add conditional feature for arbitrary-precision serde-json to avoid build con...
  • c60ca35 flow update
  • 624bf30 FixedTxWitnessesSet fix
  • f6cb29a make FixedTxWitnessesSet public
  • 4ac086c update js.flow
  • 6d89e3c fixed roundtrip, add add_vkey_witness add_bootstrap_witness, transaction_hash...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)