erigon-pulse/node
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
..
nodecfg Create in-memory MDBX inside dirs.Tmp (#5702) 2022-10-11 16:49:38 +01:00
doc.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
endpoints.go Refactoring To Increase Code Quality (#4842) 2022-08-04 20:23:00 +07:00
errors.go Refactoring To Increase Code Quality (#4842) 2022-08-04 20:23:00 +07:00
lifecycle.go node: refactor package node (#21105) 2020-08-14 16:33:59 +02:00
node_example_test.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
node_test.go Debugging Engine API (#4488) 2022-06-19 13:40:28 +01:00
node.go e3: prune limited amount before commit #675 (#5693) 2022-10-11 11:25:13 +07:00
rpcstack_test.go Use strings.EqualFold for string comparison (#5227) 2022-08-30 14:37:14 +07:00
rpcstack.go Fixed lint errors for gosec linter (#4933) 2022-08-04 14:59:40 +01:00
utils_test.go Debugging Engine API (#4488) 2022-06-19 13:40:28 +01:00