Skip to content

Commit

Permalink
Merge branch 'script-refactor' into v0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 18, 2024
2 parents 967f833 + 938248b commit a1f8c1c
Show file tree
Hide file tree
Showing 35 changed files with 1,045 additions and 1,421 deletions.
110 changes: 57 additions & 53 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ required-features = ["stl"]
[dependencies]
amplify = { version = "~4.6.0", features = ["rand"] }
ascii-armor = "0.2.0"
strict_encoding = "~2.7.0-beta.1"
strict_types = { version = "~2.7.0-beta.2", features = ["armor"] }
strict_encoding = "~2.7.0-beta.3"
strict_types = { version = "~2.7.0-beta.3", features = ["armor"] }
aluvm = { version = "~0.11.0-beta.5", features = ["std", "ascii-armor"] }
commit_verify = { version = "~0.11.0-beta.5", features = ["rand", "derive"] }
single_use_seals = "~0.11.0-beta.5"
Expand Down Expand Up @@ -63,7 +63,10 @@ wasm-bindgen-test = "0.3"
features = ["all"]

[patch.crates-io]
commit_verify = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.11" }
single_use_seals = { git = "https://github.com/LNP-BP/client_side_validation", branch = "v0.11" }
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 a1f8c1c

Please sign in to comment.