Skip to content

Commit

Permalink
Merge pull request #48 from RGB-WG/rgb20
Browse files Browse the repository at this point in the history
Complete implementation of RGB20 and RGB21 interfaces
  • Loading branch information
dr-orlovsky authored May 15, 2023
2 parents 3ef61c0 + da3543c commit 29f4e0e
Show file tree
Hide file tree
Showing 39 changed files with 1,847 additions and 468 deletions.
165 changes: 38 additions & 127 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ license = "Apache-2.0"
[workspace.dependencies]
amplify = "4.0.0"
baid58 = "0.3.1"
strict_encoding = "2.1.2"
strict_types = "1.1.1"
commit_verify = "0.10.1"
bp-core = "0.10.2"
rgb-core = "0.10.2"
strict_encoding = "2.2.0"
strict_types = "1.2.0"
commit_verify = { version = "0.10.2", features = ["stl"] }
bp-core = { version = "0.10.3", features = ["stl"] }
rgb-core = { version = "0.10.3", features = ["stl"] }

[package]
name = "rgb-wallet"
Expand Down
1 change: 1 addition & 0 deletions scripts/typelib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

cargo run --bin rgb-stl -- --sty
cargo run --bin rgb-stl -- --stl
cargo run --bin rgb-stl -- --sta
Loading

0 comments on commit 29f4e0e

Please sign in to comment.