Tezos는 다중 서명 트랜잭션을 지원합니까?
2 대답
- 투표
-
- 2019-05-16
예,tezos 출시 이후 지원되었지만 계약은 처음에 공개적으로 광고되지 않았습니다.
이제 @arthurb가 구현을 게시했습니다.
에 대한 발표 인용 <인용구>지원됩니다. 배포 할 수 있습니다. https://github.com/murbard/smart- contracts/blob/master/multisig/michelson/multisig.tz *보다 사용자 친화적 인 CLI 지원이 제공 될 예정이지만 이미 이것을 사용하십시오. (*) 직관적 인 방식으로 구현되었으며 그 속성 (재생 없음,sigs 필요 등)은 공식적으로 확인 되었음에도 불구하고 라이센스를 읽으십시오. 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에 대한 추가 요금이 있습니까?