Skip to content

Commit

Permalink
Merge pull request #207 from RGB-WG/disclose
Browse files Browse the repository at this point in the history
Disclose info and hash ids
  • Loading branch information
dr-orlovsky authored Feb 26, 2024
2 parents 1759eab + cb66775 commit d4f96c9
Show file tree
Hide file tree
Showing 21 changed files with 830 additions and 516 deletions.
114 changes: 46 additions & 68 deletions Cargo.lock

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

14 changes: 6 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ name = "rgbcore-stl"
required-features = ["stl"]

[dependencies]
amplify = { version = "~4.5.1", features = ["rand"] }
strict_encoding = "~2.7.0"
strict_types = "~2.7.0"
aluvm = { version = "~0.11.0-beta.2", features = ["std"] }
amplify = { version = "~4.6.0", features = ["rand"] }
strict_encoding = "~2.7.0-beta.1"
strict_types = "~2.7.0-beta.1"
aluvm = { version = "~0.11.0-beta.3", features = ["std"] }
commit_verify = { version = "~0.11.0-beta.3", features = ["rand", "derive"] }
single_use_seals = "~0.11.0-beta.3"
bp-core = { version = "~0.11.0-beta.3" }
Expand Down Expand Up @@ -62,11 +62,9 @@ wasm-bindgen-test = "0.3"
features = [ "all" ]

[patch.crates-io]
strict_encoding = { git = "https://github.com/strict-types/strict-encoding", branch = "refactor/io" }
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "refactor/io" }
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.11" }
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "vesper" }
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "layouts" }
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-seals = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
bp-core = { git = "https://github.com/BP-WG/bp-core", branch = "v0.11" }
aluvm = { git = "https://github.com/AluVM/rust-aluvm", branch = "v0.11" }
Loading

0 comments on commit d4f96c9

Please sign in to comment.