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
Part of inkdevhub/swanky-node#49
swanky-node has manual block sealing feature via RPC engine_createBlock and engine_finalizeBlock. Allowing users to forward/finalize blocks manually using swanky-cli command or library inside a script. Similar to what hardhat has https://hardhat.org/hardhat-network-helpers/docs/reference#mine([blocks],-[options]).
engine_createBlock
engine_finalizeBlock
{Describe what needs to be done.}
{Write definition of done, how to verify}
{Dependencies issue or PR or some other blocker.}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview (What and Why)
Part of inkdevhub/swanky-node#49
swanky-node has manual block sealing feature via RPC
engine_createBlock
andengine_finalizeBlock
.Allowing users to forward/finalize blocks manually using swanky-cli command or library inside a script.
Similar to what hardhat has https://hardhat.org/hardhat-network-helpers/docs/reference#mine([blocks],-[options]).
How
{Describe what needs to be done.}
Definition of Done
{Write definition of done, how to verify}
Open Issues and Blockers
{Dependencies issue or PR or some other blocker.}
The text was updated successfully, but these errors were encountered: