Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / vyperlang/vyper issues and pull requests

#4265 - feat[venom]: add load elimination

Pull Request - State: open - Opened by charles-cooper 2 days ago

#4264 - feat[venom]: add effects to instructions

Pull Request - State: open - Opened by charles-cooper 4 days ago

#4263 - fix[venom]: remove duplicate `assert`, `assert_unreachable`

Pull Request - State: open - Opened by harkal 4 days ago

#4262 - refactor[venom]: remove `dup_requirements` analysis

Pull Request - State: closed - Opened by charles-cooper 4 days ago

#4261 - fix[venom]: clean up sccp pass

Pull Request - State: closed - Opened by charles-cooper 4 days ago - 1 comment

#4260 - chore[ux]: improve module import hint

Pull Request - State: open - Opened by tserg 5 days ago

#4259 - fix unused variables pass

Pull Request - State: open - Opened by charles-cooper 5 days ago - 1 comment

#4258 - chore[docs]: add binaries

Pull Request - State: open - Opened by DanielSchiavini 6 days ago - 1 comment

#4257 - feat[lang]: use keyword arguments for event instantiation

Pull Request - State: open - Opened by z80dev 6 days ago - 1 comment

#4256 - Improve hint `hint: add initializes:`

Issue - State: open - Opened by pcaversaccio 7 days ago
Labels: enhancement

#4255 - feat[venom]: new `DFTPass` algorithm

Pull Request - State: open - Opened by harkal 7 days ago - 1 comment

#4254 - fix[lang]: fix `==` and `!=` bytesM folding

Pull Request - State: closed - Opened by trocher 8 days ago

#4253 - feat[ux]: support constants from imported interface

Pull Request - State: open - Opened by tserg 9 days ago - 1 comment

#4250 - perf[venom]: improve dominator analysis performance

Pull Request - State: closed - Opened by charles-cooper 11 days ago - 1 comment

#4249 - VIP: Convert Event construction to use kwargs

Issue - State: open - Opened by z80dev 12 days ago

#4248 - feat[venom]: fix offset pass

Pull Request - State: open - Opened by charles-cooper 12 days ago - 1 comment

#4247 - feat[venom]: only stack_reorder before join points

Pull Request - State: closed - Opened by charles-cooper 12 days ago

#4246 - perf[venom]: improve OrderedSet operations

Pull Request - State: closed - Opened by charles-cooper 13 days ago

#4245 - feat[venom]: stack2mem pass implementation

Pull Request - State: open - Opened by harkal 13 days ago

#4244 - fix[ux]: improve error message for bad hex literals

Pull Request - State: closed - Opened by charles-cooper 14 days ago - 1 comment

#4243 - Create vyper

Pull Request - State: closed - Opened by China155 14 days ago - 3 comments

#4241 - feat[venom]: common subexpression elimination pass

Pull Request - State: open - Opened by HodanPlodky 15 days ago - 1 comment

#4240 - Import Remappings

Issue - State: open - Opened by PatrickAlphaC 16 days ago - 1 comment

#4239 - Difficulty handling dynamic type sizes in .vyi Interfaces

Issue - State: open - Opened by fubuloubu 17 days ago - 1 comment

#4237 - Display of interfaces in errors show full path

Issue - State: open - Opened by fubuloubu 17 days ago
Labels: bug - UX

#4236 - perf[venom]: add `OrderedSet.last()`

Pull Request - State: closed - Opened by charles-cooper 18 days ago

#4234 - feat[tool]: add integrity hash to initcode

Pull Request - State: open - Opened by charles-cooper 20 days ago - 1 comment

#4233 - Strict "implements" behaviour

Issue - State: open - Opened by romanagureev 21 days ago

#4232 - Vyper interface compilation

Issue - State: open - Opened by romanagureev 21 days ago - 4 comments

#4231 - bug: can't handle top-level "abi" key in .json interfaces

Issue - State: open - Opened by fubuloubu 21 days ago - 8 comments

#4230 - feat[docs]: add bug bounty program to security policy

Pull Request - State: closed - Opened by cyberthirst 22 days ago

#4229 - feat[tool]: separate import resolution pass

Pull Request - State: open - Opened by charles-cooper 23 days ago - 2 comments

