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

Fix 'make bindings' #6824

Merged
merged 1 commit into from
Feb 10, 2023
Merged

Fix 'make bindings' #6824

merged 1 commit into from
Feb 10, 2023

Conversation

fafrd
Copy link
Contributor

@fafrd fafrd commented Feb 9, 2023

Solidity 0.8.0 breaks the current use of payable in these test contracts, resulting in errors like

Error: Type address is not implicitly convertible to expected type address payable.
  --> selfDestructor.sol:10:9:
   |
10 |         address payable nil = address(0);
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Related to #6680

@fafrd
Copy link
Contributor Author

fafrd commented Feb 9, 2023

@AskAlexSharov AskAlexSharov merged commit b40e81b into erigontech:devel Feb 10, 2023
finiteops pushed a commit to bitfinity-network/erigon that referenced this pull request Apr 10, 2023
Solidity 0.8.0 breaks the current use of `payable` in these test
contracts, resulting in errors like
```
Error: Type address is not implicitly convertible to expected type address payable.
  --> selfDestructor.sol:10:9:
   |
10 |         address payable nil = address(0);
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```

Related to erigontech#6680
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants