-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(nextnet): version bump to 0.52.0 rc.0 (#5921)
Description --- Moving up and moving on Motivation and Context --- Improving the network How Has This Been Tested? --- CI Breaking Changes --- - [ ] None - [x] Requires data directory on base node to be deleted - [x] Requires hard fork - [x] Other - Please specify So so many breaking changes.
- Loading branch information
Showing
512 changed files
with
21,483 additions
and
16,379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
security_audit: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@v4 | ||
- uses: rustsec/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
[ | ||
{ | ||
"runs-on": "ubuntu-latest", | ||
"target": "x86_64-linux-android", | ||
"cross": true | ||
}, | ||
{ | ||
"runs-on": "ubuntu-latest", | ||
"target": "aarch64-linux-android", | ||
"cross": true | ||
}, | ||
{ | ||
"runs-on": "macos-latest", | ||
"target": "x86_64-apple-ios", | ||
"cross": false | ||
}, | ||
{ | ||
"runs-on": "macos-latest", | ||
"target": "aarch64-apple-ios", | ||
"cross": false | ||
}, | ||
{ | ||
"runs-on": "macos-latest", | ||
"target": "aarch64-apple-ios-sim", | ||
"cross": false | ||
} | ||
] |
Oops, something went wrong.