Skip to content

Commit

Permalink
epic: remove concealed state and state type differentiation
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 14, 2024
1 parent cd0af8d commit ff5af2e
Show file tree
Hide file tree
Showing 30 changed files with 595 additions and 3,218 deletions.
53 changes: 2 additions & 51 deletions Cargo.lock

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

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

[dependencies]
amplify = { version = "~4.7.0", features = ["rand"] }
amplify = "~4.7.0"
baid64 = "~0.2.2"
strict_encoding = "~2.7.0"
strict_types = { version = "~2.7.0", features = ["armor"] }
aluvm = { version = "~0.11.0-beta.9", features = ["std", "ascii-armor"] }
commit_verify = { version = "~0.11.0-beta.9", features = ["rand", "derive"] }
commit_verify = { version = "~0.11.0-beta.9", features = ["derive"] }
single_use_seals = "~0.11.0-beta.9"
bp-core = { version = "~0.11.0-beta.9" }
secp256k1-zkp = { version = "0.11.0", features = ["rand", "rand-std", "global-context"] } # TODO: Update version before the release
mime = "~0.3.17"
serde_crate = { package = "serde", version = "1", features = ["derive"], optional = true }
chrono = "0.4.38"

Expand All @@ -47,7 +45,6 @@ serde = [
"commit_verify/serde",
"bp-core/serde",
"aluvm/serde",
"secp256k1-zkp/serde"
]

[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand Down
Loading

0 comments on commit ff5af2e

Please sign in to comment.