update validator signing to work with real structured hashes

This commit is contained in:
Aaron Blankstein
2022-07-18 15:51:41 -05:00
parent 1bd261080b
commit 72c50f0ecc
10 changed files with 129 additions and 9 deletions

View File

@@ -12,6 +12,22 @@ use_test_genesis_chainstate = true
chain = "bitcoin"
mode = "mocknet"
[[burnchain.epochs]]
epoch_id = 0x02000
start_height = 0
end_height = 1
[[burnchain.epochs]]
epoch_id = 0x02005
start_height = 1
end_height = 2
[[burnchain.epochs]]
epoch_id = 0x0200a
start_height = 2
# i64::MAX
end_height = 9_223_372_036_854_775_807
[[ustx_balance]]
# secret key = aaf57b4730f713cf942bc63f0801c4a62abe5a6ac8e3da10389f9ca3420b0dc701
address = "ST18F1AHKW194BWQ3CEFDPWVRARA79RBGFEWSDQR8"

View File

@@ -12,6 +12,22 @@ use_test_genesis_chainstate = true
chain = "bitcoin"
mode = "mocknet"
[[burnchain.epochs]]
epoch_id = 0x02000
start_height = 0
end_height = 1
[[burnchain.epochs]]
epoch_id = 0x02005
start_height = 1
end_height = 2
[[burnchain.epochs]]
epoch_id = 0x0200a
start_height = 2
# i64::MAX
end_height = 9_223_372_036_854_775_807
[[ustx_balance]]
# secret key = aaf57b4730f713cf942bc63f0801c4a62abe5a6ac8e3da10389f9ca3420b0dc701
address = "ST18F1AHKW194BWQ3CEFDPWVRARA79RBGFEWSDQR8"