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.3.0 to 0.3.8 #6

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps vyper from 0.3.0 to 0.3.8.

Release notes

Sourced from vyper's releases.

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.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 `_)

Other docs updates, chores and fixes:

  • call graph stability ([#3370](https://github.com/vyperlang/vyper/issues/3370) <https://github.com/vyperlang/vyper/pull/3370>_)
  • fix vyper-serve output ([#3338](https://github.com/vyperlang/vyper/issues/3338) <https://github.com/vyperlang/vyper/pull/3338>_)
  • add custom: natspec tags ([#3403](https://github.com/vyperlang/vyper/issues/3403) <https://github.com/vyperlang/vyper/pull/3403>_)
  • add missing pc maps to vyper_json output ([#3333](https://github.com/vyperlang/vyper/issues/3333) <https://github.com/vyperlang/vyper/pull/3333>_)
  • fix constructor context for internal functions ([#3388](https://github.com/vyperlang/vyper/issues/3388) <https://github.com/vyperlang/vyper/pull/3388>_)
  • add deprecation warning for selfdestruct usage ([#3372](https://github.com/vyperlang/vyper/issues/3372) <https://github.com/vyperlang/vyper/pull/3372>_)
  • add bytecode metadata option to vyper-json ([#3117](https://github.com/vyperlang/vyper/issues/3117) <https://github.com/vyperlang/vyper/pull/3117>_)
  • fix compiler panic when a break is outside of a loop ([#3177](https://github.com/vyperlang/vyper/issues/3177) <https://github.com/vyperlang/vyper/pull/3177>_)
  • fix complex arguments to builtin functions ([#3167](https://github.com/vyperlang/vyper/issues/3167) <https://github.com/vyperlang/vyper/pull/3167>_)
  • add support for all types in ABI imports ([#3154](https://github.com/vyperlang/vyper/issues/3154) <https://github.com/vyperlang/vyper/pull/3154>_)
  • disable uadd operator ([#3174](https://github.com/vyperlang/vyper/issues/3174) <https://github.com/vyperlang/vyper/pull/3174>_)

... (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.3.0 to 0.3.8.
- [Release notes](https://github.com/vyperlang/vyper/releases)
- [Changelog](https://github.com/vyperlang/vyper/blob/master/docs/release-notes.rst)
- [Commits](vyperlang/vyper@v0.3.0...v0.3.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 23, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 25, 2023

Superseded by #7.

@dependabot dependabot bot closed this Jul 25, 2023
@dependabot dependabot bot deleted the dependabot/pip/vyper-0.3.8 branch July 25, 2023 17:46
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants