• @uis@lemm.ee
    link
    fedilink
    154 months ago

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

    • @OneCardboardBox@lemmy.sdf.org
      link
      fedilink
      English
      134 months ago

      Reverts work because users have equal write access to all the data. You can mess things up in the codebase, and even if you die of a heart attack 10m later, my revert is just as valid as your commit.

      It’s not really the same when every user has “sovereignty” over their address in the ledger. A bad actor has to consent to pushing a revert transaction onto the chain, or they have to consent to using a blockchain system where 3rd-party reversion is possible (which exists on some systems, but also defeats the concept of true sovereignty over your address).

      • BoscoBear
        link
        fedilink
        24 months ago

        Yes. Clawback might be executed by having some entity or system of trust that is able to reverse a transaction by creating and posting the opposite of the faulty transaction. This is not built in to the current BTC.

        • @nothead@lemmy.world
          link
          fedilink
          44 months ago

          Its a good concept, but it violates other concepts of the blockchain and would mean implementing a central authority with the power to force a transaction. Try telling a cryptobro to use a coin with a central bank and imagine the reaction you’d get.

          At least with the way the regular banking system is set up, you can get a court order to enforce a correction without needing the consent of all parties, which is useful for fraud, theft, and even probate cases when one party is deceased and can no longer consent to a transaction. There are enough problems with our system to write an entire library of books ON TOP OF the library that already exists, but this feature is one of the few benefits.

          • BoscoBear
            link
            fedilink
            14 months ago

            It could be done on a blockchain. It doesn’t require a central authority.

            It could be escrow-based. It could use majority rule or even Monte Carlo methods.