¿Tezos admite transacciones de múltiples firmas?
2 respuestas
- votos
-
- 2019-05-16
Sí,ha sido respaldado desdeel lanzamiento detezos,sinembargo,el contratono se anunciópúblicamente alprincipio.
Ahora @arthurb hapublicado unaimplementación.
Citando su anuncioen reddit
Es compatible. Puedesimplementar https://github.com/murbard/smart- contratos/blob/master/multisig/michelson/multisig.tz porejemplo. * Se acerca una compatibilidad con CLImásfácil de usar,peropuede ya utilizoesto. (*) Seimplementa deforma sencilla,y suspropiedades (sin repetición,necesidad defirmas,etc.) han sidoformalmente Verificado,sinembargo,lea la licencia. https://github.com/murbard/smart-contracts/blob/master/LICENCIA
Yes it has been supported since the launch of tezos however the contract was not publicly advertised in the beginning.
Now @arthurb has published an implementation.
Quoting his announcement on reddit
It is supported. You can deploy https://github.com/murbard/smart-contracts/blob/master/multisig/michelson/multisig.tz for instance.* More user friendly CLI support is coming but you can already use this. (*) It's implemented in a straightforward way, and its properties (no replay, need the sigs etc) have been formally verifed, nevertheless please read the license https://github.com/murbard/smart-contracts/blob/master/LICENSE
-
- 2019-07-05
El cliente de línea de comandos de Tezospresenta algunos comandosparainteractuar conel contratointeligentemultisig de Michelson.
Estos comandos seenumeranen la sección denominada "Comandospara administrar un contratointeligentemultifirma" delmanual del cliente ( https://tezos.gitlab.io/master/api/cli-commands.html ).
Se requieremásgas quepara unatransacción directa,la cantidadexacta degas adicional depende delnúmero defirmantes.
The Tezos command-line client features a few commands for interacting with the Michelson multisig smart contract.
These commands are listed in the section named "Commands for managing a multisig smart contract" of the client manual (https://tezos.gitlab.io/master/api/cli-commands.html).
More gas is required than for a direct transaction, the precise amount of extra gas depends on the number of signers.
Sies así,¿dóndeestá la documentación? ¿Existe algunatarifa adicionalporeltxmultisig?