Skip to content

Commit 3bc3831

Browse files
committed
epic: refactor state types
1 parent 3cd4ad5 commit 3bc3831

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1143
-5632
lines changed

Cargo.lock

Lines changed: 10 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
107107
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
108108
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
109109
bp-invoice = { git = "https://github.com/BP-WG/bp-std", branch = "develop" }
110-
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "develop" }
110+
rgb-core = { git = "https://github.com/RGB-WG/rgb-core", branch = "feat/fungible-nonconf" }

invoice/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ name = "rgbinvoice"
1717

1818
[dependencies]
1919
amplify = { workspace = true }
20+
base58 = "0.2.0"
2021
baid64 = { workspace = true }
21-
fast32 = "1.0.3"
2222
strict_encoding = { workspace = true }
23-
strict_types = { workspace = true }
2423
bp-core = { workspace = true }
2524
bp-invoice = { workspace = true }
2625
rgb-core = { workspace = true }

0 commit comments

Comments
 (0)