VeilRoot v0.26.2.1 #1
ailerov
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
VeilRoot v0.26.2.1 Release Notes
This patch fixes critical issues discovered after the v0.26.2.0 release, specifically around VNS domain transactions and relay display.
Fixes
Correct varint encoding for VNS extra nonce length
Registration, update, and transfer transactions now encode the TX_EXTRA_NONCE length as a proper varint. This fixes transaction construction and parsing failures for payloads ≥128 bytes. Previously, domains with multiple relay URLs could fail to register or update.
Correct varint parsing in blockchain
The VNS extra parser now reads the varint length correctly, allowing registration, update, and transfer payloads to be identified and processed as intended.
Display all configured relay URLs
The wallet
domain_infocommand now lists every relay URL stored in the domain record (up to three), not just the first one.Return all relay URLs in RPC
The
get_domain_recordRPC response now includes arelay_urlsarray with every configured relay, while maintaining the legacyrelay_urlfield for backward compatibility.Download Hashes
If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:
This discussion was created from the release VeilRoot v0.26.2.1.
All reactions