TLDR: In my opinion, we need rules for recognizing transactions as invalid. And the remaining transactions just sorted, so it was beautiful. :)
I see several cases that are not described in the WP.
In chapter 8 the order of mergers is described.
2. If the transaction is negative (spending money) and its ID is lower
than the maximum ID in the ledger, it gets ignored as a fraudulent
one (“double spending”);
This is not blockchain. This is not problem. There may be situations where transaction 5 enters the network earlier than transaction 4. I do not see this problem if there is enough money in the wallet. This can happen if the client is decentralized. The identifier does not make sense at all...
If the value has only the overall balance of the wallet - then we generally can sort everything in time. Although this is not accurate. :)
TLDR: In my opinion, we need rules for recognizing transactions as invalid. And the remaining transactions just sorted, so it was beautiful. :)
I see several cases that are not described in the WP.
In chapter 8 the order of mergers is described.
This is not blockchain. This is not problem. There may be situations where transaction 5 enters the network earlier than transaction 4. I do not see this problem if there is enough money in the wallet. This can happen if the client is decentralized. The identifier does not make sense at all...
If the value has only the overall balance of the wallet - then we generally can sort everything in time. Although this is not accurate. :)