neoneo-go/pkg
Roman Khimov bf84e1f2fb core: cache top block
Turns out, our dApps use it a lot and we were going to the DB to get it which
is a useless waste of time. Technically we could also remove blockHeight here,
but not doing it at the moment as it's more involved.

It eliminates this time waste from the pprof graph, but doesn't change 1.4M ->
1.5M 100K mainnet block import test case in any noticeable way.
2019-12-23 19:18:12 +03:00
..
compiler compiler: move tests from vm/tests 2019-12-23 17:05:34 +03:00
consensus consensus: fix payload sign test 2019-12-13 12:09:51 +03:00
core core: cache top block 2019-12-23 19:18:12 +03:00
crypto io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
internal internal: moved testutil method to internal package 2019-12-11 13:14:43 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: remove ReadLE/BE and WriteLE/BE 2019-12-13 11:38:28 +03:00
network *: goimports 2019-12-17 14:51:28 +03:00
rpc *: goimports 2019-12-17 14:51:28 +03:00
smartcontract io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
util io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
vm vm: optimize script loading a bit 2019-12-23 18:02:39 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00