Change Log
Documents changes and new releases of the Shield API
v1.0.0
Initial Shield Release
All transactions are prioritized as the same rate
v1.0.1
Validate transaction input value is equal to transaction output value (reject transaction if a network fee is detected)
Introduce RPC error code `-32006: Unspent Satoshis detected in this transaction`. Indicates the presence of a network fee
Introduce RPC error code `-32007: One or more inputs to this transaction was not found`. Occurs when a transaction spends a UTXO that does not exist or is not public.
Introduce RPC error code `-32008: Internal Error`.
Last updated