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

Set up a hbbft test network in a new repository #155

Open
dforsten opened this issue Jun 25, 2019 · 2 comments
Open

Set up a hbbft test network in a new repository #155

dforsten opened this issue Jun 25, 2019 · 2 comments
Assignees

Comments

@dforsten
Copy link

Follow the approach implemented in the posdao-test-setup repository.

@dforsten dforsten self-assigned this Jun 25, 2019
@dforsten
Copy link
Author

dforsten commented Jul 4, 2019

I forked posdao-test-setup and adjusted it for hbbft here:
https://github.com/lab10-coop/posdao-test-setup

Sending transactions via web3 works and produces blocks as expected, but I do get an error message after the transaction has been sent:

     Error: the object {
  "confirmationChecks": 0
  "confirmations": 0
  "error": "Error: Node error: {\"code\":-32602,\"message\":\"Invalid params: invalid type: null, expected a block number or 'latest', 'earliest' or 'pending'.\"}"
  "receipt": false
} was thrown, throw an Error :)
      at process._tickCallback (internal/process/next_tick.js:68:7)

Which does look similar to a bugreport for web3 in conjunction with parity:
web3/web3.js#2831

@dforsten
Copy link
Author

The Honey Badger BFT test setup now works in a 2-node configuration - setting up a 7-node configuration next to be on par with the Aura test setup.

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

1 participant