Skip to content

Commit

Permalink
Merge pull request #510 from xxuejie/hotfix-vm-hang-issue
Browse files Browse the repository at this point in the history
hotfix: fix VM hang bug for certain invalid programs
  • Loading branch information
xxuejie committed Apr 19, 2019
2 parents 3efdef9 + 9d3d770 commit fb67ccd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ byteorder = "1.3.1"
crypto = {path = "../util/crypto"}
ckb-core = { path = "../core" }
hash = {path = "../util/hash"}
ckb-vm = { git = "https://github.com/nervosnetwork/ckb-vm", rev = "d4638be" }
ckb-vm = { git = "https://github.com/nervosnetwork/ckb-vm", rev = "9a74ffe" }
faster-hex = "0.3"
fnv = "1.0.3"
flatbuffers = "0.5.0"
Expand Down

0 comments on commit fb67ccd

Please sign in to comment.