Add Massa blockchain namespace codecs#396
Merged
vmx merged 1 commit intomultiformats:masterfrom Feb 13, 2026
Merged
Conversation
vmx
reviewed
Feb 13, 2026
Member
vmx
left a comment
There was a problem hiding this comment.
I think the gaps between the namespaces are meant for further additions to those projects.
I suggest you start the massa namespace at 0xb59910 just as you did, but then do the following things directly there after, i.e. from 0xb59911 to 0xb59921.
vmx
approved these changes
Feb 13, 2026
Member
vmx
left a comment
There was a problem hiding this comment.
It's in a high range, so I don't see a reason to not accept it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add 8 multicodec namespace entries for the https://massa.net blockchain ecosystem, using the 0xbX9910 range following the existing namespace convention.
What is Massa?
Massa is a Layer 1 blockchain featuring native decentralized web hosting (DeWeb) and decentralized messaging (Gossip):
https://deweb.massa.network
https://usegossip.massa.network/
Codecs added:
│ 0xb59910 │ massa │ Ecosystem identifier
│ 0xb59911 │ massa-mainnet │ Mainnet network identifier
│ 0xb59912 │ massa-buildnet │ Buildnet network identifier
│ 0xb59913 │ massa-deweb │ DeWeb feature identifier
│ 0xb59914 │ massa-gossip │ Gossip feature identifier
│ 0xb59915 │ massa-mns │ MNS name target
│ 0xb59916 │ massa-sc │ Smart-contract address target
│ 0xb59917 │ massa-gossip-id │ Gossip ID target
Motivation
These codecs enable ENSIP-7 compatible contenthash encoding for Massa resources, allowing standard resolution of DeWeb sites and Gossip identities through content-addressed URIs.