- Jul 04, 2021
-
-
Alex Sharov authored
* no reason to copy if we work with ethdb.Tx (user of ethdb.Tx expecting that all data valid until end of tx) * less objects
-
- Jul 03, 2021
-
-
Alex Sharov authored
-
- Jul 02, 2021
-
-
Alex Sharov authored
-
- Jul 01, 2021
-
-
ledgerwatch authored
* Pull grpc bindings into erigon-lib * Remove mdbx dist Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- Jun 30, 2021
-
-
Alex Sharov authored
-
- Jun 25, 2021
-
-
Alex Sharov authored
* handle chain flag in integration * handle chain flag in integration * handle chain flag in integration * save * save * merge devel * save * noopWriter - one is enough * chain spec parser * chain spec parser * embed * embed * embed * embed * embed * embed * embed * clean * clean * correct alloc after reset state * correct alloc after reset state * correct alloc after reset state * integration reset state now does re-apply genesis and chainConfig * eips summary * eips summary * eips summary
-
- Jun 22, 2021
-
-
Alex Sharov authored
-
- Jun 20, 2021
-
-
Artem Vorotnikov authored
* Remove unused tables, soft rename, take 3 * Bump db schema version * nil check in migration
-
Artem Vorotnikov authored
-
Artem Vorotnikov authored
-
- Jun 19, 2021
-
-
Alex Sharov authored
-
Artem Vorotnikov authored
-
Alex Sharov authored
-
Alex Sharov authored
To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195)
-
- Jun 18, 2021
-
-
Alex Sharov authored
-
- Jun 17, 2021
-
-
ledgerwatch authored
This reverts commit 1390b3c7.
-
- Jun 16, 2021
-
-
Artem Vorotnikov authored
-
Artem Vorotnikov authored
-
- Jun 15, 2021
-
-
BitBaseBit authored
* added temp file in crashreports because git is stupid and wont add empty folders * implemented ignoreUnder + EffectiveGas for legacy and dynamic txs * implemented changes to gas price oracle for 1559 * switched Cmp to Lt/Gt
-
- Jun 14, 2021
-
-
BitBaseBit authored
* added temp file in crashreports because git is stupid and wont add empty folders * added proper creating of crash report dir * changed crashreports dir to one directory up from datadir * implemented suggestions * switched back to 5d651381daf9d12cc663a7326b3b16d7bb4c1aa0 for tests/testdata
-
- Jun 13, 2021
-
-
BitBaseBit authored
Implemented panic handling, graceful shutdown and reporting for all goroutines that don't explicitly handle them. (#2153) * implemented crash reporting for all goroutine panics that aren't handled explicitly * implemented crash reporting for all goroutine panics that aren't handled explicitly * changed node defaults back to originals after testing * implemented panic handling for all goroutines that don't explicitly handle them, outputting the stack trace to a file in crashreports * handling panics on all goroutines gracefully * updated missing call * error assignment * implemented suggestions * path.Join added * implemented Evgeny's suggestions * changed path.Join to filepath.Join for cross-platform * added err check * updated RecoverStackTrace to LogPanic * updated closures * removed call of common.Go to some goroutines * updated scope capture * removed testing files * reverted back to original method, I feel like its less intrusive * update filename for clarity
-
- Jun 11, 2021
-
-
Evgeny Danilenko authored
* use trace for TEVM status * restore testdata * fix getting contract from plain state * unwind * linters * reproducible build debug * debug * debug * remove debug
-
- Jun 07, 2021
-
-
Alex Sharov authored
* sokol init * test * precompiles * precompiles * add code * sokol test * save * save * save * save * save * save
-
- Jun 05, 2021
-
-
Alex Sharov authored
* move to kv * move to kv * move to kv * move to kv * move to kv * move to kv * merge * merge * merge * merge * merge * merge * merge * merge
-
ledgerwatch authored
* Remove silkworm and reader builders * Switch tests * Stop from hanging * Update tests to 9.0.0 * Move tests back * Moving code around * Fix lint * More fixes * Intermediate * Fix compile * Fix compile errors * Compile errors * Fix lint * Comment out more printing * More simplifications * Compile fixes * Compile fix * More replacements * More fixes * More muddling through * lint * Exclude dao split test * Restore sidechains after unwind * Errors in senders stage, stopped in bodies stage * Fix compile * Fix compile * Fix tests * More fixes * More fixes * Code cleanup Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> Co-authored-by:
alex.sharov <AskAlexSharov@gmail.com>
-
- Jun 04, 2021
-
-
Alex Sharov authored
* eip 1559_tx_constraints * eip 1559_tx_constraints * return error on uint256 overflow * up uint256 version * merge master * fix master Co-authored-by:
ledgerwatch <akhounov@gmail.com>
-
Alex Sharov authored
* simplify receipts reading * test
-
ledgerwatch authored
* Migration to fix trace_filter * Fix to db/tx * Fix to db/tx * Error fixes * Bump KV version Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- May 31, 2021
-
-
Artem Vorotnikov authored
-
alex.sharov authored
-
alex.sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
- May 30, 2021
-
-
Andrea Lanfranchi authored
* More strict path enforcement for Mingw compilers * Update Readme about antiviruses * Update README.md incomplete links * Incomplete link
-
- May 27, 2021
-
-
Artem Vorotnikov authored
* Rename TEVM tables * use rename * fix Co-authored-by:
Evgeny Danienko <6655321@bk.ru>
-
Evgeny Danilenko authored
* convert contracts after block execution * check if has tevm code * after review-1 * handle ErrNotFound * typo * tests * tevm code bucket * testdata * execute pre-stage * after merge * test fix * test fix * fix test after merge * disable translation stage * after merge * rename params * rename to Erigon * parallelize EVM translation * fix * logging and fixes * fix * todos * cleanup * revert erigorn renaming * unwind * tevm unwind * fix AppData * non-parallel version * comments
-
- May 26, 2021
-
-
Alex Sharov authored
* mdbx db schema version up * Remove migration to simplify Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Evgeny Danilenko authored
* turbo-geth to erigon * tg, turbo to erigon
-
- May 25, 2021
-
-
Artem Vorotnikov authored
-
- May 22, 2021
-
-
Artem Vorotnikov authored
* Remove incremental staged sync * Do not write old block changesets in pruning storage mode * Remove pruning flag, put behaviour behind !StorageMode.History
-