-
Notifications
You must be signed in to change notification settings - Fork 487
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
feat: provide a parameter for the runtime config to choose what to include in the PostLog #1014
Conversation
…clude in the PostLog
@sorpaas BTW, I don't see any use of |
That's reserved for situation when migrating a full Ethereum(-like) blockchain over to Substrate, or building an oracle. I'd prefer to keep it because it might be difficult to add it back in the future otherwise. |
cc @tgmichel |
…clude in the PostLog (polkadot-evm#1014) * feat: provide a parameter for the runtime config to choose what to include in the PostLog * use parameter_types macro * fix on_finalize
How do you speed up the syncing while using I mean, you don't want to wait the full block time each time you are importing a new block. You want to run the Is there an example of a client code that used it? Somewhere on a branch? |
See #1011 (comment) for details.