Tezos supporta le transazioni con più firme?
2 risposta
- voti
-
- 2019-05-16
Sì,è stato supportato sin dal lancio ditezos,tuttavia all'inizioil contrattonon è statopubblicamentepubblicizzato.
Ora @arthurb hapubblicato un'implementazione.
Citandoil suo annuncio su reddit
È supportato. Puoi distribuire https://github.com/murbard/smart- contratti/blob/master/multisig/michelson/multisig.tz peresempio. * Èin arrivo un supporto CLIpiùintuitivo,mapuoifarlo lo usigià. (*) Èimplementatoin modo semplicee le sueproprietà (nessun replay,bisogno dei sigsecc.) sono stateformalmente verificato,tuttavia leggere la licenza https://github.com/murbard/smart-contracts/blob/master/LICENZA
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
Il client della riga di comando Tezos dispone di alcuni comandiperinteragire con lo smart contract Michelsonmultisig.
Questi comandi sonoelencatinella sezione denominata "Comandiper lagestione di uno smart contractmultisig" delmanuale del client ( https://tezos.gitlab.io/master/api/cli-commands.html ).
Ènecessariapiùbenzina rispetto a unatransazione diretta,la quantitàprecisa digasextra dipende dalnumero difirmatari.
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.
In caso affermativo,dov'è la documentazione? Ci sono costi aggiuntivipermultisigtx?