Skip to content
New issue

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

Please Support New Value Syntax #419

Closed
0xferit opened this issue Mar 25, 2020 · 2 comments
Closed

Please Support New Value Syntax #419

0xferit opened this issue Mar 25, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@0xferit
Copy link

0xferit commented Mar 25, 2020

ethereum/solidity#8147

@montyly montyly added the enhancement New feature or request label Mar 25, 2020
@montyly
Copy link
Member

montyly commented Mar 25, 2020

Hi @ferittuncer, thank you for reporting this.

The minimal example:

contract C {
    function g() external payable {}
    function f() public payable {
        this.g{value: 42, gas: 23}();
    }
}

This syntax was added with 0.6.2.

I will look to add its support

@montyly
Copy link
Member

montyly commented Mar 31, 2020

Hi @ferittuncer, we have added its support in #424. It is now in master, and will be available on the next pypi release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants