- 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
-
Igor Mandrigin authored
-
ledgerwatch authored
-
ledgerwatch authored
This reverts commit 1390b3c7.
-
ledgerwatch authored
This reverts commit 470a9918. Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
alex.sharov authored
This reverts commit 470a9918.
-
alex.sharov authored
-
- Jun 16, 2021
-
-
ledgerwatch authored
* Experiment with tests * Increase test concurrency to 8 * Lower concurrency * Concurrency back to 2 Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
ledgerwatch authored
* Initial investigations * Add compatibility option, cleanup * More cleanup * Better error handling for streaming RPC requests Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
ledgerwatch authored
-
ledgerwatch authored
* Fix for peer not found messages * Print proto on disconnects too Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Artem Vorotnikov authored
-
Artem Vorotnikov authored
-
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
-
BitBaseBit authored
-
Artem Vorotnikov authored
-
Alex Sharov 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 * >
-
Artem Vorotnikov authored
-
Alex Sharov authored
-
- 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>
-
Andrea Lanfranchi authored
Build ALL erigon's executables Copy mdbx tools to erigon's bin directory
-
Alex Sharov authored
-
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
-
ledgerwatch authored
* Util to dump state * Extract bodies info * Fix for extractBodies * Fix typo Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.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>
-
mempirate authored
* add --maxpeers cli options (#2150) * cleanup
-
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 12, 2021
-
-
ledgerwatch authored
-
- Jun 11, 2021
-
-
Evgeny Danilenko authored
* fix * restore testdata
-
Alex Sharov authored
-
Alex Sharov authored
* save * save * save
-
ledgerwatch authored
* Better compatibility for trace_call * Also for trace_callMany * non canonical hash error Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Marin Ivanov authored
* Add ws.compression flag to rpcdaemon * Fix WebSocketHandler in tests
-