cliri
cliri copied to clipboard
Coo Less IRI
``` 03/12 08:19:33.913 [pool-8-thread-2] INFO c.i.i.n.r.ReplicatorSinkProcessor - ----- NETWORK INFO ----- Sink 141.226.164.80 is connected 03/12 08:19:42.960 [pool-5-thread-2] INFO com.iota.iri.network.Node - toProcess = 51 , toBroadcast = 0 , toRequest...
z-net
# Zero-value testnet (z-net) First iteration of cliri, with the following spec: * No ledger validation * No Milestone class (Coo really out of the picture) * Remove most API...
The weekly database deletion introduced in #78 seems to be malfunctioning. The symptoms are: 1. The database file remains large (over 2 GBs this week) 1. Tip selection fails with...
Currently, Entrypoint is chosen by first uniformly selecting a random tip from all available tips and then walking back until X cumulative weight is reached. In #86 we explored a...
``` 01/20 12:24:29.652 [Transaction Stats Publisher] ERROR c.i.i.s.s.TransactionStatsPublisher - Error while getting transaction counts : {} java.lang.IllegalStateException: entry point failed consistency check: NDZPMGKGCPRLFOIIYHMKGEUONJEWIEF9HWKHRGRUWYGOWQQTWTMJJRFTNUSWPSONFMFVJZYXFZERHK999 at com.iota.iri.service.tipselection.impl.WalkerAlpha.walk(WalkerAlpha.java:54) ~[iri-oracle8.jar:na] at com.iota.iri.service.tipselection.impl.TipSelectorImpl.getTransactionsToApprove(TipSelectorImpl.java:78) ~[iri-oracle8.jar:na] at...
The issue is with the `tipsViewModel.getRandomSolidTipHash()` call, which returns `999...9` if there are no fresh tips
Suggest adding a sanity check to `src/main/java/com/iota/iri/service/stats/TransactionStatsPublisher.java`
https://github.com/crholliday/iota-prom-exporter
This happens when a node is initializing, and `TipsViewModel::getTips()` returns zero. Recommend adding a sanity check verifying that TPS >= CTPS (or avoid sending).
Starting a walk from the genesis when there is a big unsolid subtangle leads to an "subtangle is too big error", ideally we should ignore it