Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.6.4 #940

Merged
merged 4 commits into from
Jul 22, 2024
Merged

Release 3.6.4 #940

merged 4 commits into from
Jul 22, 2024

Conversation

aleksuss
Copy link
Member

Additions

aleksuss and others added 4 commits July 22, 2024 18:04
## Description

The changes in the PR unpause all features of the eth connector since
they are now paused after initialization by default.
The PR's motivation is to add the possibility of setting the amount of
gas for the state migration in the `upgrade` transaction. This allows us
to upgrade Aurora via a controller contract. With the previous amount of
gas for the state migration (100 TGas), we can't do it because 200 Tgas
is insufficient for the upgrade procedure via a controller. If we need
more than 50 TGas for the state migration, we can call the `upgrade`
transaction directly.
## Description

Release notes for the 3.6.4 release.
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.2 to 0.22.4.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rustls/rustls/commit/ae277befb5061bbd4c44fea1c2697f2da5b2f6fa"><code>ae277be</code></a>
Prepare 0.22.4</li>
<li><a
href="https://github.com/rustls/rustls/commit/5374108df698e78c3e9ef8265cac311556be24af"><code>5374108</code></a>
complete_io: bail out if progress is impossible</li>
<li><a
href="https://github.com/rustls/rustls/commit/00e695d68d77acf79e973271c57054139c21f9ba"><code>00e695d</code></a>
Regression test for <code>complete_io</code> infinite loop bug</li>
<li><a
href="https://github.com/rustls/rustls/commit/0c6cd7ef68656de958793c7472efe450c808e5d6"><code>0c6cd7e</code></a>
Don't specially handle unauthenticated close_notify alerts</li>
<li><a
href="https://github.com/rustls/rustls/commit/a1e28cd1a4b50848e2c304322da33218fc00c8b4"><code>a1e28cd</code></a>
Prepare 0.22.3</li>
<li><a
href="https://github.com/rustls/rustls/commit/114c476bcbc2ccbb7a217469cf47dea6c14353f9"><code>114c476</code></a>
suites.rs: fix nonsensical duplicated feature gate</li>
<li><a
href="https://github.com/rustls/rustls/commit/ffd933a9fe9a376ef3b345ab9681d8b8a9b97049"><code>ffd933a</code></a>
Fix new <code>clippy::use_self</code> warnings</li>
<li><a
href="https://github.com/rustls/rustls/commit/fb6e70a2ad7bba57e7b6757604331821b6055491"><code>fb6e70a</code></a>
dangerous_extract_secrets(): test <code>ConnectionTrafficSecrets</code>
variant</li>
<li><a
href="https://github.com/rustls/rustls/commit/2d5c80ed16ddcae31a6a728a989f107382e2317b"><code>2d5c80e</code></a>
Return correct <code>ConnectionTrafficSecrets</code> variant when
AES-256-GCM is negotia...</li>
<li><a
href="https://github.com/rustls/rustls/commit/77ffe49443886b8913429287bb6320c604317abb"><code>77ffe49</code></a>
tests: fix implied_bounds_in_impls clippy warn</li>
<li>Additional commits viewable in <a
href="https://github.com/rustls/rustls/compare/v/0.22.2...v/0.22.4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rustls&package-manager=cargo&previous-version=0.22.2&new-version=0.22.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/aurora-is-near/aurora-engine/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@aleksuss aleksuss merged commit 28396c1 into master Jul 22, 2024
24 checks passed
@aleksuss aleksuss deleted the release/aleksuss/3.6.4 branch July 22, 2024 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants