Skip to content

Commit

Permalink
wip on invoicing
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jan 13, 2025
1 parent fde5e5a commit c75e1be
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 176 deletions.
184 changes: 21 additions & 163 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ 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" }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ strict_encoding.workspace = true
bp-wallet = { workspace = true, features = ["fs", "serde", "cli"] }
bp-electrum = { workspace = true }
bp-esplora = { workspace = true }
rgb-std = { workspace = true, features = ["fs", "serde"] }
rgb-std = { workspace = true, features = ["fs", "uri", "serde"] }
rgb-runtime = { workspace = true, features = ["fs", "serde"] }
rgb-psbt = { workspace = true, features = ["bp"] }
serde.workspace = true
Expand Down
Loading

0 comments on commit c75e1be

Please sign in to comment.