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

Config for HBBFT #200

Open
Genysys opened this issue Oct 28, 2019 · 1 comment
Open

Config for HBBFT #200

Genysys opened this issue Oct 28, 2019 · 1 comment

Comments

@Genysys
Copy link

Genysys commented Oct 28, 2019

Before filing a new issue, please provide the following information.

  • Parity Ethereum version: N/A
  • Operating system: N/A
  • Installation: N/A
  • Fully synchronized: N/A
  • Network: N/A
  • Restarted: N/A
    Your issue description goes here below. Try to include actual vs. expected behavior and steps to reproduce the issue.

When trying to run the HBBFT branch on my laptop, I encounter these types of errors:

Samuels-MacBook-Pro:parity-ethereum samueldare$ ./target/release/parity --config node.toml 
Loading config file from node.toml
invalid type: string "5", expected u64 at line 6 column 43
(base) Samuels-MacBook-Pro:parity-ethereum samueldare$ ./target/release/parity --config node.toml 
Loading config file from node.toml
unknown field `validators`, expected one of `minimumBlockTime`, `transactionQueueSizeTrigger`, `isUnitTest` at line 7 column 34

This is clearly due to fact that I do not understand what the layout of genesis file or config.toml is. I would appreciate any assistance on this.

In additon to this, it might be beneficial if some could add a sample config for running the network like it is done in the upstream repo: https://github.com/paritytech/parity-ethereum/tree/master/ethcore/res/ethereum

@afck
Copy link
Collaborator

afck commented Oct 29, 2019

In the long term I agree, but for now all of this is still in flux and under development.
@dforsten explained how to start a network with the current code on Gitter.

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

No branches or pull requests

2 participants