Skip to content

Commit f55fb4e

Browse files
authored
Merge pull request #7199 from hstove-stacks/feat/pox-5-waterfall
Feat: L1 and L2 early unlocks, updating signer
2 parents ca46d23 + 65279bd commit f55fb4e

13 files changed

Lines changed: 5606 additions & 1209 deletions

File tree

contrib/core-contract-tests/Clarinet.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,14 @@ path = "./contracts/test-pox-5-signer.clar"
7070
clarity_version = 4
7171
epoch = 3.3
7272

73+
[contracts.signer-manager]
74+
path = "./contracts/signer-manager.clar"
75+
clarity_version = 4
76+
epoch = 3.3
77+
7378
[repl.analysis.lints]
74-
unused_const = "off"
75-
unused_data_var = "off"
79+
# unused_const = "off"
80+
# unused_data_var = "off"
7681
panic = "off"
7782
case_fn = "off"
78-
unused_map = "off"
83+
# unused_map = "off"

0 commit comments

Comments
 (0)