Czarte
Czarte
Scheme of Node jump into full neighborship with exit node, to verify its `Free World Bit` and `Country Code` Scheme before move:  Scheme after move:  Scheme of the...
Here is the commit with the malefactor changes which is putting the fn `ban_malefactor()` to particular places where we are now logging the `malefactor` to the Log. This function is...
The JSON from UI will be formated as follows: **priority** is ordering information. `0` highest and `n` lowest ``` { "fallback_routing": false, "country_codes": [ { "country_codes": ["CZ", ...], "priority": 0,...
waiting for [#545](https://github.com/MASQ-Project/Node/issues/545)
**1.** As I understand we want to provide `ExitLocation` for all routes made from the selection of ExitLocation flag in Electron app. This selection will be based on message from...
Data-flow chart of communication between Node and UI about `Exit Location`. This `Exit Location` system is non-blocking, so it will always serve the User data, most of the time, from...
We probably want to combine more strategies, where we want to proceed with the distribution of the `Country code` and `Free World Bit` in our network. 1. *Node it self...
this is going to be part of [#468](https://github.com/MASQ-Project/Node/issues/468)
Roadmap: 1. *Introduce new struct `NodeLocation { id: u8, country: String, free_world: bool }`* ``` pub struct NodeLocation { pub(crate) country_code: String, pub(crate) free_world_bit: bool } ``` 1. *Introduce new...