Dima Chizhevsky
Dima Chizhevsky
Original Alex Bulkin's idea: Нодам понадобится конфигурация в отношении того чьи платежи они согласны передавать, а чьи нет. Нодам так же нужна конфигурация в отношении того какого типа ноды приемлемы...
Original Alex Bulkin's idea: Рано или поздно протоколу понадобится сервис в помощь для раутинга, если нужно больше 6 шагов. Этот сервис работает так: это нод с большим обьемом памяти который...
Boost 1.69 already contains operator for UUIDs comparison. Current method leads to bug when UUID comparison crashes the node.
`TrustLineBalance` is now defined as `boost::multiprecision::uint256` (fixed precision). In case of operation `(2**256 -1) + (2**256 -1)` this type overflows. We should consider fixing this in one of 2 ways...

Traditionally, No Instance codes are located in [400 .. 499] section.
At this moment, transaction contains no info about time when it was started and until what time it can be claimed by the observers. Observers block number can be added...
For the path ``` C -> A -> B -> D ``` if C wants to reserve amounts on the path it would repeat the next action: ``` C->A: Reserve...
Due to usage of the UDP-protocol for network communication between nodes, there are cases when some messages are lost. In this cases communication protocol is trying to re-send the message...
`ParticipantsVotesMesage` was used, when cryptography was in very early state. Now it's clear, that this name doesn't represents real purpose of this structure.