Node icon indicating copy to clipboard operation
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...

Results 228 Node issues
Sort by recently updated
recently updated
newest added

At first, we need to modify the below function inside `MBCSBuilder`: ```rust pub fn response(self, result: R) -> Self where R: Serialize, { let result = serde_json::to_string(&result).unwrap(); let body =...

The data structures in this trait are not generic, will need associated_type_defaults to implement it. see issue #29661 for more information

We want to check all commands for the reason to write into standrad output. Since if there's no data returned from the command, there shouldn't be anything written to standard...

DNS subversion (using the `entry_dns` server) has been disabled essentially by commenting it out. This works, unless the user finds himself in a situation where he needs DNS subversion, in...

**Is your feature request related to a problem? Please describe.** Not a problem - just a performance improvement idea. **Describe the solution you'd like** I noticed that in the `Cargo.toml`...

Currently blocked by GH-744 https://github.com/MASQ-Project/MASQ-Node-issues/issues/744 We are come to realize that sending payables payment transactions in `batch` transactions across the JSON-RPC specs to the blockchain service providers is more trouble...