This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
Horizon v0.8.0
Added
- account signer resources now contain a type specifying the type of the signer:
ed25519_public_key
,sha256_hash
, andpreauth_tx
are the present values used for the respective signer types.
Changed
- The
public_key
field on signer effects and an account's signer summary has been renamed tokey
to reflect that new signer types are not necessarily specifying a public key anymore.
Deprecated
- The
public_key
field on account signers and signer effects are deprecated