Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Aug 27, 2025

Bumps @emurgo/cardano-serialization-lib-browser from 14.1.2 to 15.0.1.

Release notes

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

15.0.1 My dog ate the pointer

Changes

  • Fixed memory management for TransactionBuilder.set_validity_start_interval_bignum
  • Added fallback for a pointer address deserialization with numbers bigger than u64::MAX. If a pointer component is bigger than u64::MAX we implicitly set it as u64::MAX. It's okay, since such big numbers has no sense on mainnet and pointer addresses are deprecated since Conway. Before the fix such pointer addresses were considered as malformed in the CSL. But if affects your application we appreciate any PR and contribution to the library

Published

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

Experimental packages with gc support

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

Full Changelog: Emurgo/cardano-serialization-lib@15.0.0...15.0.1

15.0.0 You didn't ask but we did it

Breaking changes

  • to_js_value now serializes maps as JavaScript objects instead of ES Map for better compatibility across different environments.

Other changes

  • Switched from Rc to Arc to improve compatibility with multithreaded Rust applications. This change does not affect the JS/WASM API.

  • Added a new Rust feature flag dont-expose-wasm for cases where you want to build your Rust library into WASM but do not want to implicitly expose the CSL API to WASM.

  • Introduced a new CSL package (yes, again 🙃) with inlined WASM. This is useful if you’re stuck without a bundler or web server and don’t want to spend time figuring out a custom solution:

    • @emurgo/cardano-serialization-lib-browser-inlined
    • @emurgo/cardano-serialization-lib-browser-inlined-gc

Published

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

Experimental packages with gc support

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

Full Changelog: Emurgo/cardano-serialization-lib@14.1.2...15.0.0

Commits
  • 3ce8632 Merge pull request #739 from Emurgo/evgenii/pass-by-ref-fix
  • 58c1e34 fix set_validity_start_interval_bignum to pass BigNum by ref
  • f2118cb Merge pull request #737 from Emurgo/evgenii/pointer_adress_deser_fix
  • a77c006 bump version
  • 4f5d7ad bump version
  • f74173e add fallback_to_max flag
  • 3033db7 add pinter address deserialization fallback
  • 0ad8175 Merge pull request #733 from Emurgo/evgenii/js_object_ser_fix
  • f9b7da3 bump version
  • fbc9405 fix conditional
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [@emurgo/cardano-serialization-lib-browser](https://github.com/Emurgo/cardano-serialization-lib) from 14.1.2 to 15.0.1.
- [Release notes](https://github.com/Emurgo/cardano-serialization-lib/releases)
- [Commits](Emurgo/cardano-serialization-lib@14.1.2...15.0.1)

---
updated-dependencies:
- dependency-name: "@emurgo/cardano-serialization-lib-browser"
  dependency-version: 15.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 27, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 27, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Join our Discord community for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant