MerosCrypto / Meros

An instant and feeless cryptocurrency for the future, secured by the Merit Caching Consensus Mechanism.
https://meroscrypto.io
Other
83 stars 19 forks source link

Beaten Transactions inputs, which may be unspent if the beaten spender loses, will no longer appear in any getUTXOs call. #300

Open kayabaNerve opened 3 years ago

kayabaNerve commented 3 years ago

First detailed in https://github.com/MerosCrypto/Meros/issues/292.

The reason for this is unless the spender is pruned, which it won't be as long as it has a single Verification on chain, getUTXOs will detect its existence and say "has spender; spent". We need to track beaten transactions and add this exemption in response.