Close Menu
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain
  • Web 3
    • NFT
    • Metaverse
  • Regulation
  • Analysis
  • Learn
  • Blog
What's Hot

What is MEV? Maximal Extractable Value, the invisible tax on crypto

2026-06-24

YZi Labs and CEA Industries Reach Collaboration Agreement to Strengthen BNC’s Board of Directors

2026-06-23

Spot Bitcoin and Ether ETFs Bleed $134 Million as Institutions De-R

2026-06-23
Facebook X (Twitter) Instagram
  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
Facebook X (Twitter) Instagram
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
  • News
    • Bitcoin
    • Altcoins
    • DeFi
    • Market Cap
  • Blockchain

    What is MEV? Maximal Extractable Value, the invisible tax on crypto

    2026-06-24

    Orix AI partners with PAYGO to enable AI-powered Web3 payments

    2026-06-23

    How the network processed $309 million in stablecoins last month

    2026-06-23

    Micron Tech Tokenized Stock Goes Live on Solana via Sunrise

    2026-06-23

    Micron Tech Tokenized Stock Goes Live on Solana via Sunrise

    2026-06-23
  • Web 3
    • NFT
    • Metaverse
  • Regulation

    Stablecoins in Britse ponden gemaximeerd op $53 miljard, terwijl de Bank of England stablecoin-regels vastlegt

    2026-06-22

    De Amerikaanse toekomst van crypto-daders zal worden bepaald door hoe toezichthouders besluiten ze te noemen

    2026-06-22

    De MiCA-deadline zal waarschijnlijk kleinere crypto-apps naar gelicentieerde bewaarrails verplaatsen

    2026-06-22

    dollar liquidity may already be too far ahead

    2026-06-22

    Kraken Fed-accountgevecht zou kunnen bepalen hoe cryptobedrijven directe betalingstoegang krijgen

    2026-06-21
  • Analysis

    South Korea’s KOSPI crashes 10% as regulator admits ETF error

    2026-06-23

    Trumps quantum computing-push zet 449 miljard dollar aan ‘blootgestelde Bitcoin’ weer in de schijnwerpers

    2026-06-23

    Solana subsidizes large traders before the markets in the chain prove that the activity can continue to exist

    2026-06-23

    ‘Abrupt change in market conditions’ coming for stocks later this year, says Fundstrat’s Tom Lee – here’s why

    2026-06-23

    Ripple gives RLUSD a MiCA foothold in Europe and route to African payments

    2026-06-23
  • Learn

    Most Profitable Crypto to Mine in 2026: Best Altcoins for Mining

    2026-06-23

    Bitcoin Alternatives: Our Top Altcoin Picks for You in 2026

    2026-06-23

    What Is a Bull Flag Pattern in Crypto and How to Use It

    2026-06-20

    What Is OTC Trading? Over-the-Counter Trading Explained

    2026-06-20

    The Top 10 Bitcoin Wallets in 2026

    2026-06-20
  • Blog
Bitcoin Platform – Bitcoin | Altcoins | Blockchain | News Stories Updated Daily
Home»Blockchain»Neo SPCC releases NeoFS Node v0.51.0, SDK Go RC17 and XK6 v0.2.1 with protocol updates
Blockchain

Neo SPCC releases NeoFS Node v0.51.0, SDK Go RC17 and XK6 v0.2.1 with protocol updates

2026-02-13No Comments5 Mins Read
Share
Facebook Twitter LinkedIn Pinterest Email

Neo SPCC has published a coordinated wave of NeoFS releases, led by NeoFS Node v0.51.0, which delivers protocol-level changes including mutable NEP-11 containers, synchronous container operations, and the introduction of session token v2. The companion NeoFS SDK Go v1.0.0-rc.17 provides the underlying library support for these features, while XK6-NeoFS v0.2.1 provides stability fixes and dependency upgrades for the load testing extension. A TestNet upgrade is ready and MainNet is expected to follow in the coming days.

NeoFS Node v0.51.0

The NeoFS Node v0.51.0 release brings a number of important protocol changes. Containers now appear as mutable NEP-11 tokens on-chain, with both Storage Nodes and Inner Ring Nodes supporting new container contract methods including createV2 And getInfoas well as attribute management methods setAttribute And removeAttributeproviding a richer container management API for the chain. Corresponding CLI commands for setting and removing attributes have been added to the container section.

Container activities Put, DeleteAnd SetExtendedACL are now handled synchronously by storage nodes, replacing the previous asynchronous flow. This change simplifies client-side logic by eliminating the need for polling or waiting for eventual consistency. Containers can also be locked against removal by the __NEOFS__LOCK_UNTIL attribute, where storage nodes create a new CONTAINER_LOCKED status when attempting to delete a locked container.

Session Token v2 is being introduced across the stack. Both Inner Ring and Storage nodes now accept the new token format for container and object operations, and a new CLI command is available for generating v2 tokens. Lock objects and tombstone objects with API versions older than 2.18 are no longer accepted.

See also  AELF Revolutionizes Blockchain Solutions with Google Cloud

On the performance side, metabase optimizations allow for faster object removal by reworking the lock information scheme and removing the outdated graveyard structure. Object service improvements specifically target containers with erase code: EC components are now co-located, the order of shards is consistent between reads and writes, and raw data requests are supported in EC containers. The continuation of the RANGE request in multi-line EC scenarios has also been fixed. Pick up from $LINK objects in EC containers are now supported, and size-split objects remain available even if the $LINK item is not available. The placement of objects to Shard has been optimized and objects requested for deletion through the control service are now deleted immediately instead of being queued for garbage collection.

