neo-go/pkg/core
Roman Khimov 9599fba24f core: fix removing old transfer data with RemoveUntraceableHeaders
Transfer data is timestamp-based, previously it always had and used headers,
no we can go via a small cache (we don't want it to grow or be stored forever).
Otherwise it's unable to do the job:

    2024-12-13T12:55:15.056+0300    ERROR   failed to find block header for transfer GC     {"time": "19.066µs", "error": "key not found"}

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2024-12-13 16:09:00 +03:00
..
block core: a bit better field explanations for header/transaction 2024-11-15 11:27:21 +03:00
chaindump chaindump: microoptimize memory management 2024-07-16 15:03:17 +03:00
dao core: fix removing old transfer data with RemoveUntraceableHeaders 2024-12-13 16:09:00 +03:00
fee *: improve for loop syntax 2024-08-30 21:45:18 +03:00
interop interop: slightly rephrase BuildHFSpecificMD logic 2024-11-25 14:45:26 +03:00
mempool *: fix some dupword warnings 2024-11-13 20:57:10 +03:00
mempoolevent *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
mpt mpt: refactor lcp to be possible to use range 2024-09-04 14:15:44 +03:00
native config: replace LatestHardfork() with HFLatestStable 2024-12-06 12:24:00 +03:00
state state: drop compatibility code for NEOBalance 2024-11-19 21:40:01 +03:00
stateroot core: fix restoring chain with StateRootInHeader = true 2024-11-22 13:33:50 +03:00
statesync *: improve for loop syntax 2024-08-30 21:45:18 +03:00
storage *: improve for loop syntax 2024-08-30 21:45:18 +03:00
test_data core: refactor helper test contracts generation 2022-03-30 11:46:29 +03:00
transaction core: a bit better field explanations for header/transaction 2024-11-15 11:27:21 +03:00
basic_chain_test.go *: extend basic testing chain documentation 2024-11-20 18:06:13 +03:00
bench_test.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00
blockchain.go core: fix removing old transfer data with RemoveUntraceableHeaders 2024-12-13 16:09:00 +03:00
blockchain_core_test.go core: fix removing old transfer data with RemoveUntraceableHeaders 2024-12-13 16:09:00 +03:00
blockchain_neotest_test.go config: declare and use the latest stable hardfork 2024-12-06 12:23:46 +03:00
doc.go *: apply go 1.19 formatter heuristics 2022-08-09 15:37:52 +03:00
headerhashes.go *: drop open-coded slice reversing 2024-08-24 22:41:48 +03:00
helper_test.go *: improve for loop syntax 2024-08-30 21:45:18 +03:00
interops.go core: add System.Runtime.CurrentSigners syscall 2023-11-20 14:46:27 +03:00
native_designate_test.go *: introduce Genesis protocol configuration 2023-10-19 18:30:20 +03:00
prometheus.go core: distinguish notarypool/mempool metrics 2023-04-13 18:40:19 +03:00
util.go *: drop open-coded slice reversing 2024-08-24 22:41:48 +03:00
util_test.go *: add GenesisTransaction extension to the protocol configuration 2023-10-19 18:33:50 +03:00