Skip to content

Commit c86013a

Browse files
authored
Merge pull request #6215 from jferrant/feat/signer-state-machine-rollout
Feat/signer state machine rollout
2 parents d4980dd + 34eb466 commit c86013a

File tree

33 files changed

+4760
-1789
lines changed

33 files changed

+4760
-1789
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"BITCOIND_TEST": "1"
55
},
66
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
7-
"files.eol": "\n"
7+
"files.eol": "\n",
88
}

Cargo.lock

Lines changed: 187 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libsigner/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ tiny_http = "0.12"
3232
mutants = "0.0.3"
3333
rand_core = { workspace = true }
3434
rand = { workspace = true }
35+
stacks-common = { path = "../stacks-common", features = ["testing"] }
36+
3537

3638
[dependencies.serde_json]
3739
version = "1.0"

0 commit comments

Comments
 (0)