neo-go/pkg/core/dao
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
..
dao.go core: fix removing old transfer data with RemoveUntraceableHeaders 2024-12-13 16:09:00 +03:00
dao_test.go core: fix removing old transfer data with RemoveUntraceableHeaders 2024-12-13 16:09:00 +03:00