Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 15, 2024
1 parent 3cd4ad5 commit 69d3f3f
Show file tree
Hide file tree
Showing 30 changed files with 330 additions and 3,497 deletions.
70 changes: 10 additions & 60 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "develop" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "develop" }
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "feat/fungible-nonconf" }
3 changes: 1 addition & 2 deletions invoice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ name = "rgbinvoice"

[dependencies]
amplify = { workspace = true }
base58 = "0.2.0"
baid64 = { workspace = true }
fast32 = "1.0.3"
strict_encoding = { workspace = true }
strict_types = { workspace = true }
bp-core = { workspace = true }
bp-invoice = { workspace = true }
rgb-core = { workspace = true }
Expand Down
Loading

0 comments on commit 69d3f3f

Please sign in to comment.