neo-go/pkg
Roman Khimov c8a248596e core: introduce ValidatorsCount, make a proper count
We were completely lacking ValidatorsCount that is supposed to track the
number of votes with particular count of consensus nodes which in theory can
change the number of active consensus nodes (if it ever to exceed the number
of standby validators), so we were not producing the right count and based on
that not giving the right set of validators.

Fixes #512.
2020-02-13 13:07:34 +03:00
..
compiler compiler: reverse args in AppCall 2020-02-10 10:53:58 +03:00
consensus consensus: log more like neo-cli, update dbft 2020-02-11 18:02:13 +03:00
core core: introduce ValidatorsCount, make a proper count 2020-02-13 13:07:34 +03:00
crypto keys: add Cmp method to PublicKey 2020-02-12 21:27:40 +03:00
encoding address: rename functions as per #579 comments 2019-12-25 17:34:18 +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 network: fix networking stalls caused by stale peers 2020-02-10 18:47:52 +03:00
rpc emit: use io.BinWriter instead of bytes.Buffer 2020-02-06 18:45:37 +03:00
smartcontract emit: use io.BinWriter instead of bytes.Buffer 2020-02-06 18:45:37 +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 Merge pull request #548 from nspcc-dev/feature/multisig 2020-02-08 16:10:34 +03:00
wallet wallet: add GetAccount() method to Wallet 2020-01-17 17:25:51 +03:00