Phantasma Network

Changelog

Page2 / 10
June 11, 2026MAINNETTESTNETRPCVALIDATORS

Mainnet validator and RPC update with May 2026 inflation deployed

Mainnet is running updated validator and RPC builds. May 2026 inflation and Soul Master rewards have been applied, and a broad round of security hardening and defense-in-depth improvements is now live on mainnet.

  • Mainnet is now running updated validator and RPC builds.
  • May 2026 inflation and Soul Master rewards have been applied on mainnet.
  • This release brings a broad round of security hardening and adds another layer of defense-in-depth across the validator and RPC.
  • The VM enforces robust execution guardrails, with firm limits on call depth, nesting, structure size, and large intermediate values, so contract execution stays predictable and safe.
  • Input validation was reinforced across the serialization and decoding paths, so nodes confidently handle even malformed or oversized data.
  • Network-layer protections were strengthened with tighter connection and message-size limits, keeping nodes stable under heavy network load.
  • Block and transaction size limits were tightened to keep block production lean and predictable.
  • Consensus failover and leader recovery are faster and more reliable.
  • The validator status endpoint is faster and more resilient, served from a cached snapshot, protected against slow connections, and with more headroom for operators.
  • VM opcode handling was refined and now ships with broader test coverage.
  • RPC added connection limits and request rate limiting to keep public mainnet endpoints fast and responsive under load, and event reconstruction no longer emits a duplicated NFT mint event.
  • These same validator and RPC builds are now also running on testnet, without the inflation resolution.

May 2026 inflation transaction | Soul Master rewards transaction

June 8, 2026DEVNETRPCVALIDATORS

Devnet validator and RPC update deployed

Devnet is running newer validator and RPC builds with reliability and input-hardening improvements, plus RPC connection limits and request rate limiting.

  • Devnet validators and RPC are now running newer builds focused on reliability and input hardening.
  • These builds strengthen resilience across VM execution, serialization, and the network layer, and add RPC connection limits and request rate limiting for steady performance under load.
  • RPC event reconstruction no longer emits a duplicated NFT mint event.
June 2, 2026MAINNETRPCVALIDATORS

Mainnet validator and RPC update deployed

Mainnet is running updated validator and RPC builds with the VM previous-context fix now live, clearer special-resolution failure logging, and an RPC fix for invalid-address input.

  • Mainnet is now running updated validator and RPC builds.
  • The VM Runtime.PreviousContext fix is now live on mainnet. Contracts that read Runtime.Context and Runtime.PreviousContext see stable caller identity through same-contract helper frames, cross-contract calls, deep nested calls, constructors, upgrade triggers, and failed contract switches.
  • Validators now log special-resolution failures as errors, making operational issues easier to spot.
  • RPC no longer crashes when event reconstruction encounters an invalid address; these cases are now handled cleanly and are covered by new regression tests.
May 31, 2026DEVNETTESTNETVALIDATORS

Devnet and testnet validator VM context fix deployed

Devnet and testnet validators are running the latest VM fix for Runtime.PreviousContext across nested contract calls, constructors, triggers, and failed switches.

  • Devnet and testnet validators are now running the latest VM context fix.
  • The rollout fixes Runtime.PreviousContext handling across same-contract helper frames, cross-contract calls, deep nested calls, constructors, upgrade triggers, and failed contract switches.
  • Fresh VM executions now receive the explicit previous context that belongs to the runtime call, and nested contract switches restore that value after successful returns or faults.
  • Contracts that inspect Runtime.Context and Runtime.PreviousContext should now see stable caller identity through nested contract flows.
  • The validator update includes parity coverage for root calls, self-switch calls, multi-contract nested calls, constructors, upgrade triggers, and failed switches.
May 30, 2026MAINNETRPCVALIDATORS

Mainnet validator and RPC update deployed

Mainnet is running updated validator and RPC builds with token semantics V3, SOUL masters membership repair, and organization RPC endpoints.

Important

The new organization RPC reads are not used by the explorer yet. The explorer already showed the correct Soul Master count before this rollout, and it continues to show the correct count after the rollout.

  • Mainnet is now running updated validator and RPC builds.
  • Token semantics V3 is active on mainnet. Staking organization membership now stays aligned when a clean unstake drops an address below the configured threshold.
  • Token metadata validation now rejects small-fungible staking organization thresholds that require the big-integer representation, preventing new malformed small-fungible staking metadata from being admitted.
  • The SOUL masters organization repair has been applied: 74 stale below-threshold members were removed, and 13 requalified member timestamps were rewritten from the audited repair payload.
  • Post-deployment verification for the SOUL masters repair reported a clean public row check and a clean watcher scan, with no remaining missing eligible members or bad stake values in the audited range.
  • stake.GetUnclaimed now reads claimable KCAL without mutating stake state, so reward previews and read-only checks do not alter validator-side staking rows.
  • RPC now exposes organization reads through getOrganization, getOrganizations, getOrganizationMembers, and getOrganizationMember, with organization-name queries and cursor pagination for member lists.
  • Cached JSON-RPC responses now preserve embedded result objects correctly when the response is served from cache.

Token semantics V3 transaction | SOUL masters repair transaction