Skip to content

Commit

Permalink
Merge #96: Update simplicity
Browse files Browse the repository at this point in the history
44d23e0 chore: Update simplicity (Christian Lewe)

Pull request description:

  Update rust-simplicity to the version that runs on Liquid testnet.

ACKs for top commit:
  apoelstra:
    ACK 44d23e0 successfully ran local tests

Tree-SHA512: e05ba36a0f6646f09ec3f1d7beea96ed5d4604a555bb49e697f8deb190d3d573e73a168379d425b7453c7f3985a586fa2ef4b486c635c1aadcf91a0f1abd3b2e
  • Loading branch information
apoelstra committed Oct 11, 2024
2 parents 8a33bb2 + 44d23e0 commit 8432240
Show file tree
Hide file tree
Showing 4 changed files with 125 additions and 124 deletions.
122 changes: 90 additions & 32 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ pest = "2.1.3"
pest_derive = "2.7.1"
serde = { version = "1.0.188", features = ["derive"], optional = true }
serde_json = { version = "1.0.105", optional = true }
simplicity-lang = { git = "https://github.com/BlockstreamResearch/rust-simplicity", rev = "0594aaf004c1a28904e2242d0b319241b1560390" }
miniscript = "11.0.0"
simplicity-lang = { git = "https://github.com/BlockstreamResearch/rust-simplicity", rev = "4ec0abadd796f5a7d9bc707cdc26dbb0770e7bd7" }
miniscript = "12.2.0"
either = "1.12.0"
itertools = "0.13.0"
arbitrary = { version = "1", optional = true, features = ["derive"] }
Expand Down
Loading

0 comments on commit 8432240

Please sign in to comment.