Skip to content

Conversation

@dependabot-preview
Copy link

Bumps vyper from 0.1.0b17 to 0.2.11.

Release notes

Sourced from vyper's releases.

Vyper 0.2.11

This is a patch release to fix a memory corruption bug that was introduced in v0.2.9 (#2321) with excessive memory deallocation when releasing internal variables

Vyper 0.2.10

This is a quick patch release to fix incorrect generated ABIs that was introduced in v0.2.9 (#2311) where storage variable getters were incorrectly marked as nonpayable instead of view

Vyper 0.2.9

No release notes provided.

Vyper 0.2.8

No release notes provided.

Vyper 0.2.7

This is a quick patch release to fix a runtime error introduced in v0.2.6 (#2188) that could allow for memory corruption under certain conditions.

Vyper 0.2.6

No release notes provided.

Vyper 0.2.5

No release notes provided.

Vyper 0.2.4

No release notes provided.

Vyper 0.2.3

Non-breaking changes and improvements:

  • Show contract names in raised exceptions (#2103)
  • Adjust function offsets to not include decorators (#2102)
  • Raise certain exception types immediately during module-scoped type checking (#2101)

Fixes:

  • Pop for loop values from stack prior to returning (#2110)
  • Type checking non-literal array index values (#2108)
  • Meaningful output during for loop type checking (#2096)

Vyper 0.2.2

Fixed

  • Do not fold exponentiation to a negative power (#2089)
  • Add repr for mappings (#2090)
  • Literals are only validated once (#2093)

Version 0.2.1

See release notes: https://vyper.readthedocs.io/en/stable/release-notes.html#v0-2-1

NOTE: v0.2.0 had a conflict in PyPI, but is identical to v0.2.1

Version 0.2.0

... (truncated)

Changelog

Sourced from vyper's changelog.

v0.2.11

Date released: 27-02-2021

This is a quick patch release to fix a memory corruption bug that was introduced in v0.2.9 (#2321) with excessive memory deallocation when releasing internal variables

v0.2.10

THIS RELEASE HAS BEEN PULLED

Date released: 17-02-2021

This is a quick patch release to fix incorrect generated ABIs that was introduced in v0.2.9 (#2311) where storage variable getters were incorrectly marked as nonpayable instead of view

v0.2.9

THIS RELEASE HAS BEEN PULLED

Date released: 16-02-2021

Non-breaking changes and improvements: - Add license to wheel, Anaconda support (#2265) - Consider events during type-check with implements: (#2283) - Refactor ABI generation (#2284) - Remove redundant checks in parser/signatures (#2288) - Streamling ABI-encoding logic for tuple return types (#2302) - Optimize function ordering within bytecode (#2303) - Assembly-level optimizations (#2304) - Optimize nonpayable assertion (#2307) - Optimize re-entrancy locks (#2308)

Fixes: - Change forwarder proxy bytecode to ERC-1167 (#2281) - Reserved keywords check update (#2286) - Incorrect type-check error in literal lists (#2309)

Tons of Refactoring work courtesy of (@iamdefinitelyahuman)!

v0.2.8

Date released: 04-12-2020

Non-breaking changes and improvements:

  • AST updates to provide preliminary support for Python 3.9 (#2225)
  • Support for the not in comparator (#2232)
  • Lift restriction on calldata variables shadowing storage variables (#2226)
  • Optimize shift bytecode when 2nd arg is a literal (#2201)
  • Warn when EIP-170 size limit is exceeded (#2208)

Fixes:

  • Allow use of slice on a calldata bytes32 (#2227)
  • Explicitly disallow iteration of a list of structs (#2228)
  • Improved validation of address checksums (#2229)
  • Bytes are always represented as hex within the AST (#2231)
  • Allow empty as an argument within a function call (#2234)
  • Allow empty static-sized array as an argument within a log statement (#2235)

... (truncated)

Commits
  • 5db35ef chore: bumpversion 0.2.10 -> 0.2.11
  • 58fa9a4 Merge pull request #2327 from vyperlang/release/0.2.11
  • a9e5d03 chore: add release notes for v0.2.11
  • e00c0f6 Merge pull request #2321 from iamdefinitelyahuman/fix-mem-dealloc
  • cc39ca6 test: add test case for correct memory deallocation
  • ca2dc81 fix: correctly return size for new types
  • 418c85b Merge pull request #2312 from vyperlang/releases/v0.2.10
  • 1275270 Update release notes for v0.2.10
  • a0ae1cb chore: bumpversion to v0.2.10
  • 2ea0a0f Merge pull request #2311 from iamdefinitelyahuman/fix-public-getters
  • Additional commits viewable in compare view

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [vyper](https://github.com/vyperlang/vyper) from 0.1.0b17 to 0.2.11.
- [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.17...v0.2.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 1, 2021
@dependabot-preview
Copy link
Author

Superseded by #131.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/vyper-0.2.11 branch April 16, 2021 21:23
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.

0 participants