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

live orchestration of truechain-engine | event response daemon #26

Open
arcolife opened this issue Jul 10, 2018 · 1 comment
Open

live orchestration of truechain-engine | event response daemon #26

arcolife opened this issue Jul 10, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@arcolife
Copy link
Collaborator

arcolife commented Jul 10, 2018

Use capabilities of cli for controlling truechain-engine and make it run as a daemon.

This really should be a geth like integration, but for fastchain. For example: https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options

Currently feasible options:

For client (currently simulated with the binary :

Usage of ./bin/linux/truechain-engine:
  -numquest int
    	number of requests (default 10)

For server, something like:

..
dump
checkview/sequence
...

..basically all things pbft, maybe specific to this tunable (as found under config.yaml):

---
basePort: 49500
grpcBasePort: 10000
maxFail: 1
bftcommittee:
  actualDelta: 0
  csize: 0
  delta: 1
  lambda: 1
  tbft: 1
  th: 10
  timeout: 300
slowchain:
  csize: 0
testbedconfig:
  clientID: 5
  initServerID: 4
  requests:
    batchSize: 32
    max: 256
  threadingEnabled: true
  total: 5

cc/ @hixichen

@arcolife
Copy link
Collaborator Author

let me update this again really soon.

@arcolife arcolife added the enhancement New feature or request label Jul 10, 2018
@arcolife arcolife added this to the Alpha 1 milestone Jul 10, 2018
@arcolife arcolife added the help wanted Extra attention is needed label Jul 10, 2018
@arcolife arcolife self-assigned this Jul 10, 2018
@arcolife arcolife changed the title live orchestration of truechain-engine live orchestration of truechain-engine | event response daemon Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant