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

Close #531: Implement configuring the "create_empty_blocks" parameter #532

Merged
merged 3 commits into from Nov 5, 2019

Commits on Nov 5, 2019

  1. Bump akka version #531

    Chicker committed Nov 5, 2019
    Copy the full SHA
    beeeec9 View commit details
    Browse the repository at this point in the history
  2. Implement configuring the "create_empty_blocks" parameter #531

    Tendermint has two parameters which we should be able to configure with using Pravda CLI and/or just writing a values in node.conf file.
    
    Two new arguments in `pravda node init` command have been added:
    - `--create-empty-blocks`
    - `--create-empty-blocks-interval`
    
    Also, two new ENV variables have been added:
    - `PRAVDA_CREATE_EMPTY_BLOCKS`
    - `PRAVDA_CREATE_EMPTY_BLOCKS_INTERVAL`
    Chicker committed Nov 5, 2019
    Copy the full SHA
    bdc3df8 View commit details
    Browse the repository at this point in the history
  3. Update docs #531

    Chicker committed Nov 5, 2019
    Copy the full SHA
    74e9b0e View commit details
    Browse the repository at this point in the history