neo-go/pkg
Evgenii Stratonikov a3dacd3b74 tests: replace t.Fatal with require where possible
This makes tests less verbose and unifies the style
they are written in.
2020-03-02 17:22:27 +03:00
..
compiler tests: replace t.Fatal with require where possible 2020-03-02 17:22:27 +03:00
consensus keys: rename Signature to GetScriptHash, make it return Uint160 2020-02-19 12:19:03 +03:00
core tests: replace t.Fatal with require where possible 2020-03-02 17:22:27 +03:00
crypto tests: replace t.Fatal with require where possible 2020-03-02 17:22:27 +03:00
encoding tests: replace t.Fatal with require where possible 2020-03-02 17:22:27 +03:00
internal internal: moved testutil method to internal package 2019-12-11 13:14:43 +03:00
interop compiler,interop: make AppCall accept varargs 2020-02-10 10:51:29 +03:00
io io: remove ReadLE/BE and WriteLE/BE 2019-12-13 11:38:28 +03:00
network tests: replace t.Fatal with require where possible 2020-03-02 17:22:27 +03:00
rpc rpc: rename (*Client).SendToAddress to TransferAsset 2020-02-28 14:16:39 +03:00
smartcontract tests: replace t.Fatal with require where possible 2020-03-02 17:22:27 +03:00
util util: fix a bug with not copying slice of len=1 in ArrayReverse 2020-02-06 12:15:35 +03:00
vm tests: replace t.Fatal with require where possible 2020-03-02 17:22:27 +03:00
wallet tests: replace t.Fatal with require where possible 2020-03-02 17:22:27 +03:00