Skip to content

Commit

Permalink
epic: update secret seals to be cross-chain
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 30, 2023
1 parent 188be78 commit 0fa7418
Show file tree
Hide file tree
Showing 8 changed files with 144 additions and 138 deletions.
91 changes: 53 additions & 38 deletions Cargo.lock

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

32 changes: 8 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ license = "Apache-2.0"
[workspace.dependencies]
amplify = "4.5.0"
baid58 = "0.4.4"
commit_verify = "0.11.0-beta.2"
strict_encoding = "2.6.1"
commit_verify = "0.11.0-beta.3"
strict_encoding = "2.6.2"
strict_types = "1.6.3"
bp-core = "0.11.0-beta.2"
bp-seals = "0.11.0-beta.2"
bp-core = "0.11.0-beta.3"
bp-seals = "0.11.0-beta.3"
bp-std = "0.11.0-beta.3"
bp-wallet = "0.11.0-beta.3"
bp-util = "0.11.0-beta.3"
bp-wallet = "0.11.0-beta.4"
bp-util = "0.11.0-beta.4"
bp-esplora = "0.11.0-beta.2"
descriptors = "0.11.0-beta.2"
psbt = { version = "0.11.0-beta.2", features = ["client-side-validation"] }
descriptors = "0.11.0-beta.3"
psbt = { version = "0.11.0-beta.3", features = ["client-side-validation"] }
rgb-std = { version = "0.11.0-beta.3", features = ["fs"] }
rgb-psbt = { version = "0.11.0-beta.2", path = "psbt" }
indexmap = "2.0.2"
Expand Down Expand Up @@ -91,19 +91,3 @@ serde = ["serde_crate", "serde_with", "serde_yaml", "bp-std/serde", "bp-wallet/s

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

[patch.crates-io]
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "v0.11" }
bp-derive = { git = "https://github.com/BP-WG/bp-std", branch = "v0.11" }
bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "v0.11" }
bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "v0.11" }
bp-util = { git = "https://github.com/BP-WG/bp-wallet", branch = "v0.11" }
psbt = { git = "https://github.com/BP-WG/bp-std", branch = "v0.11" }
descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "v0.11" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "v0.11" }
rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.11" }
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.11" }
Loading

0 comments on commit 0fa7418

Please sign in to comment.