Igor Mandrigin
|
69a20de5cc
|
Fix broken export file usage. (#680)
|
2020-06-20 21:07:39 +01:00 |
|
Alex Sharov
|
57777e7c60
|
Prepare codebase for future default DB change (#670)
* Add kv.tx.bucket.Clear() and db.ClearBuckets() methods
* Add kv.tx.bucket.Clear() and db.ClearBuckets() methods
* choose db based on file suffix
* implement db.id method
* implement db.id method
* use ethdb.NewDatabase method
* use ethb.MustOpen method
* cleanup
* support TEST_DB env flag
* create db path automatically needed
* bolt - don't change prefix on happy path
|
2020-06-16 14:36:16 +01:00 |
|
Evgeny Danilenko
|
41ee460a27
|
optimize codeBitmap (#626)
* optimize codeBitmap
* add lru
* remove custom lru
* jumpDests as explocit parameter
* lint
* lint
* linters
* default jumpDestsCache
* remove common.rand
|
2020-06-06 21:49:06 +01:00 |
|
Igor Mandrigin
|
0dae3ade0d
|
post-rebase fixups
|
2020-05-20 15:26:22 +03:00 |
|
Igor Mandrigin
|
7d9bcc1e01
|
Fix initial state of the ExportFileBlockProvider (#500)
* Fix initial state of the `ExportFileBlockProvider`
* fixup
|
2020-04-29 14:17:06 +03:00 |
|
Igor Mandrigin
|
a1facf39be
|
Fix broken --block in the stateless prototype.
|
2020-04-27 17:40:34 +03:00 |
|
Igor Mandrigin
|
33d18f376e
|
Fix hash mismatch at block 76328 (#467)
|
2020-04-18 16:12:51 +03:00 |
|
Igor Mandrigin
|
fb08514b9b
|
Use geth export generated files in the stateless prototype (#447)
|
2020-04-12 18:41:06 +03:00 |
|