Czarte

Results 11 comments of Czarte

Scheme of Node jump into full neighborship with exit node, to verify its `Free World Bit` and `Country Code` Scheme before move: ![Redesign_Gossip_protocol_Switch_to_Exit_Node_Neighborhood](https://github.com/MASQ-Project/MASQ-Node-issues/assets/183322/c1177298-87c6-48b7-95b1-843ea822d0f5) Scheme after move: ![Redesign_Gossip_protocol_Switch_to_Exit_Node_Neighborhood_2](https://github.com/MASQ-Project/MASQ-Node-issues/assets/183322/8b0e8c66-b140-464c-94b7-87704a28fab6) 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...