-
Notifications
You must be signed in to change notification settings - Fork 248
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
Configurable extrinsic Extra
#331
Comments
I was thinking a little bit on how this could be implemented. We could maybe keep the This should work, but has the downside that it requires the user to provide quite some boilerplate code. If we can assume that the user never needs to overwrite e.g. What do you think? |
From #294
Replace hardcoded default extensions, these could be generated from the metadata, or the user could supply their own implementations.
Slight wrinkle is that a couple of the hardcoded ones require some data we need to supply up front, notably nonce and genesis hash. And currently the supplying of those values is done by the client, so need to come up with some solution there. It's probably safe to assume that most/all chains will support those two extensions.
Rel #330
The text was updated successfully, but these errors were encountered: