Skip to content

Commit 29f4e0e

Browse files
authored
Merge pull request #48 from RGB-WG/rgb20
Complete implementation of RGB20 and RGB21 interfaces
2 parents 3ef61c0 + da3543c commit 29f4e0e

39 files changed

+1847
-468
lines changed

Cargo.lock

+38-127
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ license = "Apache-2.0"
1919
[workspace.dependencies]
2020
amplify = "4.0.0"
2121
baid58 = "0.3.1"
22-
strict_encoding = "2.1.2"
23-
strict_types = "1.1.1"
24-
commit_verify = "0.10.1"
25-
bp-core = "0.10.2"
26-
rgb-core = "0.10.2"
22+
strict_encoding = "2.2.0"
23+
strict_types = "1.2.0"
24+
commit_verify = { version = "0.10.2", features = ["stl"] }
25+
bp-core = { version = "0.10.3", features = ["stl"] }
26+
rgb-core = { version = "0.10.3", features = ["stl"] }
2727

2828
[package]
2929
name = "rgb-wallet"

scripts/typelib.sh

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
cargo run --bin rgb-stl -- --sty
44
cargo run --bin rgb-stl -- --stl
5+
cargo run --bin rgb-stl -- --sta

0 commit comments

Comments
 (0)