Skip to content

Commit

Permalink
use new state APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Oct 17, 2024
1 parent b15cc0b commit 3683dd1
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 248 deletions.
21 changes: 7 additions & 14 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ amplify = "4.7.0"
nonasync = { version = "0.1.2", features = ["log"] }
baid64 = "0.2.2"
strict_encoding = "2.7.0"
strict_types = "2.7.0"
strict_types = "2.7.1"
commit_verify = "0.11.0-beta.9"
bp-core = "0.11.0-beta.9"
bp-seals = "0.11.0-beta.9"
Expand Down Expand Up @@ -106,6 +106,7 @@ features = ["all"]
[patch.crates-io]
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "develop" }
single_use_seals = { git = "https://github.com/LNP-BP/client_side_validation", branch = "develop" }
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "develop" }
aluvm = { git = "https://github.com/AluVM/rust-aluvm", branch = "develop" }
bp-consensus = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
bp-dbc = { git = "https://github.com/BP-WG/bp-core", branch = "develop" }
Expand Down
Loading

0 comments on commit 3683dd1

Please sign in to comment.