GEO-network-client
GEO-network-client copied to clipboard
Reference implementation of the GEO Protocol.
Copy-paste it from https://github.com/GEO-Protocol/docker-client/blob/master/node/client/conf.json
Add information about used shared libraries to README.md `sudo apt-get install cmake libblkid-dev e2fslibs-dev libboost-all-dev libaudit-dev, libsodium-dev`
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...