neo-go/pkg/rpc
Roman Khimov 2f8e7e4d33 native: fix getvalidators to match C# implementation
ValidatorsCount is not initialized at block 0 with C# node (the first voter
initializes it) and until that initialization happens the standby validators
list is being returned as is without sorting.

Fixes state mismatch for the key ffffffff0e00000000000000000000000000000001 in
the first blocks.

It also affects tests as now the first validator is different and it receives
the network fees.
2020-06-24 10:21:24 +03:00
..
client Merge pull request #1058 from nspcc-dev/neo3/smartcontract/policy 2020-06-24 09:37:29 +03:00
request core: fix contract manifest unpacking in System.Contract.Create 2020-06-18 22:38:34 +03:00
response rpc: marshal GasConsumed getapplicationlog as string 2020-06-19 11:38:56 +03:00
server native: fix getvalidators to match C# implementation 2020-06-24 10:21:24 +03:00
rpc_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00