Max Rantil

Results 6 issues of Max Rantil

**What this PR does / why we need it**: This PR creates a ` updateNamespacePodSecurityStandard` function to ensure that the `pod-security.kubernetes.io/enforce` label is set to `"privileged"` for Namespace objects. This...

size/S
cncf-cla: yes
lgtm
ok-to-test
area/devtools

I just had a little problem when changing the channel fees, wanted to change the basefee on all my channels so I did that, 'jet update-channel xxxx --base xxxx', thought...

bug

This PR introduces a new configuration parameter, `alt_addr`, which allows specifying an alternative address for peer connections. ### Key Features 1. **Initial Connection**: Upon connecting to a peer, if an...

SoB
Highlight - Protocol

fixes #7132 I would really appreciate some friendly feedback on this, as it is my first PR to the project and I might have misunderstood or missed important details. ~~I...

This PR adds documentation for a new feature: the `alt_addr` message in Bolt 02. The `alt_addr` message allows nodes to specify a private alternative connection address for peers, improving privacy,...

Alternative Addresses allows nodes to specify private connection addresses for peers with existing relationships. This bypasses the public gossip protocol for reconnections, enhancing privacy and potentially improving reliability and latency.