Skip to content

Commit

Permalink
upgrade csl and dedupe ref inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
twwu123 committed Aug 17, 2024
1 parent 38ac315 commit 613bd0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/Cargo.lock

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

1 change: 1 addition & 0 deletions packages/sidan-csl-rs/src/core/utils/ungroup.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ pub fn build_tx_builder(params: Option<Protocol>) -> csl::TransactionBuilder {
),
))
.ref_script_coins_per_byte(&csl::UnitInterval::new(&to_bignum(0), &to_bignum(10000)))
.deduplicate_explicit_ref_inputs_with_regular_inputs(true)
.build()
.unwrap();
csl::TransactionBuilder::new(&cfg)
Expand Down
2 changes: 1 addition & 1 deletion packages/whisky/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
getrandom = { version = "0.2", features = ["js"] }
cardano-serialization-lib = "12.0.0-beta.6"
cardano-serialization-lib = "12.0.0-beta.7"
hex = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 613bd0e

Please sign in to comment.