- Jul 03, 2021
-
-
Alex Sharov authored
-
- Jun 22, 2021
-
-
Alex Sharov authored
-
- Jun 19, 2021
-
-
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 16, 2021
-
-
Artem Vorotnikov authored
-
- Jun 15, 2021
-
-
Artem Vorotnikov authored
* Always enable eth65 * Add ListenAddr65 to defaults
-
- 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
-
-
Marin Ivanov authored
* Add ws.compression flag to rpcdaemon * Fix WebSocketHandler in tests
-
Alex Sharov authored
* extract p2p config out of sentry * extract p2p config out of sentry * extract p2p config out of sentry * rebase devel * rebase devel * add bootnodes to sentry * add bootnodes to sentry
-
- Jun 04, 2021
-
-
Alex Sharov authored
* add db label - later will add txpool db * move commit marker to kv_mdbx behind Chain label * Update migrations.go * clean Co-authored-by:
ledgerwatch <akhounov@gmail.com>
-
- May 31, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
-
- May 28, 2021
-
-
ledgerwatch authored
* Drop download.v2 flag * Lint * Skip tests * Skip test Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- May 26, 2021
-
-
Evgeny Danilenko authored
* turbo-geth to erigon * tg, turbo to erigon
-
- May 22, 2021
-
-
ledgerwatch authored
* Split DBSchema version depending on the database type * Fix test * Fix test * Fix lint * Update migrations.go * Update bucket.go Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- May 20, 2021
-
-
Alex Sharov authored
* rename * rename "make grpc" * rename "abi bindings templates" * rename "abi bindings templates"
-
Alex Sharov authored
-
- May 18, 2021
-
-
ledgerwatch authored
Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Alex Sharov authored
-
- 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>
-
- Apr 30, 2021
-
-
Alex Sharov authored
* add --sentry.api.addr * add --sentry.api.addr * add --sentry.api.addr * add --sentry.api.addr * add --sentry.api.addr * add --sentry.api.addr * add --sentry.api.addr * add --sentry.api.addr * add --sentry.api.addr * add --sentry.api.addr
-
- Apr 27, 2021
-
-
Alex Sharov authored
* --database.verbosity flag * --database.verbosity flag
-
- Apr 26, 2021
-
-
Alex Sharov authored
* fininish to remove chain context * clean * move migrations folder from <datadir>/etl-tmp/migrations to <datadir>/migrations
-
- Apr 19, 2021
-
-
Evgeny Danilenko authored
* debug * debug * it works * rename clique bucket * remove genesis special case * copy snapshot * remove debug * migration * debug * regenerate snapshots * simplify * regeneration * after merge * tests Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Alex Sharov authored
-
- Apr 09, 2021
-
-
Alex Sharov authored
* clean * clean
-
- Apr 03, 2021
-
-
Artem Vorotnikov authored
-
- Mar 29, 2021
-
-
Artem Vorotnikov authored
-
- Mar 26, 2021
-
-
Artem Vorotnikov authored
-
Artem Vorotnikov authored
* Remove graphql, legacy options * Remove CODEOWNERS * Remove EWASM and custom EVM interpreter
-
- Mar 23, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
RPCDaemon: increase throughput by allowing more parallel grpc streams and not lockthread for read tx (#1580)
-
- Mar 19, 2021
-
-
Alex Sharov authored
-
- Mar 18, 2021
-
-
Igor Mandrigin authored
-
- Mar 15, 2021
-
-
Alexey Sharp authored
-
Alexey Sharp authored
-
- Mar 10, 2021
-
-
Marius van der Wijden authored
This PR prevents users from submitting transactions without EIP-155 enabled. This behaviour can be overridden by specifying the flag --rpc.allow-unprotected-txs=true. # Conflicts: # cmd/geth/main.go # eth/backend.go # les/api_backend.go # les/client.go # node/config.go
-
Martin Holst Swende authored
-