Skip to content

Commit

Permalink
dbc: update to the new error types from BP Core
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 10, 2023
1 parent 6b45318 commit 5661998
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 93 deletions.
117 changes: 69 additions & 48 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ license = "Apache-2.0"

[workspace.dependencies]
amplify = "4.0.0"
strict_encoding = "2.3.0"
strict_encoding = "2.4.2"
commit_verify = "0.10.3"
single_use_seals = "0.10.0"

Expand Down Expand Up @@ -52,7 +52,7 @@ required-features = ["stl"]
[dependencies]
amplify = { workspace = true }
strict_encoding = { workspace = true }
strict_types = { version = "1.3.0", optional = true }
strict_types = { version = "1.4.2", optional = true }
commit_verify = { workspace = true }
single_use_seals = { workspace = true }
bp-primitives = { version = "0.10.4", path = "./primitives" }
Expand All @@ -72,3 +72,6 @@ stl = ["strict_types", "strict_types/base64", "bp-primitives/stl", "commit_verif

[package.metadata.docs.rs]
features = [ "all" ]

[patch.crates-io]
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "feat/mpc-error" }
Loading

0 comments on commit 5661998

Please sign in to comment.