Skip to content

Commit

Permalink
Merge pull request #2597 from ProvableHQ/release-mainnet-1.2.0
Browse files Browse the repository at this point in the history
[Release] Mainnet v1.2.1
  • Loading branch information
raychu86 authored Jan 16, 2025
2 parents 5435d5c + 59b109c commit 82f1dbb
Show file tree
Hide file tree
Showing 70 changed files with 502 additions and 502 deletions.
2 changes: 1 addition & 1 deletion .cargo/release-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.0
v1.2.1
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/snarkVM/issues/new/choose) 👈
## 👉 [Please follow one of these issue templates](https://github.com/ProvableHQ/snarkVM/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.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!--
If this PR adds or changes functionality, please take some time to
update the docs at https://github.com/AleoNet/snarkVM and https://github.com/AleoHQ/protocol-docs,
update the docs at https://github.com/ProvableHQ/snarkVM and https://github.com/AleoHQ/protocol-docs,
and link to your PR here.
-->

Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Thank you for your interest in contributing to snarkVM! Below you can find some

Please follow the instructions below when filing a pull request:

- ensure that your branch is forked from the current [master](https://github.com/AleoNet/snarkVM/tree/master) branch
- run `cargo fmt` before you commit; we use the `nightly` version of `rustfmt` to format the code, so you'll need to have the `nightly` toolchain installed on your machine; there's a [git hook](https://git-scm.com/docs/githooks) that ensures proper formatting before any commits can be made, and [`.rustfmt.toml`](https://github.com/AleoNet/snarkVM/blob/master/.rustfmt.toml) specifies some of the formatting conventions
- ensure that your branch is forked from the current [master](https://github.com/ProvableHQ/snarkVM/tree/master) branch
- run `cargo fmt` before you commit; we use the `nightly` version of `rustfmt` to format the code, so you'll need to have the `nightly` toolchain installed on your machine; there's a [git hook](https://git-scm.com/docs/githooks) that ensures proper formatting before any commits can be made, and [`.rustfmt.toml`](https://github.com/ProvableHQ/snarkVM/blob/master/.rustfmt.toml) specifies some of the formatting conventions
- run `cargo clippy --all-targets --all-features` to ensure that popular correctness and performance pitfalls are avoided

## Coding conventions
Expand Down
Loading

1 comment on commit 82f1dbb

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'snarkVM Benchmarks'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 82f1dbb Previous: 3ebe60c Ratio
Block::to_string (serde_json) 572656 ns/iter (± 1221) 241811 ns/iter (± 1048) 2.37
Block::from_bytes_le 116933947 ns/iter (± 118615) 35880015 ns/iter (± 47430) 3.26
Block::deserialize (bincode) 117194124 ns/iter (± 189145) 35992017 ns/iter (± 338944) 3.26
Block::from_str (serde_json) 120120153 ns/iter (± 153147) 38135893 ns/iter (± 87212) 3.15

This comment was automatically generated by workflow using github-action-benchmark.

CC: @raychu86

Please sign in to comment.