#4228 - fix[ux]: fix relpath compiler panic on windows

Pull Request - State: open - Opened by charles-cooper 25 days ago - 1 comment

#4226 - fix[ux]: improve error message for syntax exceptions

Pull Request - State: open - Opened by charles-cooper 26 days ago

#4225 - incorrect typo position reported for `staticall`

Issue - State: open - Opened by AlbertoCentonze 27 days ago - 1 comment
Labels: bug - UX

#4224 - CompilerPanic for convert on `empty(Bytes[X])`

Issue - State: open - Opened by trocher 27 days ago

#4223 - VIP: Make dynamic calldata arrays lazy

Issue - State: open - Opened by Philogy 29 days ago - 1 comment

#4222 - vyper.exceptions.StackTooDeep: Unsupported dup depth 17

Issue - State: open - Opened by xrchz 29 days ago - 2 comments
Labels: bug - venom

#4220 - fix[venom]: stack reorder rework

Pull Request - State: open - Opened by HodanPlodky 29 days ago - 1 comment

#4219 - feat[codegen]: deallocate variables after last use

Pull Request - State: open - Opened by charles-cooper 29 days ago - 3 comments

#4218 - chore[tool]: update `FUNDING.json` for optimism RPGF

Pull Request - State: closed - Opened by benber86 30 days ago

#4217 - Add test for experimental codegen setting

Pull Request - State: closed - Opened by xrchz about 1 month ago - 1 comment

#4216 - fix[tool]: keep `experimentalCodegen` blank in standard json input

Pull Request - State: closed - Opened by charles-cooper about 1 month ago - 1 comment

#4215 - venom bug: `AssertionError: Cannot dup non-existent operand`

Issue - State: open - Opened by pcaversaccio about 1 month ago - 1 comment
Labels: bug - venom

#4214 - fix[venom]: invalid jump error

Pull Request - State: closed - Opened by HodanPlodky about 1 month ago - 2 comments

#4213 - Update lark grammar to handle imported types in array/tuple/map def

Pull Request - State: open - Opened by benber86 about 1 month ago - 2 comments

#4210 - fix[tool]: fix classification of AST nodes

Pull Request - State: closed - Opened by charles-cooper about 2 months ago - 2 comments

#4209 - feat[tool]: add all imported modules to `-f annotated_ast` output

Pull Request - State: open - Opened by charles-cooper about 2 months ago - 2 comments

#4208 - WIP feat[lang]: `@delegate` decorator

Pull Request - State: open - Opened by charles-cooper about 2 months ago

#4207 - VIP: `@delegate` decorator

Issue - State: open - Opened by charles-cooper about 2 months ago

#4206 - VIP: native hex string literals

Issue - State: open - Opened by charles-cooper about 2 months ago

#4205 - fix[tool]: update `InterfaceT.__str__` implementation

Pull Request - State: closed - Opened by charles-cooper about 2 months ago

#4204 - feat[lang]: add `raw_create()` builtin

Pull Request - State: open - Opened by charles-cooper about 2 months ago - 3 comments

#4203 - fix[lang]: fix precedence in floordiv hint

Pull Request - State: closed - Opened by cyberthirst about 2 months ago - 1 comment

#4202 - fix[codegen]: fix `abi_encode` buffer size in external calls

Pull Request - State: closed - Opened by cyberthirst about 2 months ago - 1 comment

#4201 - fix[lang]: add `raw_log()` constancy check

Pull Request - State: closed - Opened by cyberthirst about 2 months ago

#4200 - fix[lang]: fix panic in call cycle detection

Pull Request - State: closed - Opened by cyberthirst about 2 months ago - 1 comment

#4199 - user errors not appearing in error map

Issue - State: open - Opened by charles-cooper 2 months ago
Labels: bug - UX

#4198 - Compile-time division for signed integer edge case

Issue - State: open - Opened by cyberthirst 6 months ago - 2 comments
Labels: sev - info

#4197 - Incorrect IR Identifier

Issue - State: open - Opened by ritzdorf 6 months ago
Labels: sev - info

#4196 - `IfExp`'s `body` and `orelse` Children Can Have Arbitrary `VyperType`

Issue - State: open - Opened by ritzdorf 6 months ago
Labels: sev - low

