Skip to content

Commit c293449

Browse files
authored
Merge branch 'staging' into feat/low_level_tweaks
Signed-off-by: vicsn <victor.s.nicolaas@protonmail.com>
2 parents 8d8e88d + 5c99e8b commit c293449

39 files changed

Lines changed: 2639 additions & 1513 deletions

.ci/test_restart_majority.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ start=$(now)
5656

5757
# Start all validator nodes in the background
5858
for validator_index in $(seq 0 $((total_validators-1))); do
59-
snarkos clean "--dev=$validator_index" "--network=$network_id" --keep-node-data
60-
6159
run_with_prefix "validator-$validator_index" snarkos start "${common_flags[@]}" "--dev=$validator_index" --validator --logfile="$log_dir/validator-$validator_index.log"
6260
PIDS[validator_index]=$!
6361
log "Started validator $validator_index with PID ${PIDS[$validator_index]}"

.circleci/config.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,14 @@ jobs:
504504
workspace_member: node/consensus
505505
cache_key: node-consensus
506506

507+
node-network:
508+
executor: rust-docker
509+
resource_class: << pipeline.parameters.large >>
510+
steps:
511+
- run_serial:
512+
workspace_member: node/network
513+
cache_key: node-network
514+
507515
node-rest:
508516
executor: rust-docker
509517
resource_class: << pipeline.parameters.medium >>
@@ -647,6 +655,7 @@ jobs:
647655
name: Check snarkos-display crate
648656
no_output_timeout: 10m
649657
command: cargo check --package=snarkos-node-metrics --all-features
658+
650659
- clear_environment:
651660
cache_key: v4.2.0-rust-1.88.0-check-other-crates-cache
652661

@@ -788,7 +797,7 @@ workflows:
788797
filters:
789798
branches:
790799
only:
791-
- feat/low_level_tweaks
800+
- fix/sync-race-conditions
792801
- canary
793802
- testnet
794803
- mainnet
@@ -798,7 +807,7 @@ workflows:
798807
filters:
799808
branches:
800809
only:
801-
- feat/low_level_tweaks
810+
- fix/sync-race-conditions
802811
- canary
803812
- testnet
804813
- mainnet
@@ -810,7 +819,7 @@ workflows:
810819
filters:
811820
branches:
812821
only:
813-
- feat/low_level_tweaks
822+
- fix/sync-race-conditions
814823
- canary
815824
- testnet
816825
- mainnet

0 commit comments

Comments
 (0)