Skip to content

Commit

Permalink
Merge pull request ProvableHQ#3259 from AleoNet/feat/new-network
Browse files Browse the repository at this point in the history
Testnet Beta release
  • Loading branch information
zosorock authored May 17, 2024
2 parents 6ac2fe5 + 0567314 commit 01ea476
Show file tree
Hide file tree
Showing 13 changed files with 133 additions and 106 deletions.
45 changes: 22 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ commands:
default: snarkos-stable-cache
steps:
- run: set -e
- setup_remote_docker
- run:
name: Prepare environment and install dependencies
command: |
Expand Down Expand Up @@ -161,7 +160,7 @@ jobs:
integration:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial_long:
workspace_member: .integration
Expand All @@ -170,7 +169,7 @@ jobs:
snarkos:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial:
workspace_member: .
Expand All @@ -179,7 +178,7 @@ jobs:
account:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: account
Expand All @@ -188,7 +187,7 @@ jobs:
cli:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: cli
Expand All @@ -197,7 +196,7 @@ jobs:
display:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: display
Expand All @@ -206,7 +205,7 @@ jobs:
node:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial:
workspace_member: node
Expand All @@ -215,7 +214,7 @@ jobs:
node-bft:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial:
workspace_member: node/bft
Expand All @@ -224,7 +223,7 @@ jobs:
node-bft-events:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial:
workspace_member: node/bft/events
Expand All @@ -233,7 +232,7 @@ jobs:
node-bft-ledger-service:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: node/bft/ledger-service
Expand All @@ -242,7 +241,7 @@ jobs:
node-bft-storage-service:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: node/bft/storage-service
Expand All @@ -251,7 +250,7 @@ jobs:
node-cdn:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: node/cdn
Expand All @@ -260,7 +259,7 @@ jobs:
node-consensus:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- run_serial:
workspace_member: node/consensus
Expand All @@ -269,7 +268,7 @@ jobs:
node-rest:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: node/rest
Expand All @@ -278,7 +277,7 @@ jobs:
node-router:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: node/router
Expand All @@ -287,7 +286,7 @@ jobs:
node-router-messages:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: node/router/messages
Expand All @@ -296,7 +295,7 @@ jobs:
node-sync:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: node/sync
Expand All @@ -305,7 +304,7 @@ jobs:
node-sync-communication-service:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: node/sync/communication-service
Expand All @@ -314,7 +313,7 @@ jobs:
node-sync-locators:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: node/sync/locators
Expand All @@ -323,7 +322,7 @@ jobs:
node-tcp:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- run_serial:
workspace_member: node/tcp
Expand All @@ -332,7 +331,7 @@ jobs:
check-fmt:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: xlarge
resource_class: anf/xlarge
steps:
- checkout
- install_rust_nightly
Expand All @@ -348,7 +347,7 @@ jobs:
check-clippy:
docker:
- image: cimg/rust:1.76.0 # Attention - Change the MSRV in Cargo.toml and rust-toolchain as well
resource_class: 2xlarge
resource_class: anf/2xlarge
steps:
- checkout
- setup_environment:
Expand Down Expand Up @@ -422,4 +421,4 @@ workflows:
only:
- mainnet
jobs:
- integration
- integration
Loading

0 comments on commit 01ea476

Please sign in to comment.