Node
Node copied to clipboard
MASQ combines the benefits of VPN and Tor technology to create a superior next-generation privacy software, where users are rewarded for supporting an uncensored global web. Users gain privacy and ano...
Currently we don't utilize the `config.toml` feature to store and maintain the daemon setup parameter values for Node. This allows persistent daemon setup to remain between environment restarts. Design and...
There's a business requirement to allow a Node to keep the same public key over a shutdown/startup cycle. We'll do this by having a newly-installed Node pick its own key...
Now (after GH-622) the Node chooses a key pair when it starts for the first time, and keeps that key pair forever. But while that's convenient, if you want large...
Reference #450 Design and implement a new multinode test to cover details discussed. this will mean there is intended behavour, so will enforce us changing/optimize the code to preserve the...
Implement and enforce "minimum values" for rate-pack and debt-thresholds, to ensure it cannot be set to unrealistic amounts. ### Discussion of the aspects of the payments curve and constraints: -...
THIS HAS BECOME JUST AN OPTIMIZATION CARD (explained in the comments at the bottom) Originally I thought we would replace `eth_getTransactionReceipt` for `eth_getTransactionByHash`, but it turned out we don't want...
__Note__: It's possible that this card is too big and should be split. The idea here is to provide a way for Nodes to understand propagation errors so that they...
We agreed that probably a macro or some other form of utility could be written to allow us write less code which repeat frequently - this time the concern goes...