neoneo-go/pkg/neotest
Evgeniy Stratonikov 37ecf51d13 neotest: allow to extract simple signers from multi-signer
There is a quirk related to ordering: we store accounts in such an order that
is expected by multi-signature verification script. This was done to
speed up transaction/block signing which is done quite frequently in
tests. This commit allows to provide accounts in any order and to
extract a single signer from multi-signer based on this order.

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2021-12-09 21:59:02 +03:00
..
chain neotest: allow to use 6-node committee 2021-11-11 11:15:15 +03:00
account.go neotest: export nonce() method 2021-11-11 20:00:40 +03:00
basic.go neotest: extend Executor with DeployContractCheckFAULT 2021-11-18 12:28:04 +03:00
client.go neotest: support painless multi-signing 2021-11-11 11:15:15 +03:00
compile.go neotest: add contract testing framework 2021-11-11 11:15:14 +03:00
signer.go neotest: allow to extract simple signers from multi-signer 2021-12-09 21:59:02 +03:00
signer_test.go neotest: allow to extract simple signers from multi-signer 2021-12-09 21:59:02 +03:00