Alon Elmaliah
Alon Elmaliah
@brunoamancio I'll review this shortly. a few remarks: 1. have you tested backward compatibility with existing IXI modules? examples: https://github.com/bluedigits/nstats https://github.com/iotaledger/Snapshot.ixi https://github.com/iotaledger/MAM.ixi 2. adding `disableHtmlEscaping()` is alarming, could you elaborate...
Hey @rafaelbrizola interesting analysis and solution, I'll be reviewing the code shortly - Thanks! a few initial remarks: 1. re: `pool()` vs `poolLast()` when queue is full: so the reason...
`invalidSubtangleStatus` also uses a similar mechanism for unsynced nodes. currently set to never fail.
After running Znet for a while, there is another aspect to consider: Solidity Sync. it's one thing to see mostly recent transactions, but it's another to actually be solid on...
We could have the entry point thingy throw an exception if the tips list is empty. Mind this will make bootstrape a network more complicated.