Tezosはマルチシグニチャトランザクションをサポートしていますか?
2 回答
- 投票
-
- 2019-05-16
はい、tezosの発売以来サポートされていますが、契約は当初は公に宣伝されていませんでした.
@arthurbが実装を公開しました.
での彼の発表の引用サポートされています.デプロイできます https://github.com/murbard/smart-契約/blob/master/multisig/michelson/multisig.tz たとえば.*よりユーザーフレンドリーなCLIサポートが登場しますが、 すでにこれを使用しています. (*)簡単な方法で実装され、 そのプロパティ(リプレイなし、シグニチャが必要など)は正式に 確認済みですが、ライセンスをお読みください https://github.com/murbard/smart-contracts/blob/master/ライセンス
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
Tezosコマンドラインクライアントは、Michelsonマルチシグスマートコントラクトと対話するためのいくつかのコマンドを備えています.
これらのコマンドは、クライアントマニュアル( https://tezos.gitlab.io/master/api/cli-commands.html ).
直接取引よりも多くのガスが必要です.追加のガスの正確な量は、署名者の数によって異なります.
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.
ある場合、ドキュメントはどこにありますか? multisigtxに追加料金はかかりますか?