Alon Gal
Alon Gal
I might want to tackle some of the JS issues but I'm having trouble getting the interactive JS console to run, are there any docs on doing that? I'm getting...
If you scroll all the way to the left you get a "0" tooltip but a "1" value. This can be fixed of course, but is an example of the...
@yoiang I'm not sure, how would that look with a large range (say values = [0, 1, 10, 100, 1000, 10000, 1000000])?
@tibotiber Sorry for the slow response, kind of forgot about this. It looks great, but has a lot of repeated code, which is why I think it's a good candidate...
@alon-e 's suggestion: choose model tip (random walk with alpha = infinity), and check its height (length of shortest path to the genesis).
Suggestion: check the median difference `|arrivalTimestamp - attachmentTimestamp|` over the last N transactions. If they are similar is it may indicate that the node is synced. Note that `attachmentTimestamp` is...
We'll code @alon-e 's suggestion (`lag = |solidityTimestamp - attachmentTimestamp|`) in a module that gathers telemetry, which will be visible in the `getNodeInfo` API. The metric will be the median...
Note that using solidification time in `ConnectedComponentsStartingTipSelector::findNMostRecentTransactions` is not enough, we also need to deal with `TipsViewModel::getLatestSolidTips` returning tips ordered by arrival time.
This may have to do with Issue #19 (this promotion would not work in IRI, since it violates the belowMaxDepth condition).
Suggestion: if tip list is empty, run DFS and fill it up.