Hi Maros, Thanks for the KIP. +1 from me.
I only have one suggestion on the implementation part. I saw we're going to distinguish between ipv4 and ipv6 by the ":" character. While it might work in most cases, I think it is a weak check and error-prone. Could we use the built-in java InetAddress class to have a safer check? ref: https://stackoverflow.com/a/18102954 Thanks, Luke On Tue, Mar 17, 2026 at 9:55 PM Maroš Orsák <[email protected]> wrote: > Hello, > > I have updated the KIP to include the IPv4-mapped IPv6 address section > within compatibility. And also, I refined/modified the downgrade part to > include the pre-validation step (without it we would be in an > inconsistent state) and lastly added a section which talks about the test > plan. > > Let me know what you think. > > Cheers, > > Maros >
