Skip to content

The order of sorting transactions is not defined. #19

@DronMDF

Description

@DronMDF

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. :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions