Phantasma Phoenix RPC and NFT 0.6.0 packages published
PhantasmaPhoenix.RPC 0.6.0 and PhantasmaPhoenix.NFT 0.6.0 are now published on NuGet with corrected JSON-RPC id handling and an updated NFT dependency on the current RPC package.
PhantasmaPhoenix.RPC 0.6.0andPhantasmaPhoenix.NFT 0.6.0are now available on NuGet. Developers using either package should update to the current versions.- JSON-RPC request and response ids now support the protocol-valid forms: integer ids, string ids, null ids, and omitted ids.
- RPC responses now serialize the exact
idvalue supplied by the caller instead of relying on an implicit default response id. - Invalid JSON-RPC id shapes such as objects, arrays, and floating-point values are rejected during deserialization.
PhantasmaPhoenix.NFT 0.6.0now depends onPhantasmaPhoenix.RPC 0.6.0, so NFT integrations use the same corrected RPC id handling.
PhantasmaPhoenix.RPC | PhantasmaPhoenix.NFT
dotnet package update PhantasmaPhoenix.RPCdotnet package update PhantasmaPhoenix.NFT