neo-go/pkg
AnnaShaleva aefb6f9fee *: fix tests failing due to path.Join usage
Solution:
Use `file/filepath` package to construct expected path. This package is OS-aware, see https://github.com/golang/go/issues/30616.
2021-11-29 11:11:09 +03:00
..
compiler *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00
config rpc: implement findstates RPC handler 2021-10-13 11:41:05 +03:00
consensus rpc: refactor calculatenetworkfee handler 2021-10-25 19:07:25 +03:00
core *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00
crypto keys: reuse coordLen where appropriate 2021-08-26 17:30:04 +03:00
encoding util: move ArrayReverse into package of its own 2021-07-19 22:57:55 +03:00
interop compiler: remove custom logic for util builtins 2021-10-23 16:12:47 +03:00
io *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00
neotest neotest: extend Executor with DeployContractCheckFAULT 2021-11-18 12:28:04 +03:00
network network: fix data race in TestHandleMPTData, fix #2241 2021-11-15 12:37:01 +03:00
rpc rpc/server: use dynamic port for P2P service 2021-11-15 12:19:27 +03:00
services rpc: refactor calculatenetworkfee handler 2021-10-25 19:07:25 +03:00
smartcontract transaction: add new Rules witness scope 2021-11-12 15:29:28 +03:00
util util: reduce allocations in util.Uint256DecodeStringLE 2021-08-17 16:53:39 +03:00
vm *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00
wallet *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00