Skip to content

Do we need tx proofs? #5

@RCasatta

Description

@RCasatta

In https://github.com/mempoolco/drafts/blob/main/utxo-torrent/utxo-torrent.md#assumptions "we assume a set of related proofs for the UTXO is 4x."

Do we really need tx proofs?

There is no UTXO commitment, so we are trusting the UTXO provider anyway at this point I think the trust should be used also for tx existence.

Moreover, even with tx proofs a malicious UTXO provider may trick the client without producing pow (this is true also for electrum style wallet):

  • The server omits previously spent transaction -> client shows a greater than real balance
  • The server omits previously received transaction -> client shows a lower than real balance

Metadata

Metadata

Assignees

No one assigned

    Labels

    utxo-torrentUTXO Torrent Proposal Draft

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions