Skip to content

Commit b176b14

Browse files
committed
Merge remote-tracking branch 'origin/staging' into postrelease-merge-mainnet
2 parents 5740a36 + 7787e6e commit b176b14

File tree

49 files changed

+2096
-557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2096
-557
lines changed

.circleci/config.yml

Lines changed: 331 additions & 61 deletions
Large diffs are not rendered by default.

.circleci/semver-checks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Ensure that the command is installed.
44
cargo install [email protected] --locked
55

6-
BASELINE_REV=250ced449 # UPDATE ME ON NECESSARY BREAKING CHANGES
6+
BASELINE_REV=dec54170ce # UPDATE ME ON NECESSARY BREAKING CHANGES
77

88
# Exclude CLI as it has been removed
99
cargo semver-checks --workspace --default-features \

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Thank you for submitting the PR! We appreciate you spending the time to work on these changes!
1+
<!-- Thank you for submitting the PR! We appreciate you spending the time to work on these changes! -->
22

33
## Motivation
44

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
!**/beta-h.usrs
1515
!**/neg-powers-of-beta.usrs
1616
**/proptest-regressions/
17+
artifacts

0 commit comments

Comments
 (0)