Skip to content

Commit

Permalink
Merge pull request #3465 from ProvableHQ/release/mainnet-3.2.0
Browse files Browse the repository at this point in the history
[Release] Mainnet v3.2.0
  • Loading branch information
raychu86 authored Jan 16, 2025
2 parents a3af660 + 38fd20d commit 25ed580
Show file tree
Hide file tree
Showing 27 changed files with 368 additions and 309 deletions.
2 changes: 1 addition & 1 deletion .devnet/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ run_installation() {
git pull origin $BRANCH
else
# The workspace directory doesn't exist, clone the repository
git clone https://github.com/AleoNet/snarkOS.git \$WORKSPACE
git clone https://github.com/ProvableHQ/snarkOS.git \$WORKSPACE
cd \$WORKSPACE
git checkout $BRANCH # Checkout the specified branch
fi
Expand Down
4 changes: 2 additions & 2 deletions .devnet/reinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ run_installation() {
if [ -d "\$WORKSPACE" ]; then
# The workspace directory exists, update the existing repository
# rm -rf \$WORKSPACE
# git clone https://github.com/AleoNet/snarkOS.git \$WORKSPACE
# git clone https://github.com/ProvableHQ/snarkOS.git \$WORKSPACE
cd \$WORKSPACE
git pull # If we are switching branches, this will find the new branch
git checkout $BRANCH # Checkout the specified branch
git pull origin $BRANCH
else
# The workspace directory doesn't exist, clone the repository
git clone https://github.com/AleoNet/snarkOS.git \$WORKSPACE
git clone https://github.com/ProvableHQ/snarkOS.git \$WORKSPACE
cd \$WORKSPACE
git checkout $BRANCH # Checkout the specified branch
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 👉 [Please follow one of these issue templates](https://github.com/AleoNet/snarkOS/issues/new/choose) 👈
## 👉 [Please follow one of these issue templates](https://github.com/ProvableHQ/snarkOS/issues/new/choose) 👈

Note: to keep the backlog clean and actionable, issues may be immediately closed if they do not follow one of the above issue templates.
4 changes: 2 additions & 2 deletions .integration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "snarkos-integration"
version = "3.1.0"
version = "3.2.0"
authors = [ "The Aleo Team <[email protected]>" ]
description = "A integration testing suite for a decentralized operating system"
homepage = "https://aleo.org"
repository = "https://github.com/AleoNet/snarkOS"
repository = "https://github.com/ProvableHQ/snarkOS"
keywords = [
"aleo",
"cryptography",
Expand Down
2 changes: 1 addition & 1 deletion .resources/release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.1.0
v3.2.0
Loading

0 comments on commit 25ed580

Please sign in to comment.