good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 27, 2021
  2. Sep 18, 2021
  3. Sep 12, 2021
  4. Sep 08, 2021
  5. Jul 29, 2021
  6. Jul 28, 2021
  7. Jul 24, 2021
  8. Jul 21, 2021
  9. Jul 20, 2021
  10. Jul 12, 2021
    • Alex Sharov's avatar
      Sokol v0: epoch support (#2348) · 557d082c
      Alex Sharov authored
      * remove ctx from state writer interface
      
      * call me baby
      
      * save
      
      * save
      
      * can process block 1
      
      * can process block 1
      
      * can process block 1
      
      * can process block 1
      
      * save
      
      * save
      
      * parse logs logic
      
      * cleans
      
      * cleans
      
      * cleans
      Unverified
      557d082c
  11. Jul 08, 2021
  12. Jul 02, 2021
  13. Jun 30, 2021
  14. Jun 26, 2021
  15. Jun 25, 2021
    • Alex Sharov's avatar
      Sokol v0 (#2228) · 605d7a8d
      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
      Unverified
      605d7a8d
  16. Jun 22, 2021
  17. Jun 19, 2021
  18. Jun 16, 2021
  19. Jun 15, 2021
  20. Jun 13, 2021
    • BitBaseBit's avatar
      Implemented panic handling, graceful shutdown and reporting for all goroutines... · 7ed337cd
      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
      Unverified
      7ed337cd
    • ledgerwatch's avatar
      Upgrade tests to 9.0.2 (#2147) · 74862ce6
      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: default avatarAlex Sharp <alexsharp@Alexs-MacBook-Pro.local>
      Unverified
      74862ce6
  21. Jun 08, 2021
  22. Jun 07, 2021
  23. Jun 06, 2021
  24. Jun 05, 2021
  25. Jun 04, 2021
  26. May 26, 2021
  27. May 23, 2021
  28. May 21, 2021
  29. May 20, 2021
  30. May 19, 2021
  31. May 18, 2021
  32. May 12, 2021
    • Alex Sharov's avatar
      [wip] dv2: Validate body (#1913) · 47d22773
      Alex Sharov authored
      * validate body
      
      * validate body
      
      * save
      
      * save
      
      * body deliveries messages handling into staged sync
      
      * body deliveries messages handling into staged sync
      
      * body deliveries messages handling into staged sync
      
      * body deliveries messages handling into staged sync
      
      * body deliveries messages handling into staged sync
      
      * penalize right after verifyUncles and stop, don't batch
      
      * penalize right after verifyUncles and stop, don't batch
      
      * penalize right after verifyUncles and stop, don't batch
      
      * penalize right after verifyUncles and stop, don't batch
      
      * penalize right after verifyUncles and stop, don't batch
      
      * penalize right after verifyUncles and stop, don't batch
      
      * penalize right after verifyUncles and stop, don't batch
      
      * penalize right after verifyUncles and stop, don't batch
      
      * penalize right after verifyUncles and stop, don't batch
      Unverified
      47d22773
  33. May 11, 2021
  34. May 08, 2021
    • b00ris's avatar
      Snapshot sync headers stage (#1836) · 565a4250
      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: default avatarAlex Sharp <alexsharp@Alexs-MacBook-Pro.local>
      Unverified
      565a4250
  35. May 07, 2021
  36. May 04, 2021
Loading