neo-go/pkg
Roman Khimov 462022bbdd consensus: remove OnNewBlock(), use Blockchain subscription
Get new blocks directly from the Blockchain. It may lead to some duplications
(as we'll also receive our own blocks), but at the same time it's more
correct, because technically we can also get blocks via other means besides
network server like RPC (submitblock call). And it simplifies network server
at the same time.
2020-05-25 00:27:39 +03:00
..
compiler vm: make PUSH0 emit Integer 2020-05-22 14:16:32 +03:00
config transaction: drop Enrollment and State types 2020-04-27 16:06:58 +03:00
consensus consensus: remove OnNewBlock(), use Blockchain subscription 2020-05-25 00:27:39 +03:00
core core: add Blockchain event subscription mechanism 2020-05-25 00:27:39 +03:00
crypto vm: move RET and SYSCALL opcodes 2020-05-07 13:23:05 +03:00
encoding *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
internal vm: move RET and SYSCALL opcodes 2020-05-07 13:23:05 +03:00
interop vm: remove crypto-related opcodes 2020-04-29 19:16:38 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network consensus: remove OnNewBlock(), use Blockchain subscription 2020-05-25 00:27:39 +03:00
rpc core: add witness check to nep5 transfer method 2020-05-20 23:34:27 +03:00
smartcontract core: add SystemFee and NetworkFee to transaction 2020-05-20 23:26:48 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm/tests: restore NEO3 JSON tests 2020-05-22 14:17:15 +03:00
wallet wallet: check for t.GetSignedPart() result correctness 2020-05-24 23:53:38 +03:00