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
See https://ethereum-magicians.org/t/eip-centric-forking/3536.
It requires EIPs to be implemented in clients and be switched on independently. They are only later assigned to a hard fork.
I am not sure what is the best course of action for EVMC.
The text was updated successfully, but these errors were encountered:
cc @chfast @chriseth
Sorry, something went wrong.
Extend the EVM revision type.
struct evmc_revision_ex { evmc_revision rev; uint32_t extensions; };
Do you mean that rev is the base revision on top extensions are enabled and the extension flags are specific to the revision?
rev
No branches or pull requests
See https://ethereum-magicians.org/t/eip-centric-forking/3536.
It requires EIPs to be implemented in clients and be switched on independently. They are only later assigned to a hard fork.
I am not sure what is the best course of action for EVMC.
The text was updated successfully, but these errors were encountered: