erigon-pulse/core/rawdb
Alex Sharov 77a4b3305d
rawdb to return errors: part 1 (#1286)
* ReadBlockByNumber and ReadChainConfig return error

* Let's make rawdb package to return error. But by small steps.
High-level methods need to move first:

ReadBlockByNumber
ReadChainConfig
ReadBlockByHash
ReadHeaderByHash
WriteChainConfig
WriteDatabaseVersion
WriteBlock
DeleteTd
WriteTd
ReadTd
2020-10-24 07:57:09 +01:00
..
accessors_account.go add support of blocks compression to txpool stage (#925) 2020-08-17 10:17:40 +07:00
accessors_chain_test.go rawdb to return errors: part 1 (#1286) 2020-10-24 07:57:09 +01:00
accessors_chain.go rawdb to return errors: part 1 (#1286) 2020-10-24 07:57:09 +01:00
accessors_indexes_test.go rawdb to return errors: part 1 (#1286) 2020-10-24 07:57:09 +01:00
accessors_indexes.go rawdb.ReadCanonicalHash to return err (#1204) 2020-10-10 07:05:56 +01:00
accessors_metadata.go rawdb to return errors: part 1 (#1286) 2020-10-24 07:57:09 +01:00
interfaces.go change bucket type to string (#894) 2020-08-11 06:55:32 +07:00