Skip to content

Commit

Permalink
Add deploy-test to reshard script
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 14, 2024
1 parent faf77e1 commit 5b344df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
041d1f67e987e6f4c742c1f35c07f1184e950e534e12db50ff468688471aee48def99ebf3fbbbd2e72040627fa6c948adef6caaa8ceb862a5eb655eb6b674bbf21042a5e726d5e85f865599c26949fc672d2660c89824a6d9cecc8a7e8679dd89e56e3f506b35bfaddfb2c0a5f5aad256040160269c0f3cff72737348b97cb44dfe9
2 changes: 1 addition & 1 deletion src/integration/tests/preprod_sharding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fn preprod_reshard_ceremony() {

// For each of the enclaves...
for enclave_name in
["ump", "evm-parser", "notarizer", "signer", "tls-fetcher"]
["ump", "evm-parser", "notarizer", "signer", "tls-fetcher", "deploy-test"]
{
// Decrypt the old dev share and assert that the resulting quorum key
// has the right public key. Decrypted dev shares are _basically_ master
Expand Down

0 comments on commit 5b344df

Please sign in to comment.