- Sep 27, 2021
-
-
e-danko authored
-
- Sep 18, 2021
-
-
Alex Sharov authored
-
- Sep 12, 2021
-
-
ledgerwatch authored
* Move ETL to erigon-lib * Update link in the readme * go mod tidy * Use common/chan.go from erigon-lib * Clean up * Fix lint * Fix test * Fix compilation Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- Sep 08, 2021
-
-
Alex Sharov authored
-
- Jul 29, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
-
- Jul 28, 2021
-
-
Alex Sharov authored
-
- Jul 24, 2021
-
-
Alex Sharov authored
-
- Jul 21, 2021
-
-
Alex Sharov authored
-
- Jul 20, 2021
-
-
Alex Sharov authored
-
- Jul 12, 2021
-
-
Alex Sharov authored
* remove ctx from state writer interface * call me baby * save * save * can process block 1 * can process block 1 * can process block 1 * can process block 1 * save * save * parse logs logic * cleans * cleans * cleans
-
- Jul 08, 2021
-
-
Alex Sharov authored
-
- Jul 02, 2021
-
-
Alex Sharov authored
-
- Jun 30, 2021
-
-
Alex Sharov authored
-
- Jun 26, 2021
-
-
ledgerwatch authored
Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- 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 19, 2021
-
-
Alex Sharov authored
To break dependency to db implementation - move all db classes to "ethdb/kv" and leave in "ethdb" only interfaces (#2195)
-
- Jun 16, 2021
-
-
Artem Vorotnikov authored
-
- Jun 15, 2021
-
-
Alex Sharov authored
* empty engine * start sync from peer right after handshake if it's TD is higher * fixCanonicalChain to print logs * clean * >
-
- 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
-
ledgerwatch authored
* Upgrade tests to 9.0.1 * Fix gas limit rule * Clean up output * Update testdata * Fix tip assigment * Fix genesis discrepancy * Skip typeTwo berlin test Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- Jun 08, 2021
-
-
ledgerwatch authored
Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- Jun 07, 2021
-
-
Alex Sharov authored
* save * save * save * save
-
- Jun 06, 2021
-
-
ledgerwatch authored
* Move tests 6 * Compile fixes * Fix lint * Compile fixes * Fix compile * compile fixes * Compile fix * Fix consesus/clique * Cleanup * Add gas limit * Print * Prints * More print * Fix * Reinstate TestGetBlockReceipts66 Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- 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
-
- 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>
-
- May 26, 2021
-
-
Evgeny Danilenko authored
* turbo-geth to erigon * tg, turbo to erigon
-
- May 23, 2021
-
-
ledgerwatch authored
* Improvements in the mock sentry tests * GenerateChain to return chainpack * Fix consensus * Fix core * Fix core/state * Fix eth * Fix eth/download * Fix eth/fetcher * Fix eth/filters * Fix eth/gasprice * Fix eth/protocols/eth * Fix tests * Fix turbo/stages Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Alex Sharov authored
-
- May 21, 2021
-
-
ledgerwatch authored
-
- May 20, 2021
-
-
Alex Sharov authored
* rename * rename "make grpc" * rename "abi bindings templates" * rename "abi bindings templates"
-
Alex Sharov authored
-
- May 19, 2021
-
-
Alex Sharov authored
-
- May 18, 2021
-
-
Alex Sharov authored
-
- May 12, 2021
-
-
Alex Sharov authored
* validate body * validate body * save * save * body deliveries messages handling into staged sync * body deliveries messages handling into staged sync * body deliveries messages handling into staged sync * body deliveries messages handling into staged sync * body deliveries messages handling into staged sync * penalize right after verifyUncles and stop, don't batch * penalize right after verifyUncles and stop, don't batch * penalize right after verifyUncles and stop, don't batch * penalize right after verifyUncles and stop, don't batch * penalize right after verifyUncles and stop, don't batch * penalize right after verifyUncles and stop, don't batch * penalize right after verifyUncles and stop, don't batch * penalize right after verifyUncles and stop, don't batch * penalize right after verifyUncles and stop, don't batch
-
- May 11, 2021
-
-
ledgerwatch authored
* Baikal testnet configuration * Fixes * Change AsMessage signature * Fixes in t8ntool * More updates * Fix misspelling * Skip eip1559 transition test * More bootnodes Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- May 08, 2021
-
-
b00ris authored
* save state * snapshot update works * save state * snapshot migrator * tx test * save state * migrations stages refactor * refactor snapshot migrator * compilation fixed * integrate snapshot migrator * goerli sync headers * debug async snapshotter on goerly * move verify headers, remove experiments, fix remove old snapshot * save state * refactor snapshotsync injection * fix deadlock * replace snapshot generation stage logic to migrate method * change done for body snapshot * clean * clean&&change deleted value * clean * fix hash len * fix hash len * remove one of wrap methods, add remove snapshots on start * add err check * fix shadowing * stages unwind order debug * matryoshka experiments * steam test * fix build * fix test * fix lint * fix test * fix test datarace * add get test * return timeout * fix mdbx overlap * fix after merge * change epoch size * clean todo * fix * return testdata * added return from sndownloader gorutine * fix review comments * Fix * More info Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- May 07, 2021
-
-
Artem Vorotnikov authored
-
- May 04, 2021
-
-
ledgerwatch authored
Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-