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>_)
assignment when rhs is complex type and references lhs ([#3410](https://github.com/vyperlang/vyper/issues/3410) <https://github.com/vyperlang/vyper/pull/3410>_)
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 `_)
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>_)
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](https://github.com/computablelabs/goest/network/alerts).
Bumps vyper from 0.1.0b13 to 0.3.8.
Release notes
Sourced from vyper's releases.
... (truncated)
Changelog
Sourced from vyper's changelog.
... (truncated)
Commits
036f153
chore: clean up 0.3.7 release notes formatting (#3444)0ed5c23
chore: add v0.3.8 release notes (#3439)95bf73f
chore: fix up ghcr tags (#3438)870ad49
ci: deploy to ghcr on push (#3435)8a28372
chore: makeFuncIRInfo
generation private (#3437)11e1ae9
chore: cache pip in setup-python (#3436)32c9a3d
chore: fix a comment (#3431)9037270
Merge pull request from GHSA-vxmm-cwh2-q762ed0a654
transient storage keyword (#3373)5b9bca2
chore: fix badges in README (#3428)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](https://github.com/computablelabs/goest/network/alerts).