-
Notifications
You must be signed in to change notification settings - Fork 219
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(stagenet): version bump stagenet to 0.52.0 (#5922)
Description --- Onward and upward Motivation and Context --- Progress 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
- Loading branch information
Showing
1,039 changed files
with
46,086 additions
and
55,163 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[advisories] | ||
ignore = [ | ||
# All data structures using borsh ser/de have been reviewed for ZST's and we have found no reason for concern. | ||
# TODO: Remove this line after borsh-rs has been upgraded to >=0.12.0 | ||
# https://github.com/near/borsh-rs/pull/146 | ||
"RUSTSEC-2023-0033", | ||
|
||
# Repo flagged as unmaintained but our clap dependency uses it | ||
# TODO: Remove this if clap is upgraded to >=3.0.0 | ||
"RUSTSEC-2021-0139", | ||
|
||
# We are not using a special allocator and will not suffer this issue | ||
"RUSTSEC-2021-0145", | ||
|
||
# PGP should be upgraded to 0.10.1 which removes the "unmaintained" dependency but we can't do this as pgp and snow | ||
# specify different version dependencies for curve25519-dalek that are currently unresolvable. | ||
# TODO: Check and see if pgp and snow can be resolved and if so, upgrade them and remove this ignore | ||
"RUSTSEC-2023-0028", | ||
] |
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 |
---|---|---|
@@ -1,2 +1,5 @@ | ||
[profile.ci] | ||
slow-timeout = { period = "60s", terminate-after=2} | ||
|
||
[profile.ci.junit] # this can be some other profile, too | ||
path = "junit.xml" |
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
Oops, something went wrong.