Conversation
* fix EVM test deadlock * set stateRoot even in case of an error
* use trace for TEVM status * restore testdata * fix getting contract from plain state * unwind * linters * reproducible build debug * debug * debug * remove debug
* 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
* txpool_content * txpool_content * txpool_content * txpool_content * Squashed 'interfaces/' content from commit 1e916d013 git-subtree-dir: interfaces git-subtree-split: 1e916d0137aff7bd9e9356cc203cea5f0ea9c7f1 * add test * add test * add test * merge devel * save
* less obj db in snapshot * less obj db in snapshot * save
* Add ws.compression flag to rpcdaemon * Fix WebSocketHandler in tests
* Better compatibility for trace_call * Also for trace_callMany * non canonical hash error Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
* save * save * save
* fix * restore testdata
* 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>
…oroutines 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
* 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>
* Util to dump state * Extract bodies info * Fix for extractBodies * Fix typo Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
* 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
Build ALL erigon's executables Copy mdbx tools to erigon's bin directory
* 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>
* simplify randomaccount * simplify execution unwind * Remove standalone account accessors
…2169) * empty engine * start sync from peer right after handshake if it's TD is higher * fixCanonicalChain to print logs * clean * >
* Always enable eth65 * Add ListenAddr65 to defaults
…er for 1559. (#2173) * 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
* fix concurrent map writes crush * fix concurrent map writes crush
* - 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
* Fix for peer not found messages * Print proto on disconnects too Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
* 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>
* Experiment with tests * Increase test concurrency to 8 * Lower concurrency * Concurrency back to 2 Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
This reverts commit 470a991.
This reverts commit 470a991. Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.