neo-go/pkg/rpc/server
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
..
testdata core: fix contract manifest unpacking in System.Contract.Create 2020-06-18 22:38:34 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go core: store smartcontract items by id 2020-06-19 20:48:45 +03:00
server_helper_test.go core: remove transaction priority 2020-06-18 22:44:10 +03:00
server_test.go native: fix getvalidators to match C# implementation 2020-06-24 10:21:24 +03:00
subscription.go rpc: restructure getapplicationlog response 2020-06-19 11:38:56 +03:00
subscription_test.go rpc: restructure getapplicationlog response 2020-06-19 11:38:56 +03:00