erigon-pulse/p2p/enode
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
..
idscheme_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
idscheme.go Discovery: refactor public key to node ID conversions. (#3634) 2022-03-03 21:58:31 +07:00
iter_integration_test.go Use go:build lines and remove obsolete +build lines (#4175) 2022-05-17 14:46:53 +07:00
iter_test.go p2p (#4119): treat slow integration tests (#4136) 2022-05-13 10:18:55 +07:00
iter.go hide file exists err (#2218) 2021-06-22 11:09:45 +01:00
localnode_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
localnode.go Clean up DEBUG category logs (#2776) 2021-10-05 08:14:04 +07:00
node_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
node.go rename (#1978) 2021-05-20 19:25:53 +01:00
nodedb_test.go Genesis sync from existing snapshots (#3087) 2021-12-05 09:03:08 +07:00
nodedb.go Create in-memory MDBX inside dirs.Tmp (#5702) 2022-10-11 16:49:38 +01:00
urlv4_test.go rename (#1978) 2021-05-20 19:25:53 +01:00
urlv4.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00