@@ -47,7 +47,7 @@ fn add_authority() {
47
47
assert_eq ! ( EcdsaAuthority :: next_authorities( ) , vec![ a_0] ) ;
48
48
assert_eq ! ( EcdsaAuthority :: nonce( ) , 0 ) ;
49
49
let message = array_bytes:: hex_n_into_unchecked (
50
- "0x5dcc31dcd194f2ccb42e13ed80001e37492f796d6d62514525fcf66de6f955c8 " ,
50
+ "0x5c883184c9c53c59857253454df1b4813e8b3fb28648beb85555d58d1e801e14 " ,
51
51
) ;
52
52
assert_eq ! (
53
53
EcdsaAuthority :: authorities_change_to_sign( ) . unwrap( ) ,
@@ -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
- "0xb59076c5054bc451c964b47af005b7b807b3501c36ef4d4375cb39637baea13b " ,
126
+ "0x76139aa9d1c7b35fc744b10444898ee5703e3f77406b926f903006436b7930c7 " ,
127
127
) ;
128
128
assert_eq ! (
129
129
EcdsaAuthority :: authorities_change_to_sign( ) . unwrap( ) ,
@@ -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
- "0x0f9863685b4ef59a98fc26a063dad4713698af2d10af5f2ea921fed3f39fac71 " ,
185
+ "0x30effc17a3fcf9b3079168c2c2be54b6d9fbdfd7077c9d844ec241dd70dd0507 " ,
186
186
) ;
187
187
assert_eq ! (
188
188
EcdsaAuthority :: authorities_change_to_sign( ) . unwrap( ) ,
@@ -237,7 +237,7 @@ fn sync_interval_and_max_pending_period() {
237
237
} ) ;
238
238
run_to_block ( sync_interval) ;
239
239
let message = array_bytes:: hex_n_into_unchecked (
240
- "0x7eba5c34eb163661830babd9d52b674f80812b4cde832429635352eb6f9225af " ,
240
+ "0x742776a31e49b3f5a2a15a6781eb99f96e8116bfc67aae652a08b9b1235146d2 " ,
241
241
) ;
242
242
assert_eq ! (
243
243
EcdsaAuthority :: message_root_to_sign( ) . unwrap( ) ,
@@ -279,7 +279,7 @@ fn sync_interval_and_max_pending_period() {
279
279
} ) ;
280
280
run_to_block ( offset + <<Runtime as Config >:: MaxPendingPeriod as Get < BlockNumber > >:: get ( ) ) ;
281
281
let message = array_bytes:: hex_n_into_unchecked (
282
- "0x3e5c445233cc9d281c4fde6ffc5d1c57701d932afba5e6cea07f9b1e88d41fc6 " ,
282
+ "0xafd9fc3dc135079be23746b4beb27255e5d3b4c5f3d05db766af751c0ed97920 " ,
283
283
) ;
284
284
assert_eq ! (
285
285
EcdsaAuthority :: message_root_to_sign( ) . unwrap( ) ,
@@ -338,7 +338,7 @@ fn submit_authorities_change_signature() {
338
338
assert_ok ! ( EcdsaAuthority :: add_authority( RuntimeOrigin :: root( ) , a_3) ) ;
339
339
let operation = Operation :: AddMember { new : a_3 } ;
340
340
let message = array_bytes:: hex_n_into_unchecked (
341
- "0x7c2560e894619daa9e7369148a97b05d16e1c439c2467b08f64af578aba9cb4a " ,
341
+ "0x3ad89c7824d6e83c180482c888a0af99baa95ce17a39285d6f943df5d95e7759 " ,
342
342
) ;
343
343
assert_eq ! (
344
344
EcdsaAuthority :: authorities_change_to_sign( ) . unwrap( ) ,
@@ -400,7 +400,7 @@ fn submit_authorities_change_signature() {
400
400
} ,
401
401
Event :: CollectingNewMessageRootSignatures {
402
402
message: array_bytes:: hex_n_into_unchecked(
403
- "0x1a8ed5724cc495c64b46b43c079e82e299aaac24f79deae23bbfea88e2e1abdc "
403
+ "0xe7bded73843f446f46b42ee0e0cc435f4f66fbcedf36c635c437a4d63bb44696 "
404
404
)
405
405
}
406
406
]
@@ -426,7 +426,7 @@ fn submit_new_message_root_signature() {
426
426
427
427
run_to_block ( <<Runtime as Config >:: SyncInterval as Get < BlockNumber > >:: get ( ) ) ;
428
428
let message = array_bytes:: hex_n_into_unchecked (
429
- "0x7eba5c34eb163661830babd9d52b674f80812b4cde832429635352eb6f9225af " ,
429
+ "0x742776a31e49b3f5a2a15a6781eb99f96e8116bfc67aae652a08b9b1235146d2 " ,
430
430
) ;
431
431
assert_eq ! (
432
432
EcdsaAuthority :: message_root_to_sign( ) . unwrap( ) ,
@@ -516,7 +516,7 @@ fn tx_fee() {
516
516
. for_each ( |n| run_to_block ( n) ) ;
517
517
run_to_block ( <<Runtime as Config >:: SyncInterval as Get < BlockNumber > >:: get ( ) ) ;
518
518
let message = array_bytes:: hex_n_into_unchecked (
519
- "0x7eba5c34eb163661830babd9d52b674f80812b4cde832429635352eb6f9225af " ,
519
+ "0x742776a31e49b3f5a2a15a6781eb99f96e8116bfc67aae652a08b9b1235146d2 " ,
520
520
) ;
521
521
522
522
// Free for first-correct signature.
@@ -539,7 +539,7 @@ fn tx_fee() {
539
539
540
540
assert_ok ! ( EcdsaAuthority :: remove_authority( RuntimeOrigin :: root( ) , a_1) ) ;
541
541
let message = array_bytes:: hex_n_into_unchecked (
542
- "0x9c9af6df8ad32bce1fe3e8e4a1c638843786b2cc7f7932ff4d3f2de7b29b2632 " ,
542
+ "0x24956af4b0842e1caec63782602c5a94089ba7c8ab8bd12d4243bb1a893b8af0 " ,
543
543
) ;
544
544
545
545
// Free for first-correct signature.
0 commit comments