You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the go lmdb binding we're using (https://github.com/bmatsuo/lmdb-go) is unmaintained, and it hasn't been updated to latest lmdb versions. We need to create a fork and update lmdb from 0.9.19 to 0.9.27.
Unfortunately the go lmdb binding we're using (https://github.com/bmatsuo/lmdb-go) is unmaintained, and it hasn't been updated to latest lmdb versions. We need to create a fork and update lmdb from 0.9.19 to 0.9.27.
See changelog here: https://github.com/LMDB/lmdb/blob/mdb.RE/0.9/libraries/liblmdb/CHANGES.
It's also possible that we need to apply some freelist fixes, as found by the turbogeth team: https://github.com/ledgerwatch/turbo-geth/blob/master/ethdb/kv_lmdb.go#L31.
Blocks #4992.
The text was updated successfully, but these errors were encountered: