neo-go/pkg/neotest
Anna Shaleva 6b105e6d10 neotest: use validators account instead of committee to pay the bills
GAS and NEO tokens are sent to validators account (not the committee's
one). For single-node chain they are the same, but for four-nodes chain
they are different. Thus, use validators multisig address to create new
accounts and to deploy contracts.

Also, allow to provide desired account balance while creating new
account.
2022-01-13 19:12:20 +03:00
..
chain neotest: improve neotest API 2022-01-13 19:12:20 +03:00
account.go neotest: export nonce() method 2021-11-11 20:00:40 +03:00
basic.go neotest: use validators account instead of committee to pay the bills 2022-01-13 19:12:20 +03:00
client.go neotest: use validators account instead of committee to pay the bills 2022-01-13 19:12:20 +03:00
compile.go compiler: use CALLT for native contract calls, fix #2257 2021-12-10 11:58:50 +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