- 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>
-
Mark Tyneway authored
-
- Jun 30, 2021
-
-
Alex Sharov authored
-
- Jun 29, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
This reverts commit e9ae6d68.
-
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 23, 2021
-
-
Evgeny Danilenko authored
* rewrite everything * remove stacked defers * debug * fix panic on nil tx * use db.View * panic * block based progress * errors * - assume that batches are big enough to not worry about saving carefully logTime - use only 1 digit as progress indicator - log only if processing > 16 blocks * - update metric when printing logs * remove excluded Co-authored-by:
alex.sharov <AskAlexSharov@gmail.com>
-
- Jun 22, 2021
-
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
* add table size logs and metrics * log stale readers * - don't collect db metrics in background - do check stale readers once an hour * execution to update metrics when print logs * hide file exists err * hide file exists err
-
- Jun 20, 2021
-
-
Artem Vorotnikov 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)
-
Alex Sharov authored
-
- Jun 18, 2021
-
-
mempirate authored
* net_peerCount for remote sentries * cleanup * Simplify NetPeerCount using SentryClient * Refactor id -> count
-
- Jun 17, 2021
-
-
mempirate authored
* Implement API and protobuf * Squashed 'interfaces/' content from commit cd3eca28e git-subtree-dir: interfaces git-subtree-split: cd3eca28e50367af9de52fca863b1d7528bff774 * Implement net_peerCount RPC call * Squashed 'interfaces/' content from commit cd3eca28e git-subtree-dir: interfaces git-subtree-split: cd3eca28e50367af9de52fca863b1d7528bff774 * Fixing merge conflicts * Remove p2p.Server from Ethereum backend * Fix peerCount calculation for internal sentries * Bump eth backend API version * Update rpcdaemon README * Document version change
-
- Jun 16, 2021
-
-
Alex Sharov authored
* - add context for goroutines shutdown - use 1 select for all channels to avoid deadlock * - add context for goroutines shutdown - use 1 select for all channels to avoid deadlock - integration: senders to use right chainconfig
-
Artem Vorotnikov authored
-
Alex Sharov authored
-
Alex Sharov authored
* fix concurrent map writes crush * fix concurrent map writes crush
-
- 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
-
Artem Vorotnikov authored
* Always enable eth65 * Add ListenAddr65 to defaults
-
Alex Sharov authored
* empty engine * start sync from peer right after handshake if it's TD is higher * fixCanonicalChain to print logs * clean * >
-
- Jun 14, 2021
-
-
Artem Vorotnikov authored
* simplify randomaccount * simplify execution unwind * Remove standalone account accessors
-
ledgerwatch authored
* Insert missing TD values * Print missing TD records * Fix typo * Apply fix * Fixes in execution stage * Fix tx/sec output * Advance exec * Reset unwind Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
- Jun 13, 2021
-
-
ledgerwatch authored
* Not to remove TD records on failed blocks * Commit tx when stopped * Not to mess up stageloop commits * Stop * Fix header unwinds Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
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 12, 2021
-
-
ledgerwatch authored
-
- Jun 11, 2021
-
-
ledgerwatch authored
-
Alex Sharov authored
-
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
-
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 10, 2021
-
-
Andrew Ashikhmin authored
* Test trie_storage layout as well * FromHex instead of Hex2Bytes * TestAccountTrieAroundExtensionNode * Expand TestAccountTrieAroundExtensionNode
-
Alex Sharov authored
-
- Jun 08, 2021
-
-
ledgerwatch authored
Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Alex Sharov authored
-