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

Bump vyper from 0.1.0b4 to 0.3.9 #10

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 25, 2023

Bumps vyper from 0.1.0b4 to 0.3.9.

Release notes

Sourced from vyper's releases.

v0.3.9 ("Common Adder")

What's Changed

Date released: 2023-05-29

This is a patch release fix for v0.3.8. @​bout3fiddy discovered a codesize regression for blueprint contracts in v0.3.8 which is fixed in this release. @​bout3fiddy also discovered a runtime performance (gas) regression for default functions in v0.3.8 which is fixed in this release.

Fixes:

Full Changelog: vyperlang/vyper@v0.3.8...v0.3.9

v0.3.8

What's Changed

Non-breaking changes and improvements:

Major refactoring PRs:

Notable fixes:

Other docs updates, chores and fixes:

... (truncated)

Changelog

Sourced from vyper's changelog.

v0.3.9 ("Common Adder")


Date released: 2023-05-29

This is a patch release fix for v0.3.8. @​bout3fiddy discovered a codesize regression for blueprint contracts in v0.3.8 which is fixed in this release. @​bout3fiddy also discovered a runtime performance (gas) regression for default functions in v0.3.8 which is fixed in this release.

Fixes:

  • initcode codesize blowup ([#3450](https://github.com/vyperlang/vyper/issues/3450) <https://github.com/vyperlang/vyper/pull/3450>_)
  • add back global calldatasize check for contracts with default fn ([#3463](https://github.com/vyperlang/vyper/issues/3463) <https://github.com/vyperlang/vyper/pull/3463>_)

v0.3.8


Date released: 2023-05-23

Non-breaking changes and improvements:

  • transient storage keyword ([#3373](https://github.com/vyperlang/vyper/issues/3373) <https://github.com/vyperlang/vyper/pull/3373>_)
  • ternary operators ([#3398](https://github.com/vyperlang/vyper/issues/3398) <https://github.com/vyperlang/vyper/pull/3398>_)
  • raw_revert() builtin ([#3136](https://github.com/vyperlang/vyper/issues/3136) <https://github.com/vyperlang/vyper/pull/3136>_)
  • shift operators ([#3019](https://github.com/vyperlang/vyper/issues/3019) <https://github.com/vyperlang/vyper/pull/3019>_)
  • make send() gas stipend configurable ([#3158](https://github.com/vyperlang/vyper/issues/3158) <https://github.com/vyperlang/vyper/pull/3158>_)
  • use new push0 opcode ([#3361](https://github.com/vyperlang/vyper/issues/3361) <https://github.com/vyperlang/vyper/pull/3361>_)
  • python 3.11 support ([#3129](https://github.com/vyperlang/vyper/issues/3129) <https://github.com/vyperlang/vyper/pull/3129>_)
  • drop support for python 3.8 and 3.9 ([#3325](https://github.com/vyperlang/vyper/issues/3325) <https://github.com/vyperlang/vyper/pull/3325>_)
  • build for aarch64 ([#2687](https://github.com/vyperlang/vyper/issues/2687) <https://github.com/vyperlang/vyper/pull/2687>_)

Note that with the addition of push0 opcode, shanghai is now the default compilation target for vyper. When deploying to a chain which does not support shanghai, it is recommended to set --evm-version to paris, otherwise it could result in hard-to-debug errors.

Major refactoring PRs:

  • refactor front-end type system ([#2974](https://github.com/vyperlang/vyper/issues/2974) <https://github.com/vyperlang/vyper/pull/2974>_)
  • merge front-end and codegen type systems ([#3182](https://github.com/vyperlang/vyper/issues/3182) <https://github.com/vyperlang/vyper/pull/3182>_)
  • simplify GlobalContext ([#3209](https://github.com/vyperlang/vyper/issues/3209) <https://github.com/vyperlang/vyper/pull/3209>_)
  • remove FunctionSignature ([#3390](https://github.com/vyperlang/vyper/issues/3390) <https://github.com/vyperlang/vyper/pull/3390>_)

Notable fixes:

  • assignment when rhs is complex type and references lhs ([#3410](https://github.com/vyperlang/vyper/issues/3410) <https://github.com/vyperlang/vyper/pull/3410>_)
  • uninitialized immutable values ([#3409](https://github.com/vyperlang/vyper/issues/3409) <https://github.com/vyperlang/vyper/pull/3409>_)
  • success value when mixing max_outsize=0 and revert_on_failure=False (GHSA-w9g2-3w7p-72g9 <https://github.com/vyperlang/vyper/security/advisories/GHSA-w9g2-3w7p-72g9>_)
  • block certain kinds of storage allocator overflows (GHSA-mgv8-gggw-mrg6 <https://github.com/vyperlang/vyper/security/advisories/GHSA-mgv8-gggw-mrg6>_)
  • store-before-load when a dynarray appears on both sides of an assignment (GHSA-3p37-3636-q8wv <https://github.com/vyperlang/vyper/security/advisories/GHSA-3p37-3636-q8wv>_)
  • bounds check for loops of the form for i in range(x, x+N) (GHSA-6r8q-pfpv-7cgj <https://github.com/vyperlang/vyper/security/advisories/GHSA-6r8q-pfpv-7cgj>_)
  • alignment of call-site posargs and kwargs for internal functions (GHSA-ph9x-4vc9-m39g <https://github.com/vyperlang/vyper/security/advisories/GHSA-ph9x-4vc9-m39g>_)
  • batch nonpayable check for default functions calldatasize `_)

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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 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.

Bumps [vyper](https://github.com/vyperlang/vyper) from 0.1.0b4 to 0.3.9.
- [Release notes](https://github.com/vyperlang/vyper/releases)
- [Changelog](https://github.com/vyperlang/vyper/blob/master/docs/release-notes.rst)
- [Commits](vyperlang/vyper@v0.1.0-beta.4...v0.3.9)

---
updated-dependencies:
- dependency-name: vyper
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 25, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 20, 2023

Superseded by #11.

@dependabot dependabot bot closed this Sep 20, 2023
@dependabot dependabot bot deleted the dependabot/pip/vyper-0.3.9 branch September 20, 2023 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants