- May 10, 2021
-
-
Artem Vorotnikov authored
* Fix debug levels * try this * remove adapter * fix * fix bodies stage
-
- May 09, 2021
-
-
Alex Sharov authored
-
ledgerwatch authored
* [download.v2] Fix endianness of Difficulty in Status message * Add comments * Finish stage to use RwTx * Print header age in stage 1 * Print new block messages * TopSeenHeight to be updated from any header * block in the future handling and skip the test * Fix downloader test * Fix test Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
- May 08, 2021
-
-
ledgerwatch authored
* Prevent the leak * Default storage mode, fix leak again * TopSeenHeight to be updated from any header Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
ledgerwatch authored
* Fix error message about write protection * Clean up of trace_filter * Add CallTraces to Execution Stage * Fix compile * Say something Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
ledgerwatch authored
Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
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
-
Artem Vorotnikov authored
-
ledgerwatch authored
* Trace filter * Fix self-destruct traces * Update ci.yml Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Alex Sharov authored
-
Alex Sharov authored
-
Alex Sharov authored
-
- May 06, 2021
-
-
ledgerwatch authored
* Qucker reaction to new block headers * Always print header lag * Print verification time Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
ledgerwatch authored
* Initial work on RPC streaming * Create the stream and pass it on * trace_filter expressed as streamable (not finished) * Reenable call trace index * Add new line * Remove storage mode override * Tool for overriding storage mode * Diagnostics * Make trace_filter more streamy * Streaming debug_traceTransaction and debug_traceCall * Fix test * Log error on stream flush * Enable streaming for http * Flush the stream too * Make trace_filter flush too * Stop streaming if client is not interested * Try to quiet annoying test| * Revert "Try to quiet annoying test|" This reverts commit 42849257bfa52e90140aa535af34b957cd97a222. * Debug log for test * Proceed with handshake regardless of whether peer notification worked Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Chase Wright authored
Alpine containers, by default, do not include `tzdata` package, so they do not honor the `TZ` environment variable. When running in a docker container the logs timestamps will always be in UTC without this package. I propose we add `tzdata` so that the timezone can be changed.
-
Artem Vorotnikov authored
-
Igor Mandrigin authored
-
Alex Sharov authored
-
Alex Sharov authored
-
ledgerwatch authored
Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Alex Sharov authored
-
Alex Sharov authored
-
- May 05, 2021
-
-
Evgeny Danilenko authored
* restore StateRoot * empty error should be ommited * calc state root * logger json remove code duplication * fix
-
Alex Sharov authored
* use same keepalive settings in sentry and rpcdaemon * use same keepalive settings in sentry and rpcdaemon
-
Alex Sharov authored
-
Alex Sharov authored
-
- May 04, 2021
-
-
ledgerwatch authored
* Fix for eth_getTransaction... returning tx from the pool * Fix * Fix more issues * Fix for EOF Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
ledgerwatch authored
* Fix transaction stream test * Fix * Update events.go Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
-
Alex Sharov authored
Add kv to stage settings (because it doesn't change in runtime, tx will be passed as Stage func argument) (#1872) * add kv to config * move forward tx use * move forward tx use * gc stat * gc stat * changeset writer - move to tx * clean * clean * clean * clean * clean
-
ledgerwatch authored
* Fix RPC daemon * Initial fixes for trace_filter Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Artem Vorotnikov authored
* Move storage changeset code into one file * Simplify storage changeset tests * simplify more * more * more * more * move account changeset into one file * simplify account changeset test * NewStorageChangesetPlain -> NewStorageChangeSet * EncodeStoragePlain -> EncodeStorage * StorageChangeSetPlain -> StorageChangeSet * AccountChangeSetPlain -> AccountChangeSet * more * more * more * Simplify EncodeStorage * more * Simplify FromDBFormat * more rename * rename changeset buckets (constant names only)
-
ledgerwatch authored
* Fix RPC daemon * Skip the test to fix RPC daemon Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Alex Sharov authored
* clean * clean * clean
-
ledgerwatch authored
* Trace Index * trace_filter * hrtc -> hrt * Fix CallTraces * wip * wip * Fix for incorrect gas * fix * Fix Tracer * Add block and uncle coinbases to trace index * rewind coinbase * Commit every 100k blocks after block 3m * Simplify * Safe unwinds * Safe unwind 2 * Cleanup * Simplification * Remove intermediate JSON transform * Reinstate optional CallIndex stage * Create rpctest bench for trace_filter * Fix trace_filter generator * Restore unwind order * Ignore the storage mode * Ignore the storage mode Co-authored-by:
Artem Vorotnikov <artem@vorotnikov.me> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local> Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-
Alex Sharov authored
-
Alex Sharov authored
-
ledgerwatch authored
Co-authored-by:
Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
-