Skip to content
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: add instant-seal for dev chain #586

Merged
merged 1 commit into from May 10, 2022

Conversation

gregdhill
Copy link
Member

Signed-off-by: Gregory Hill gregorydhill@outlook.com

This PR adds the --instant-seal option to the interbtc-parachain binary which automatically generates blocks when new transactions are added to the mempool or when calling the manual-seal RPC:

curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "engine_createBlock", "params": [true, true, null]}' http://localhost:9933/

Succeeds #363

@sander2
Copy link
Member

sander2 commented Apr 26, 2022

Is this working with the clients? The last attempt at instant seal failed on this: paritytech/substrate#10279

Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
@gregdhill
Copy link
Member Author

Is this working with the clients? The last attempt at instant seal failed on this: paritytech/substrate#10279

Not tested, but including this change won't explicitly affect the clients until we remove the standalone node.

@gregdhill gregdhill merged commit a71b970 into interlay:master May 10, 2022
@gregdhill gregdhill deleted the feat/instant-seal branch May 10, 2022 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants