compass
compass copied to clipboard
I am setting private tangle using https://docs.iota.org/docs/compass/0.1/how-to-guides/set-up-a-private-tangle and it works until this bazel run //docker:layers_calculator and when i run this i get this errors why this happens? and how do...
### Description We want JCommander to validate that given configs are in a valid range. ### Motivation 1. Fail faster 2. Cleaner code
If for some reason the node doesn't get solidified, Shadowing coordinator will be stuck in an endless loop. See: https://github.com/iotaledger/compass/blob/e26984a2ed4c43259b5262d95d616860b10323a1/compass/ShadowingCoordinator.java#L165
This very large trees loading layer files can result in OOM exceptions. This is due to loading files as a whole using `Files.readAllLines()`. Proposed changes: 1. pre-allocate lists, based on...
if the Merkle tree is deep, this hashmap `Map layers` can become very large. we should re-think this structure.
### Bug description The definition of the `-index` runtime parameter is misleading in the documentation and naming. One might think that the value refers to what index Compass should start...
snapshot.txt creation - “This allocates all token supply to seed “ need to explain how this works and be more explicit about the connection.
### Description Compass `start()` is too large. Breaking it up to smaller methods may allow us to write more unit tests.
In case of gTTA timeout Compass will reference latest milestone with a warning. This will drop confirmation rate to 0% while Compass continues operations. Should this chaining be monitored /...
### Description We should have Travis create a new Compass release on GitHub. Can be similar procedure as what we have with IRI. Can be according to specific tags.