Skip to content

Hedera Services v0.49.0

Compare
Choose a tag to compare
@mhess-swl mhess-swl released this 19 Apr 22:05
v0.49.0
a98c580

What's Changed

Type restrictions in SignaturePair construction

In previous releases, node software would accept a signature for an Ed25519 key even if it was set in the ECDSA_secp256k1 field of the signature oneof (and vice versa for an ECDSA key with an ed25519 signature). This is no longer supported; but note the restriction to matching key/signature types is a low-level detail that should affect few or no clients.

Full Changelog: v0.48.1...v0.49.0