Phantasma Network

Changelog

Page9 / 10
April 4, 2026DEVNETVALIDATORS

Devnet reset to testnet snapshot and chain fixes deployed

Devnet was reset to a testnet snapshot and updated with token semantics, VM replay, storage validation, and validator stability fixes.

Important

Devnet was reset to a testnet snapshot as part of this update.

  • Devnet was reset to a testnet snapshot for the next round of chain and contract testing.
  • Token semantics versioning was added so new token lifecycle behavior can be enabled cleanly without changing historical replay rules.
  • VM and token replay were hardened: unsigned block #0 CreateToken replay was restored, malformed token metadata and royalty sources are rejected, and wide BigInteger guard forms are clamped to the expected 256-bit payload.
  • State reads are stricter for token, governance, VM, market, organization, persisted series metadata, and Raft storage data.
  • Validator and node stability fixes include safer rollback after app-state write failures, a corrected Raft vote freshness comparison, safer /dev/log iteration, signal-safe shutdown, and a guard against HTTP shutdown crashes after failed initialization.
March 29, 2026DOCS

Developer documentation refreshed

The developer docs were expanded around the VM, wallet connection, pha-deploy usage, and compiler guidance.

  • The VM documentation was expanded with clearer coverage for architecture, interop, opcodes, and runtime types.
  • The TypeScript SDK docs were refreshed for connect-react, wallet connection options, EasyConnect, and PhantasmaLink.
  • pha-deploy documentation was substantially rewritten to match the current compile, deploy, upgrade, and attach commands.
  • Compiler docs and examples were updated for the current deployment workflow.

pha-deploy | React wallet connection | Token Deployment UI | Unity installation

March 29, 2026DEVNETFRONTEND

Token deployment frontend published with contract lifecycle support

The devnet deployment frontend can now deploy, upgrade, and attach contracts alongside the existing token actions.

  • A dedicated contract tab was added for custom contract deploy and upgrade, plus token attach and token contract upgrade.
  • The UI accepts compiled .pvm and .abi artifacts directly and applies separate gas defaults per lifecycle action.
  • Token attach and token contract upgrade use the token selected in the side panel as the target token.
  • The frontend was also updated to phantasma-sdk-ts 0.7.0 to match the newer Link signing support.

https://deploy-devnet.phantasma.info/

Token Deployment UI | pha-deploy contract lifecycle commands

March 29, 2026SDK

phantasma-sdk-ts 0.7.0 released

The SDK can now ask Phantasma Link to sign a prebuilt transaction directly, and signature failures now come back with clearer wallet errors.

  • phantasma-sdk-ts 0.7.0 adds signPrebuiltTransaction, which lets apps send an already-built transaction to the wallet for signing and get back signed hex ready for broadcast.
  • Wallet error messages are now preserved instead of being collapsed into a generic signature failure.
  • The SDK validates the returned signature against the connected account before handing back a signed transaction.
  • This release builds on the 0.6.0 Link transport fixes and is mainly for apps that prepare transactions themselves before asking the wallet to sign.

phantasma-sdk-ts

npm update --save phantasma-sdk-ts
March 28, 2026

Changelog frontend published

The Phantasma Network Changelog is a dedicated portal for release notes, rollout updates, and important network notices. It gives the community a single place to track ecosystem changes in chronological order, with clear summaries of what was released, updated, or rolled back.