-
Notifications
You must be signed in to change notification settings - Fork 92
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
implement provider.api.rpc.engine.createBlock
#91
Comments
we have |
I might need help with this - How can I issue the RPC call to fast-forward the chain #71 ? I do not see an option on Polkadot-JS UI. |
polkadot.js apps doesn't have good support of custom/known RPC so you will need use some other tool to make the RPC call. I am currently using Postman but there are many good alternative tools available for making WS RPC calls. For fast forward, you can do this
Note that due to #83 it is still going to take few seconds to build each block |
@DrW3RK you can use polkadotjs/app to trigger rpc call like this |
not necessary for functionalities, but some bodhi tests use it, so it's a nice to have for bodhi compatibility
The text was updated successfully, but these errors were encountered: