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

Implement additional parse function to match solidity 0.8.x #87

Open
LFsWang opened this issue May 27, 2021 · 0 comments
Open

Implement additional parse function to match solidity 0.8.x #87

LFsWang opened this issue May 27, 2021 · 0 comments

Comments

@LFsWang
Copy link
Contributor

LFsWang commented May 27, 2021

IndexRangeAccess (0.6.0)

* https://github.com/ethereum/solidity/pull/7340
* 9885

parseNamedArguments

* Modified

FunctionCallOptions (0.6.2/0.7.0)

* Broken Change
* x.call{value: amount, v2: d2}("");
* old : x.f.gas(10000).value(2 ether)(arg1, arg2)
* https://github.com/ethereum/solidity/pull/8177

Revert and Custom error function (0.8.0)

* https://github.com/ethereum/solidity/pull/11037
* https://docs.soliditylang.org/en/v0.8.4/structure-of-a-contract.html?highlight=error-definition#errors

Try-catch (0.6.0)

unchecked (0.8.0)

* safe math
* unchecked(...) will not apply safemath check

Exp (0.8.0)

* (a**b)**c => a**(b**c)
@hydai hydai added this to In progress in Solidity Frontend Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Solidity Frontend
  
In progress
Development

No branches or pull requests

1 participant