@@ -52,7 +52,7 @@ fn add_authority() {
52
52
assert_eq ! ( EcdsaAuthority :: next_authorities( ) , vec![ a_0] ) ;
53
53
assert_eq ! ( EcdsaAuthority :: nonce( ) , 0 ) ;
54
54
let message = array_bytes:: hex_n_into_unchecked (
55
- "0x5c883184c9c53c59857253454df1b4813e8b3fb28648beb85555d58d1e801e14 " ,
55
+ "0x5dcc31dcd194f2ccb42e13ed80001e37492f796d6d62514525fcf66de6f955c8 " ,
56
56
) ;
57
57
assert_eq ! (
58
58
EcdsaAuthority :: authorities_change_to_sign( ) ,
@@ -123,7 +123,7 @@ fn remove_authority() {
123
123
assert_eq ! ( EcdsaAuthority :: next_authorities( ) , vec![ a_2] ) ;
124
124
assert_eq ! ( EcdsaAuthority :: nonce( ) , 0 ) ;
125
125
let message = array_bytes:: hex_n_into_unchecked (
126
- "0x76139aa9d1c7b35fc744b10444898ee5703e3f77406b926f903006436b7930c7 " ,
126
+ "0xb59076c5054bc451c964b47af005b7b807b3501c36ef4d4375cb39637baea13b " ,
127
127
) ;
128
128
assert_eq ! (
129
129
EcdsaAuthority :: authorities_change_to_sign( ) ,
@@ -182,7 +182,7 @@ fn swap_authority() {
182
182
assert_eq ! ( EcdsaAuthority :: next_authorities( ) , vec![ a_2] ) ;
183
183
assert_eq ! ( EcdsaAuthority :: nonce( ) , 0 ) ;
184
184
let message = array_bytes:: hex_n_into_unchecked (
185
- "0x30effc17a3fcf9b3079168c2c2be54b6d9fbdfd7077c9d844ec241dd70dd0507 " ,
185
+ "0x0f9863685b4ef59a98fc26a063dad4713698af2d10af5f2ea921fed3f39fac71 " ,
186
186
) ;
187
187
assert_eq ! (
188
188
EcdsaAuthority :: authorities_change_to_sign( ) ,
@@ -231,7 +231,7 @@ fn sync_interval_and_max_pending_period() {
231
231
} ) ;
232
232
run_to_block ( <Runtime as Config >:: SyncInterval :: get ( ) ) ;
233
233
let message = array_bytes:: hex_n_into_unchecked (
234
- "0x742776a31e49b3f5a2a15a6781eb99f96e8116bfc67aae652a08b9b1235146d2 " ,
234
+ "0x7eba5c34eb163661830babd9d52b674f80812b4cde832429635352eb6f9225af " ,
235
235
) ;
236
236
assert_eq ! (
237
237
EcdsaAuthority :: new_message_root_to_sign( ) ,
@@ -268,7 +268,7 @@ fn sync_interval_and_max_pending_period() {
268
268
) ;
269
269
run_to_block ( offset + <<Runtime as Config >:: MaxPendingPeriod as Get < u64 > >:: get ( ) ) ;
270
270
let message = array_bytes:: hex_n_into_unchecked (
271
- "0xafd9fc3dc135079be23746b4beb27255e5d3b4c5f3d05db766af751c0ed97920 " ,
271
+ "0x3e5c445233cc9d281c4fde6ffc5d1c57701d932afba5e6cea07f9b1e88d41fc6 " ,
272
272
) ;
273
273
assert_eq ! (
274
274
EcdsaAuthority :: new_message_root_to_sign( ) ,
@@ -318,7 +318,7 @@ fn submit_authorities_change_signature() {
318
318
assert_ok ! ( EcdsaAuthority :: add_authority( RuntimeOrigin :: root( ) , a_3) ) ;
319
319
let operation = Operation :: AddMember { new : a_3 } ;
320
320
let message = array_bytes:: hex_n_into_unchecked (
321
- "0x3ad89c7824d6e83c180482c888a0af99baa95ce17a39285d6f943df5d95e7759 " ,
321
+ "0x7c2560e894619daa9e7369148a97b05d16e1c439c2467b08f64af578aba9cb4a " ,
322
322
) ;
323
323
assert_eq ! (
324
324
EcdsaAuthority :: authorities_change_to_sign( ) ,
@@ -373,7 +373,7 @@ fn submit_authorities_change_signature() {
373
373
} ,
374
374
Event :: CollectingNewMessageRootSignatures {
375
375
message: array_bytes:: hex_n_into_unchecked(
376
- "0xe7bded73843f446f46b42ee0e0cc435f4f66fbcedf36c635c437a4d63bb44696 "
376
+ "0x1a8ed5724cc495c64b46b43c079e82e299aaac24f79deae23bbfea88e2e1abdc "
377
377
)
378
378
}
379
379
]
@@ -399,7 +399,7 @@ fn submit_new_message_root_signature() {
399
399
400
400
run_to_block ( <<Runtime as Config >:: SyncInterval as Get < u64 > >:: get ( ) ) ;
401
401
let message = array_bytes:: hex_n_into_unchecked (
402
- "0x742776a31e49b3f5a2a15a6781eb99f96e8116bfc67aae652a08b9b1235146d2 " ,
402
+ "0x7eba5c34eb163661830babd9d52b674f80812b4cde832429635352eb6f9225af " ,
403
403
) ;
404
404
assert_eq ! (
405
405
EcdsaAuthority :: new_message_root_to_sign( ) ,
@@ -485,7 +485,7 @@ fn tx_fee() {
485
485
( 2 ..<Runtime as Config >:: SyncInterval :: get ( ) ) . for_each ( |n| run_to_block ( n as _ ) ) ;
486
486
run_to_block ( <<Runtime as Config >:: SyncInterval as Get < u64 > >:: get ( ) ) ;
487
487
let message = array_bytes:: hex_n_into_unchecked (
488
- "0x742776a31e49b3f5a2a15a6781eb99f96e8116bfc67aae652a08b9b1235146d2 " ,
488
+ "0x7eba5c34eb163661830babd9d52b674f80812b4cde832429635352eb6f9225af " ,
489
489
) ;
490
490
491
491
// Free for first-correct signature.
@@ -508,7 +508,7 @@ fn tx_fee() {
508
508
509
509
assert_ok ! ( EcdsaAuthority :: remove_authority( RuntimeOrigin :: root( ) , a_1) ) ;
510
510
let message = array_bytes:: hex_n_into_unchecked (
511
- "0x24956af4b0842e1caec63782602c5a94089ba7c8ab8bd12d4243bb1a893b8af0 " ,
511
+ "0x9c9af6df8ad32bce1fe3e8e4a1c638843786b2cc7f7932ff4d3f2de7b29b2632 " ,
512
512
) ;
513
513
514
514
// Free for first-correct signature.
0 commit comments