Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Add IPv6 support to multiaddress handling#75

Open
MorganaFuture wants to merge 1 commit intovacp2p:mainfrom
MorganaFuture:MorganaFuture/feat/add_support_for_ipv6
Open

Add IPv6 support to multiaddress handling#75
MorganaFuture wants to merge 1 commit intovacp2p:mainfrom
MorganaFuture:MorganaFuture/feat/add_support_for_ipv6

Conversation

@MorganaFuture
Copy link

@MorganaFuture MorganaFuture commented Aug 17, 2025

  • Support both IPv4 (/ip4/) and IPv6 (/ip6/) multiaddress formats
  • Add version byte prefix and new size constants (IPv4: 47B, IPv6: 59B)
  • Refactor parsing functions with functional protocol handlers
  • Add comprehensive IPv6 tests and validation

Links: Issue

@MorganaFuture MorganaFuture force-pushed the MorganaFuture/feat/add_support_for_ipv6 branch 3 times, most recently from 87b7ddd to 4a5b06b Compare August 17, 2025 08:58
@MorganaFuture MorganaFuture marked this pull request as ready for review August 17, 2025 09:01
@MorganaFuture
Copy link
Author

@Ben-PH @richard-ramos Could you please take a look?

  - Support both IPv4 (/ip4/) and IPv6 (/ip6/) multiaddress formats
  - Add version byte prefix and new size constants (IPv4: 47B, IPv6: 59B)
  - Refactor parsing functions with functional protocol handlers
  - Add comprehensive IPv6 tests and validation
@MorganaFuture MorganaFuture force-pushed the MorganaFuture/feat/add_support_for_ipv6 branch from 4a5b06b to cf4a536 Compare August 17, 2025 09:02
@richard-ramos
Copy link
Member

cc: @AkshayaMani

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants