Skip to content

Commit

Permalink
Fix support for validator key rotation, add end-to-end test (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asa Oines committed Nov 16, 2019
1 parent 860d9ec commit 013708d
Show file tree
Hide file tree
Showing 53 changed files with 1,455 additions and 900 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_transfers.sh checkout asaj/bls-sign-round
./ci_test_transfers.sh checkout asaj/key-rotation-plus-enode
end-to-end-geth-blockchain-parameters-test:
<<: *e2e-defaults
Expand All @@ -543,7 +543,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_blockchain_parameters.sh checkout asaj/bls-sign-round
./ci_test_blockchain_parameters.sh checkout asaj/key-rotation-plus-enode
end-to-end-geth-governance-test:
<<: *e2e-defaults
Expand All @@ -563,7 +563,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_governance.sh checkout asaj/bls-sign-round
./ci_test_governance.sh checkout asaj/key-rotation-plus-enode
end-to-end-geth-sync-test:
<<: *e2e-defaults
Expand All @@ -582,7 +582,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_sync.sh checkout asaj/bls-sign-round
./ci_test_sync.sh checkout asaj/key-rotation-plus-enode
end-to-end-geth-validator-order-test:
<<: *e2e-defaults
Expand All @@ -600,7 +600,7 @@ jobs:
command: |
set -e
cd packages/celotool
./ci_test_validator_order.sh checkout asaj/bls-sign-round
./ci_test_validator_order.sh checkout asaj/key-rotation-plus-enode
web:
working_directory: ~/app
Expand Down
Loading

0 comments on commit 013708d

Please sign in to comment.