Skip to content

Commit

Permalink
Merge pull request #715 from Emurgo/evgenii/public-byron-add-type
Browse files Browse the repository at this point in the history
Add byron address type getter
  • Loading branch information
lisicky authored Feb 6, 2025
2 parents 3d8be00 + f2c9c35 commit 813f580
Show file tree
Hide file tree
Showing 8 changed files with 311 additions and 277 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cardano-serialization-lib",
"version": "14.0.0",
"version": "14.1.0",
"description": "(De)serialization functions for the Cardano blockchain along with related utility functions",
"scripts": {
"rust:build-nodejs": "(rimraf ./rust/pkg && cd rust; wasm-pack build --target=nodejs; cd ..; npm run js:ts-json-gen; cd rust; wasm-pack pack) && npm run js:flowgen",
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cardano-serialization-lib"
version = "14.0.0"
version = "14.1.0"
edition = "2018"
authors = ["EMURGO"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion rust/json-gen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 813f580

Please sign in to comment.