erigon-pulse/turbo/engineapi
Andrew Ashikhmin 7286a0fef7
Create in-memory MDBX inside dirs.Tmp (#5702)
Previously "in-memory" MDBX instances for fork validation and mining
were created inside `os.TempDir()`. We should create them inside
Erigon's datadir so that the file permissions and the disk are the same
as for the main database.

Prerequisite: https://github.com/ledgerwatch/erigon-lib/pull/676.
2022-10-11 16:49:38 +01:00
..
fork_validator.go Create in-memory MDBX inside dirs.Tmp (#5702) 2022-10-11 16:49:38 +01:00
request_list.go Update consensus tests to v11 (#4724) 2022-07-26 09:35:38 +02:00