Several outdated inner ring configuration options have been removed, including fschain_autodeploy, without_mainnet, governance.disable, fee.main_chainAnd contracts. Node operators upgrading from v0.50.2 should remove these options from their IR configuration files as their presence prevents the node from starting. Automatic metabase migrations from versions 3 and 4 have also been removed; Operators still running these versions should resync or migrate using NeoFS Node v0.50.2 before upgrading.

Bug fixes address an Inner Ring panic during proper shutdown, incorrect saving of IR node lists via the netmap contract instead of RoleManagement, a deadlock when exiting storage nodes in rare garbage collection scenarios, and expired EC components incorrectly persisting on storage nodes.

NeoFS SDK Go v1.0.0-rc.17

The SDK release provides the library-level foundation for the protocol changes in Node v0.51.0 and is compatible with NeoFS API 2.21. Session token v2 support has been fully implemented, allowing clients to create and use the new token format for both container and object operations.

See also  Humanity Protocol & LayerZero Improve Identity Verification Across 50+ Blockchains

A new container attribute management API introduces methods for setting and deleting container attributes, along with a set of new well-known attribute names. The container API itself has been made synchronized, in line with the behavior change in the node. The connection pool now uses a sliding window for error counting, improving load balancing decisions during intermittent failures.

The object creation API has been redesigned so that object.New is more attuned to creating new objects, and the previous ones InitCreation method has been removed. Three-way matching methods have been added for OID, CID, and address types, allowing for more expressive sorting and ordering operations.

The release also fixes incorrect status handling for incomplete responses and updates the NeoGo dependency to v0.116.0.

XK6-NeoFS v0.2.1

The NeoFS loadtest extension for k6 is receiving a maintenance release focused on stability and fairness. A panic caused during S3 testing has been resolved and false checksum warnings that appeared during test execution have been eliminated.

Load distribution across target nodes is now fairer, reducing hotspot effects during benchmarking runs. The build requirement has been increased to Go 1.24 and dependencies have been updated across the board, including the NeoFS SDK Go buffer to v1.0.0-rc.17, the AWS SDK to v1.39.0, and the k6 framework itself from v0.51.0 to v1.3.0.

Guidance on upgrades

Node operators should monitor the TestNet upgrade and prepare for the upcoming MainNet deployment. Inner Ring operators should review their configuration files and remove the deprecated options listed above before upgrading to v0.51.0. Storage node operators still using metabase version 3 or 4 must complete their migration through v0.50.2 before this upgrade because automatic migration paths have been removed.

See also  HeLa Space and Fruit Ton join forces to transform Blockchain gaming

The full changelogs and release notes can be found via the links below:

https://github.com/nspcc-dev/neofs-node/releases/tag/v0.51.0
https://github.com/nspcc-dev/neofs-sdk-go/releases/tag/v1.0.0-rc.17
https://github.com/nspcc-dev/xk6-neofs/releases/tag/v0.2.1

Source link

Neo NeoFS Node Protocol RC17 releases SDK SPCC Updates v0.2.1 v0.51.0 XK6
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

Related Posts

What is MEV? Maximal Extractable Value, the invisible tax on crypto

2026-06-24

Orix AI partners with PAYGO to enable AI-powered Web3 payments

2026-06-23

How the network processed $309 million in stablecoins last month

2026-06-23

Micron Tech Tokenized Stock Goes Live on Solana via Sunrise

2026-06-23
Add A Comment

Comments are closed.

Top Posts

Alephium (ALPH) Price Prediction 2023 2024 2025

2024-01-10

Why XRP Price Could Drop to $0.87 Before the Bear Market Ends

2026-03-14

Crypto Market Analysis: Here’s what’s next for the price of Ethereum (ETH) and Binance (BNB).

2023-05-10
Editors Picks

Michael Saylor refers to another large Bitcoin -Koop – Is a $ 42 billion plan moving?

2025-02-24

The Ethereum Whale sell-off continues as supply falls below 75%

2026-02-11

AGNT Hub partners with PROM to build infrastructure for autonomous AI economies

2026-05-26

Metaplanet Adds $2.1 Million to Bitcoin Holdings: ‘Buy the Dip’?

2024-09-11

Our mission is to develop a community of people who try to make financially sound decisions. The website strives to educate individuals in making wise choices about Cryptocurrencies, Defi, NFT, Metaverse and more.

We're social. Connect with us:

Facebook X (Twitter) Instagram Pinterest YouTube
Top Insights

What is MEV? Maximal Extractable Value, the invisible tax on crypto

YZi Labs and CEA Industries Reach Collaboration Agreement to Strengthen BNC’s Board of Directors

Spot Bitcoin and Ether ETFs Bleed $134 Million as Institutions De-R

Get Informed

Subscribe to Updates

Get the latest news and Update from Bitcoin Platform about Crypto, Metaverse, NFT and more.

  • Contact
  • Terms & Conditions
  • Privacy Policy
  • DMCA
  • Advertise
© 2026 Bitcoinplatform.com - All rights reserved.

Type above and press Enter to search. Press Esc to cancel.