• RegalPotoo@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 months ago

    Absolute immutability is kind of a terrible property for a financial system though, cos it completely ignores the fact that mistakes and fraud happen and you need a way to forcefully recover funds other than “lol sucks to be you I guess”.

    The one actually genuinely useful application for this kind of technology that anyone has come up with is Certificate Transparency, but crypto people don’t get excited about it cos it’s not possible to make money from it.

    • uis@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      6 months ago

      You can revert transactions with immutable storage. For example git can do revert-commits.

    • anivia@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      6 months ago

      You can implement clawback while still having an immutable blockchain. The transaction will always stay on the blockchain, but the funds can be recovered

      • Pika@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        this is how it should be anyway, you do not want any ledger or database to be mutable because it allows for integrity violations and will cause you to lose the ability to trust it. Even non-blockchain styles follow that principle.