Skip to content

Commit 2f9a5ff

Browse files
committed
OP_CODESEPARATOR + OP_CLTV + OP_CSV
1 parent d624ae5 commit 2f9a5ff

File tree

6 files changed

+133
-146
lines changed

6 files changed

+133
-146
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ wasm = [
2828

2929
[dependencies]
3030
# bitcoin = "0.31.0"
31-
bitcoin = { git = "https://github.com/stevenroose/rust-bitcoin", rev = "1e4ba9f8ab76a7d3e16735cebb1e27092b510a1e" }
31+
bitcoin = { git = "https://github.com/stevenroose/rust-bitcoin", rev = "ad933c20aaf27934a8d85bfa9a21f39641735941" }
3232
lazy_static = "1.4.0"
3333

3434
# wasm
@@ -39,6 +39,3 @@ serde-wasm-bindgen = { version = "0.6.1", optional = true }
3939
console_error_panic_hook = { version = "0.1.7", optional = true }
4040
# I think we need to mention this for secp256k1-sys to work
4141
getrandom = { versioin = "0.2", optional = true }
42-
43-
# [patch."git://github.com/stevenroose/rust-bitcoin.git"]
44-
# bitcoin = { path = "/home/steven/code/rust/bitcoin/bitcoin" }

src/error.rs

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pub enum ExecError {
3030
SchnorrSig,
3131
TapscriptCheckMultiSig,
3232
PubkeyCount,
33+
StackSize,
3334

3435
// new ones for us
3536
ScriptIntNumericOverflow,

0 commit comments

Comments
 (0)