#4195 - Range's `bound` Typing

Issue - State: open - Opened by ritzdorf 6 months ago
Labels: sev - info

#4194 - panic on some cyclic function call checks

Issue - State: closed - Opened by Leminkay 6 months ago
Labels: sev - low

#4193 - vyper can accept conflicting optimization options from cli

Issue - State: open - Opened by cyberthirst 6 months ago
Labels: bug - UX, sev - low

#4192 - SHA256 built-in will return input value on chains without SHA256 precompile

Issue - State: open - Opened by cyberthirst 6 months ago
Labels: sev - low

#4191 - Fang optimization options broken

Issue - State: open - Opened by cyberthirst 6 months ago
Labels: sev - low

#4190 - Folding Not Supported in Certain Locations

Issue - State: open - Opened by ritzdorf 5 months ago - 2 comments
Labels: sev - low

#4189 - IR Node Annotation Is Always Overwritten With AST Node Source Code Annotation

Issue - State: open - Opened by ritzdorf 5 months ago
Labels: sev - low

#4188 - Incorrect Buffer Size Passed to `abi_encode()`

Issue - State: closed - Opened by ritzdorf 5 months ago - 2 comments
Labels: sev - low

#4187 - Exception Raised During Optimization Are Not `VyperInternalException`

Issue - State: open - Opened by ritzdorf 5 months ago
Labels: sev - info

#4186 - Unclear Buffer Length Computation

Issue - State: open - Opened by ritzdorf 5 months ago
Labels: sev - info

#4185 - Fix overloading example from the docs

Issue - State: open - Opened by Czar102 2 months ago

#4184 - import system allows absolute relative imports

Issue - State: open - Opened by cyberthirst 2 months ago

#4183 - chore[docs]: remove experimental note for cancun

Pull Request - State: closed - Opened by cyberthirst 2 months ago

#4182 - Lark should go to the main install section as it used not only for tests

Pull Request - State: closed - Opened by lemenkov 2 months ago - 4 comments

#4181 - fix[venom]: fix invalid `phi`s after SCCP

Pull Request - State: closed - Opened by HodanPlodky 2 months ago - 3 comments

#4180 - feat[venom]: offset instruction

Pull Request - State: closed - Opened by HodanPlodky 2 months ago - 1 comment

#4179 - Add `raw_create` built-in function

Issue - State: closed - Opened by YamenMerhi 2 months ago - 1 comment

#4177 - fix[lang]: fix `.vyi` function body check

Pull Request - State: closed - Opened by cyberthirst 2 months ago - 1 comment

#4176 - Constants not fully supported in `.vyi` files

Issue - State: open - Opened by AlbertoCentonze 3 months ago - 1 comment

#4175 - feat[venom]: add loop invariant hoisting pass

Pull Request - State: open - Opened by HodanPlodky 3 months ago - 1 comment

#4174 - feat[venom]: add loop invariant hoisting pass

Pull Request - State: closed - Opened by HodanPlodky 3 months ago

#4173 - chore[test]: fix a type hint

Pull Request - State: closed - Opened by ZhipengXue97 3 months ago - 3 comments

#4171 - renounceOwnership() quastion

Issue - State: closed - Opened by allexstorm 3 months ago

#4170 - chore[docs]: update `sourceMap` field descriptions

Pull Request - State: closed - Opened by rimrakhimov 3 months ago

#4169 - Panic on expected interface method implemented as internal.

Issue - State: closed - Opened by AlbertoCentonze 3 months ago - 1 comment
Labels: bug - UX, bug - typechecker, bug - type 0

#4168 - Error! Unable to verify vyper 0.4.0 source code on etherscan.io

Issue - State: closed - Opened by allexstorm 3 months ago - 1 comment

#4167 - chore[docs]: add `FUNDING.json` for drips funding

Pull Request - State: closed - Opened by benber86 3 months ago

#4164 - fix[lang]: fix certain varinfo comparisons

Pull Request - State: closed - Opened by charles-cooper 3 months ago - 1 comment

#4162 - Experimental codegen with no optimizations fails

Issue - State: open - Opened by ritzdorf 3 months ago

#4161 - feat[venom]: scheduler optimization

Pull Request - State: open - Opened by harkal 3 months ago - 1 comment