You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
Currently the develop branch is missing a critical opcode that the solidity compiler uses when talking to libraries, and that opcode is called DelegateCall. I have put in a PR for it over in #243 but it is not complete and there is functionality for it that can be found fairly easily in the go-ethereum space (I can't seem to translate the stack language atm so I'll leave that to you two unless you have ideas for me to contribute). https://github.com/ethereum/go-ethereum/search?utf8=%E2%9C%93&q=delegatecall
The text was updated successfully, but these errors were encountered:
Currently the develop branch is missing a critical opcode that the solidity compiler uses when talking to libraries, and that opcode is called DelegateCall. I have put in a PR for it over in #243 but it is not complete and there is functionality for it that can be found fairly easily in the go-ethereum space (I can't seem to translate the stack language atm so I'll leave that to you two unless you have ideas for me to contribute). https://github.com/ethereum/go-ethereum/search?utf8=%E2%9C%93&q=delegatecall
The text was updated successfully, but these errors were encountered: