-
Notifications
You must be signed in to change notification settings - Fork 93
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
From db snapshot #604
From db snapshot #604
Conversation
What would be the usage of Like this?
Maybe it would be good to include some examples, and also add a note about this feature do documentation? |
Yes, you can also use like this
I will update the docs in a follow up pr. |
bob: is up | ||
|
||
# check balance | ||
alice: js-script ./check-balance.js with "alice" return is 900000999940423862 within 200 seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: we could also check that block height is equal to the height from db.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, but in this case I saved a small db with a few blocks but with a transfer to check the balance.
Thanks!
javascript/packages/orchestrator/src/providers/podman/podmanClient.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fails for podman
provider.
Can you share the error please? |
The error is caused by this: #604 (comment) Error message:
|
@michalkucharczyk podman fixed |
cc @michalkucharczyk
db_snapshot
/default_db_snapshot
config (nodes/relay-chain)