Skip to content

Commit 6a69b2d

Browse files
authored
Merge pull request #212 from Emurgo/release/9.1
Release / 9.1.0
2 parents acc2d35 + af442ea commit 6a69b2d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cardano-serialization-lib",
3-
"version": "9.0.0",
3+
"version": "9.1.0",
44
"description": "(De)serialization functions for the Cardano blockchain along with related utility functions",
55
"scripts": {
66
"rust:build-nodejs": "rimraf ./rust/pkg && cd rust; wasm-pack build --target=nodejs; wasm-pack pack; cd .. && npm run js:flowgen",

rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cardano-serialization-lib"
3-
version = "9.0.0"
3+
version = "9.1.0"
44
edition = "2018"
55
authors = ["EMURGO"]
66
license = "MIT"

rust/pkg/cardano_serialization_lib.js.flow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4945,7 +4945,7 @@ declare export class TransactionBuilder {
49454945
* @param {BigNum} minimum_utxo_val
49464946
* @param {BigNum} pool_deposit
49474947
* @param {BigNum} key_deposit
4948-
* @param {number} max_output_size
4948+
* @param {number} max_value_size
49494949
* @param {number} max_tx_size
49504950
* @returns {TransactionBuilder}
49514951
*/
@@ -4954,7 +4954,7 @@ declare export class TransactionBuilder {
49544954
minimum_utxo_val: BigNum,
49554955
pool_deposit: BigNum,
49564956
key_deposit: BigNum,
4957-
max_output_size: number,
4957+
max_value_size: number,
49584958
max_tx_size: number
49594959
): TransactionBuilder;
49604960

0 commit comments

Comments
 (0)