good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jul 02, 2021
  2. Jul 01, 2021
  3. Jun 30, 2021
  4. 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
      605d7a8d
  5. Jun 22, 2021
  6. Jun 20, 2021
  7. Jun 19, 2021
  8. Jun 18, 2021
  9. Jun 17, 2021
  10. Jun 16, 2021
  11. Jun 15, 2021
  12. Jun 14, 2021
    • BitBaseBit's avatar
      Added temp file in crashreports because git is stupid (#2157) · 229d6671
      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
      229d6671
  13. 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
      7ed337cd
  14. Jun 11, 2021
    • Evgeny Danilenko's avatar
      TEVM status pruning (#2034) · de26634d
      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
      de26634d
  15. Jun 07, 2021
  16. Jun 05, 2021
    • Alex Sharov's avatar
      Simulated backend and genesis to kv (#2104) · 5ba3ea16
      Alex Sharov authored
      * move to kv
      
      * move to kv
      
      * move to kv
      
      * move to kv
      
      * move to kv
      
      * move to kv
      
      * merge
      
      * merge
      
      * merge
      
      * merge
      
      * merge
      
      * merge
      
      * merge
      
      * merge
      5ba3ea16
    • ledgerwatch's avatar
      Move tests 5 (#2069) · f7fc4d66
      ledgerwatch authored
      
      * Remove silkworm and reader builders
      
      * Switch tests
      
      * Stop from hanging
      
      * Update tests to 9.0.0
      
      * Move tests back
      
      * Moving code around
      
      * Fix lint
      
      * More fixes
      
      * Intermediate
      
      * Fix compile
      
      * Fix compile errors
      
      * Compile errors
      
      * Fix lint
      
      * Comment out more printing
      
      * More simplifications
      
      * Compile fixes
      
      * Compile fix
      
      * More replacements
      
      * More fixes
      
      * More muddling through
      
      * lint
      
      * Exclude dao split test
      
      * Restore sidechains after unwind
      
      * Errors in senders stage, stopped in bodies stage
      
      * Fix compile
      
      * Fix compile
      
      * Fix tests
      
      * More fixes
      
      * More fixes
      
      * Code cleanup
      
      Co-authored-by: default avatarAlex Sharp <alexsharp@Alexs-MacBook-Pro.local>
      Co-authored-by: default avatarAlexey Sharp <alexeysharp@Alexeys-iMac.local>
      Co-authored-by: default avataralex.sharov <AskAlexSharov@gmail.com>
      f7fc4d66
  17. Jun 04, 2021
  18. May 31, 2021
  19. May 30, 2021
    • Andrea Lanfranchi's avatar
      Win build patch 2 (#2054) · aa1f64eb
      Andrea Lanfranchi authored
      * More strict path enforcement for Mingw compilers
      
      * Update Readme about antiviruses
      
      * Update README.md incomplete links
      
      * Incomplete link
      aa1f64eb
  20. May 27, 2021
    • Artem Vorotnikov's avatar
      Rename TEVM tables (#2032) · 2d302098
      Artem Vorotnikov authored
      
      * Rename TEVM tables
      
      * use rename
      
      * fix
      
      Co-authored-by: default avatarEvgeny Danienko <6655321@bk.ru>
      2d302098
    • Evgeny Danilenko's avatar
      Tevm stage 1 (#1845) · 7352b811
      Evgeny Danilenko authored
      * convert contracts after block execution
      
      * check if has tevm code
      
      * after review-1
      
      * handle ErrNotFound
      
      * typo
      
      * tests
      
      * tevm code bucket
      
      * testdata
      
      * execute pre-stage
      
      * after merge
      
      * test fix
      
      * test fix
      
      * fix test after merge
      
      * disable translation stage
      
      * after merge
      
      * rename params
      
      * rename to Erigon
      
      * parallelize EVM translation
      
      * fix
      
      * logging and fixes
      
      * fix
      
      * todos
      
      * cleanup
      
      * revert erigorn renaming
      
      * unwind
      
      * tevm unwind
      
      * fix AppData
      
      * non-parallel version
      
      * comments
      7352b811
  21. May 26, 2021
  22. May 25, 2021
  23. May 22, 2021
Loading