Dima Chizhevsky

Results 13 issues of Dima Chizhevsky

Original Alex Bulkin's idea: Нодам понадобится конфигурация в отношении того чьи платежи они согласны передавать, а чьи нет. Нодам так же нужна конфигурация в отношении того какого типа ноды приемлемы...

proposal

Original Alex Bulkin's idea: Рано или поздно протоколу понадобится сервис в помощь для раутинга, если нужно больше 6 шагов. Этот сервис работает так: это нод с большим обьемом памяти который...

proposal

Boost 1.69 already contains operator for UUIDs comparison. Current method leads to bug when UUID comparison crashes the node.

bug

`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...

bug
security

![image](https://user-images.githubusercontent.com/528635/53605190-fd397a80-3bb6-11e9-9c1a-05b3c3b54c1b.png)

bug

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...

enhancement
research
security

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...

enhancement

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...

enhancement

`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.

enhancement