Alon Elmaliah
Alon Elmaliah
# Description Pull ISSInPlace into ISS and use in place for all ISS methods Fixes #1138 ## Type of change _Please delete options that are not relevant._ - Bug fix...
the markdown links for internal Wiki titles are broken, when the title is on a different page. - `ctrl-f` `](` to see 10 examples: https://github.com/Colored-Coins/Colored-Coins-Protocol-Specification/wiki/Coloring%20Scheme this appears in other pages...
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.
snapshot.txt creation - “This allocates all token supply to seed “ need to explain how this works and be more explicit about the connection.
"We now need to bootstrap the coordinator milestone merkle tree." in the "How To", lacks an explanation what it is, what is it used for etc.
currently, the depth is inferred by the `layers` folder structure. but if a file is missing or partial no error will be thrown. also, when compass runs out of leaves...
https://github.com/iotaledger/compass/blob/554440c0c3d3a33053981e4f62c1a42267baaae5/compass/Coordinator.java#L340 this is a regression of #83 - as `bootstrapStage` is `0` in the case that we are not in bootstrap mode. this should be changed to not update if...
1. Add comment for users to check that no additional IRI process is running
would be nice to add a curl example for the "has not received its first milestone" etc. (999999.. in the milestone field or getNodeInfo)