chore: Pass empty params to generate_user_config module cmd - #36
Open
bacv wants to merge 7 commits into
Open
Conversation
bacv
force-pushed
the
doctests-init-suggestion
branch
from
June 16, 2026 10:51
2e2df45 to
e547564
Compare
📊 blockchain-module doc-test reportThis commit of the blockchain module, packaged as an Pages can take a minute to update after the run finishes. |
danielSanchezQ
approved these changes
Jun 16, 2026
|
|
||
| ```bash | ||
| logoscore call liblogos_blockchain_module generate_user_config @gen-config.json | ||
| logoscore call liblogos_blockchain_module generate_user_config '{}' |
Contributor
Author
There was a problem hiding this comment.
In example we pass no params to the generate_user_config to generate keystore and user_config files with default names. '{}' is empty json in this case.
strinnityk
approved these changes
Jun 16, 2026
bacv
force-pushed
the
doctests-init-suggestion
branch
from
June 16, 2026 18:15
2a3fc2a to
750a930
Compare
bacv
force-pushed
the
doctests-init-suggestion
branch
from
June 16, 2026 18:26
750a930 to
f5599a4
Compare
* Update flake. * Update with config generation fixes. * Update flake. * Add int return type fixes. * fix wrong type in tests.
* Add channel deposit calls and notes retrieval * Use TX_HASH_BYTES
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Simplify the
generate_user_configmodule example in doctest.