We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
meta issue to keep track of 0.4.0 issues
features:
.vyi
vyper.interfaces
ethereum.ercs
convert()
await
call
self
self.address
address
enum
flag
flags
decimal
int168
exports:
bugfixes: analysis
payable
implements
bugfixes: codegen
slice()
integration (compiler output):
__init__()
internal API:
The text was updated successfully, but these errors were encountered:
Could we maybe squeeze in #3607
Sorry, something went wrong.
hm yea, need to think more on this, it's weird to have different default semantics for different functions
closing as finished with the 0.4.0 release
No branches or pull requests
meta issue to keep track of 0.4.0 issues
features:
.vyi
files VIP:.vyi
files #2814vyper.interfaces
->ethereum.ercs
VIP: move builtin interfaces toethereum.ercs
#3675vyper.interfaces
convert()
to shorten bytestrings feat[lang]: allow downcasting of bytestrings #3832await
(orcall
) syntax for external calls VIP: syntactic distinction for external vs internal calls #2856self
(useself.address
!), OR make interfaces interchangeable withaddress
VIP: disallow the use ofself
as an address #3701 (comment)enum
toflag
VIP: renameenum
toflags
#3642decimal
toint168
#3696exports:
functionality feat[lang]: implement function exports #3786bugfixes: analysis
payable
decorator in interface functions not enforced byimplements
#3774bugfixes: codegen
slice()
#3756integration (compiler output):
__init__()
to source map DEFERREDinternal API:
The text was updated successfully, but these errors were encountered: