Skip to content

Commit

Permalink
unify single-use seals
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 14, 2025
1 parent 40a7415 commit 276d227
Show file tree
Hide file tree
Showing 19 changed files with 301 additions and 372 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,20 +90,20 @@ serde = [
features = ["all"]

[patch.crates-io]
ultrasonic = { git = "https://github.com/AluVM/ultrasonic" }
hypersonic = { git = "https://github.com/AluVM/sonic" }
sonic-api = { git = "https://github.com/AluVM/sonic" }
sonic-callreq = { git = "https://github.com/AluVM/sonic" }
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.12" }
bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" }
bp-derive = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" }
descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" }
psbt = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" }
bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "v0.12" }
ultrasonic = { git = "https://github.com/AluVM/ultrasonic", branch = "refactor/consensus" }
hypersonic = { git = "https://github.com/AluVM/sonic", branch = "refactor/consensus" }
sonic-api = { git = "https://github.com/AluVM/sonic", branch = "refactor/consensus" }
sonic-callreq = { git = "https://github.com/AluVM/sonic", branch = "refactor/consensus" }
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "refactor/consensus" }
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "refactor/consensus" }
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "refactor/consensus" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "refactor/consensus" }
bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "refactor/consensus" }
bp-derive = { git = "https://github.com/BP-WG/bp-std", branch = "refactor/consensus" }
descriptors = { git = "https://github.com/BP-WG/bp-std", branch = "refactor/consensus" }
psbt = { git = "https://github.com/BP-WG/bp-std", branch = "refactor/consensus" }
bp-std = { git = "https://github.com/BP-WG/bp-std", branch = "refactor/consensus" }
bp-wallet = { git = "https://github.com/BP-WG/bp-wallet", branch = "v0.12" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "v0.12" }
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.12" }
rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "v0.12" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "refactor/consensus" }
rgb-std = { git = "https://github.com/RGB-WG/rgb-std", branch = "refactor/consensus" }
rgb-invoice = { git = "https://github.com/RGB-WG/rgb-std", branch = "refactor/consensus" }
Loading

0 comments on commit 276d227

Please sign in to comment.