neo-go/pkg
Roman Khimov 7eef895061 consensus: use GetNextBlockValidators where appropriate
GetValidators without parameter is called upon DBFT initialization and it
should receive validators for the next block (that will create it),
parameterized GetValidators is used for NextConsensus calculation where we
need a list for the current state of the chain.
2020-07-11 19:54:50 +03:00
..
compiler compiler: allow to append multiple elements 2020-07-09 13:59:43 +03:00
config config: allow to specify config path directly 2020-07-03 11:47:56 +03:00
consensus consensus: use GetNextBlockValidators where appropriate 2020-07-11 19:54:50 +03:00
core consensus: use GetNextBlockValidators where appropriate 2020-07-11 19:54:50 +03:00
crypto Merge pull request #1115 from nspcc-dev/fix/convert 2020-07-10 19:27:36 +03:00
encoding *: change address to the new format 2020-06-17 15:58:21 +03:00
internal block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
interop interop/runtime: synchronize trigger values with smartcontract/trigger 2020-07-07 20:25:52 +03:00
io io: make maxArraySize public 2020-06-27 12:18:56 +03:00
network consensus: use GetNextBlockValidators where appropriate 2020-07-11 19:54:50 +03:00
rpc core: use big.Int to store NEP5 balances 2020-07-09 13:26:39 +03:00
smartcontract Merge pull request #1108 from nspcc-dev/neo3/compiler/nef 2020-06-29 20:55:47 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm: drop checkedhash, it's an unused NeoVM 2 remnant 2020-07-09 15:05:14 +03:00
wallet wallet: marshal script in base64 2020-07-02 11:43:53 +03:00