everscale-network icon indicating copy to clipboard operation
everscale-network copied to clipboard

Implementation of the network part of the Everscale blockchain.

Results 2 everscale-network issues
Sort by recently updated
recently updated
newest added

Requests to the node from clients that are behind NAT (with an empty addr list in adnl packets) are dropped by the node. Because of this, it is impossible to...

```rust pub fn remove_prefix(&mut self, prefix_len: usize) { let len = self.bytes.len(); let ptr = self.bytes.as_mut_ptr(); // SAFETY: `bytes` is already a reference bounded by a lifetime self.bytes = unsafe...