Skip to content

Commit 29fb259

Browse files
Merge pull request #20 from BitGo/2652.bitgo-psbt-subset
feat(wasm-utxo): add network-specific PSBT handling and refactor wallet components
2 parents 4966e30 + 5fb52d9 commit 29fb259

File tree

62 files changed

+6000
-261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+6000
-261
lines changed

packages/wasm-utxo/Cargo.lock

Lines changed: 198 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/wasm-utxo/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ serde = { version = "1.0", features = ["derive"] }
2525
serde_json = "1.0"
2626
hex = "0.4"
2727
wasm-bindgen-test = "0.3"
28+
rstest = "0.26.1"
2829

2930
[profile.release]
3031
# this is required to make webpack happy

0 commit comments

Comments
 (0)