Change ABI encoding of single-struct return values to be compatible with Solidity ([#2457](https://github.com/vyperlang/vyper/issues/2457) <https://github.com/vyperlang/vyper/pull/2457>_)
Drop Python 3.6 support ([#2462](https://github.com/vyperlang/vyper/issues/2462) <https://github.com/vyperlang/vyper/pull/2462>_)
Allow any ABI-encodable type as function arguments and return types ([#2154](https://github.com/vyperlang/vyper/issues/2154) <https://github.com/vyperlang/vyper/issues/2154>, [#2190](https://github.com/vyperlang/vyper/issues/2190) <https://github.com/vyperlang/vyper/issues/2190>)
Add support for deterministic deployment of minimal proxies using CREATE2 ([#2460](https://github.com/vyperlang/vyper/issues/2460) <https://github.com/vyperlang/vyper/pull/2460>_)
Optimize code for certain copies ([#2468](https://github.com/vyperlang/vyper/issues/2468) <https://github.com/vyperlang/vyper/pull/2468>_)
Add -o CLI flag to redirect output to a file ([#2452](https://github.com/vyperlang/vyper/issues/2452) <https://github.com/vyperlang/vyper/pull/2452>_)
Other docs updates ([#2450](https://github.com/vyperlang/vyper/issues/2450) <https://github.com/vyperlang/vyper/pull/2450>_)
Fixes:
abi_encode builtin evaluates arguments multiple times ([#2459](https://github.com/vyperlang/vyper/issues/2459) <https://github.com/vyperlang/vyper/issues/2459>)
ABI length is too short for nested tuples ([#2458](https://github.com/vyperlang/vyper/issues/2458) <https://github.com/vyperlang/vyper/issues/2458>_)
Returndata is not clamped for certain numeric types ([#2454](https://github.com/vyperlang/vyper/issues/2454) <https://github.com/vyperlang/vyper/issues/2454>_)
default functions do not respect nonreentrancy keys ([#2455](https://github.com/vyperlang/vyper/issues/2455) <https://github.com/vyperlang/vyper/issues/2455>_)
Clamps for bytestrings in initcode are broken ([#2456](https://github.com/vyperlang/vyper/issues/2456) <https://github.com/vyperlang/vyper/issues/2456>_)
Missing clamps for decimal args in external functions (GHSA-c7pr-343r-5c46 <https://github.com/vyperlang/vyper/security/advisories/GHSA-c7pr-343r-5c46>_)
Memory corruption when returning a literal struct with a private function call inside of it (GHSA-xv8x-pr4h-73jv <https://github.com/vyperlang/vyper/security/advisories/GHSA-xv8x-pr4h-73jv>_)
Expose abi_encode as a user-facing builtin ([#2401](https://github.com/vyperlang/vyper/issues/2401) <https://github.com/vyperlang/vyper/pull/2401>)
Export the storage layout as a compiler output option ([#2433](https://github.com/vyperlang/vyper/issues/2433) <https://github.com/vyperlang/vyper/pull/2433>_)
Allow any ABI-encodable type as event arguments ([#2403](https://github.com/vyperlang/vyper/issues/2403) <https://github.com/vyperlang/vyper/pull/2403>_)
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
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/BoostryJP/ibet-SmartContract/network/alerts).
Bumps vyper from 0.2.12 to 0.3.0.
Release notes
Sourced from vyper's releases.
... (truncated)
Changelog
Sourced from vyper's changelog.
... (truncated)
Commits
8a23feb
chore: v0.3.0 release (#2473)f120603
chore: pin supported python distributions (#2469)cf74331
Merge pull request #2468 from charles-cooper/reduce_copiesa07179d
chore: remove a dead branch43f5f2c
move clamp_basetype into make_settera87fc4e
simplify and optimize make_setter93287e5
Merge pull request #2447 from charles-cooper/abi_refactor3e036aa
improve annotation forin
expressionsa022c95
fix nonreentrancy codegen for private functions2ab392d
fix lintDependabot 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/BoostryJP/ibet-SmartContract/network/alerts).