Skip to content

Commit 5740a36

Browse files
authored
Merge pull request #3038 from ProvableHQ/release-mainnet-4.4.0
[Release] Mainnet 4.4.0
2 parents 00f7948 + dc3e2f7 commit 5740a36

File tree

149 files changed

+2283
-973
lines changed

Some content is hidden

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

149 files changed

+2283
-973
lines changed

.cargo/release-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.3.1
1+
v4.4.0

.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=eff84712b # UPDATE ME ON NECESSARY BREAKING CHANGES
6+
BASELINE_REV=250ced449 # 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: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
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

5-
(Write your motivation here)
5+
Write your motivation here, make sure to link related issues and PRs.
66

77
## Test Plan
88

9-
<!--
10-
If you changed any code, please provide us with clear instructions on how you verified your changes work.
11-
Bonus points for screenshots and videos!
12-
-->
9+
If you changed any code, please provide us with clear instructions on how you verified your changes work. Bonus points for screenshots and videos!
1310

14-
(Write your test plan here)
11+
## Documentation
1512

16-
## Related PRs
13+
If this PR adds or changes functionality, consider clarifying which docs need to be updated, e.g. on [AleoNet/welcome](https://github.com/AleoNet/welcome).
1714

18-
<!--
19-
If this PR adds or changes functionality, please take some time to
20-
update the docs at https://github.com/ProvableHQ/snarkVM and https://github.com/AleoHQ/protocol-docs,
21-
and link to your PR here.
22-
-->
15+
## Backwards compatibility
2316

24-
(Link your related PRs here)
17+
Please review backwards compatibility. Does any functionality need to be guarded by an existing or new `ConsensusVersion`?

0 commit comments

Comments
 (0)