good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 19, 2020
  2. Oct 18, 2020
  3. Oct 17, 2020
  4. Oct 16, 2020
  5. Oct 14, 2020
  6. Oct 13, 2020
    • ledgerwatch's avatar
      option to specify LMDB map size for cmd/integration commands (#1238) · 234e3585
      ledgerwatch authored
      * Add lmdb.mapSize to integration
      
      * Make lmdb.mapSize effective
      
      * Use mapSize for first opening
      
      * Fix for cobra
      
      * Extend lmdb.mapSize for all commands
      
      * Fix lint
      Unverified
      234e3585
    • ledgerwatch's avatar
      Download/seed block bodies and block headers via BitTorrent (#1218) · cd706d50
      ledgerwatch authored
      
      * save state
      
      * torrent experiments
      
      * torrent experiment passed
      
      * fixes after merge
      
      * snapshot headers processing passed
      
      * save state
      
      * save state
      
      * download headers works after snapshot processing
      
      * save state
      
      * save state
      
      * save state
      
      * save state
      
      * add lazy load tx to snapshots, increase number of trackers
      
      * save state
      
      * speedup getting info
      
      * change logging
      
      * move to turbo package
      
      * save state
      
      * save state
      
      * save state
      
      * cleanup
      
      * save state
      
      * add test test
      
      * save state
      
      * lmdb debugging
      
      * fix readonly mode
      
      * save state
      
      * fix build
      
      * sync works
      
      * save state
      
      * save state
      
      * save state
      
      * allow cmd stages stageSenders use snapshots
      
      * debugging failed hashing
      
      * remove experimental tests
      
      * remove torrent experimental tests
      
      * fix lint
      
      * extract snapshot wrapper
      
      * metainfo checker
      
      * add remote seeder
      
      * add logs
      
      * update gomod
      
      * remove useless code
      
      * fix lint&remove useless code
      
      * extract verify snapshot to separated command
      
      * skip debug test
      
      * fix test
      
      * change type of seedSnapshot flag
      
      * add eth logger to torrent lib
      
      * skip debug test
      
      * add Close method
      
      * review fixes
      
      * fix lint
      
      * tidy mods
      
      * Fix compile
      
      * Fix lint
      
      * Fix rpcdaemon running in the docker
      
      Co-authored-by: default avatarb00ris <b00ris@mail.ru>
      Co-authored-by: default avataralex.sharov <AskAlexSharov@gmail.com>
      Unverified
      cd706d50
    • Giulio Rebuffo's avatar
      fixed tutorial (#1236) · fe30d367
      Giulio Rebuffo authored
      Unverified
      fe30d367
    • Igor Mandrigin's avatar
      turbo-api: custom state writers · ef2353c0
      Igor Mandrigin authored
      ef2353c0
    • Giulio Rebuffo's avatar
      added tutorial for custom rpcdaemon (#1231) · 18cbfbf7
      Giulio Rebuffo authored
      * added tutorial for custom rpcdaemon
      
      * refactored rpcdaemon
      Unverified
      18cbfbf7
  7. Oct 12, 2020
    • Thomas Jay Rush's avatar
      Simple file renaming to make automated testing easier (#1230) · d6587ba2
      Thomas Jay Rush authored
      * Simple file renaming to make automated testing easier
      
      * Fixing comment
      Unverified
      d6587ba2
    • Igor Mandrigin's avatar
      turbo-api: add a plug-in mechanism for possible Bloom and other filters (#1229) · f3ce1ce4
      Igor Mandrigin authored
      * Add a convenience method to replace stages
      
      * allow more parameters to the execution function
      
      * add a plug-in point for stuff like bloom filters, etc
      
      * add comments
      
      * fixups
      Unverified
      f3ce1ce4
    • Alex Sharov's avatar
      set_16pages_limit (#1228) · c4f7ff2c
      Alex Sharov authored
      Unverified
      c4f7ff2c
    • Thomas Jay Rush's avatar
      Start of re-working of RPC code to align with testing better (#1225) · 1bd46089
      Thomas Jay Rush authored
      * Starting process of rearranging RPC code
      
      * First version of automated testing
      
      * Putting RPC docs in their own folder
      
      * Fixing build
      
      * Making varible names more consistent
      
      * Adding deprecated RPC commands for db_
      
      * Adding deprecated RPC commands for shh_
      
      * Adding deprecated RPC commands for eth_
      Unverified
      1bd46089
    • ledgerwatch's avatar
      [WIP] CallTraces index (#1157) · b747ab53
      ledgerwatch authored
      * Initial commit for CallTraces index
      
      * Fix compilation
      
      * fix lint, add comment
      
      * Fix integration
      
      * Add Close function to ethdb.Cursor, fix some compile errors
      
      * Try to stop cursor leak in Get
      
      * Fix compile errors in RPC daemon
      
      * Fix compile errors
      
      * fixing another way
      
      * Some fixes
      
      * More fixes
      
      * More fixes
      
      * More fixes
      
      * Fixes to core/state
      
      * Fix lint
      
      * Fix lint
      
      * Fixes
      
      * Stage caching for call trace stage
      
      * Add mem stats
      
      * Try to stop the leak
      
      * Turn off debug
      
      * Chunks for 10k blocks
      
      * Print
      
      * Revert "Print"
      
      This reverts commit 5ffada4828d61e00e5dad1ca12c98258dfbbad00.
      
      * Revert "Chunks for 10k blocks"
      
      This reverts commit cfb9d498e782e5583d41c30abf0e2137da27383e.
      
      * Trying to fix the leak
      
      * Don't compute receipts in re-tracing
      
      * Not compose block
      
      * Print speed, fix receipts, bigger caches
      
      * Fix lint
      
      * Utilise changeset info
      
      * Counters
      
      * Use NoReceipts and ReadOnly
      
      * ReadOnly is incompatible with caching
      
      * Skip test leaking transactions
      
      * Fix block test
      
      * Change disable message for call-traces stage
      
      * Use block option for call traces integration
      
      * Fix retracing due to incarnation
      Unverified
      b747ab53
  8. Oct 11, 2020
  9. Oct 10, 2020
    • Thomas Jay Rush's avatar
      Fixes 'too many other files opened' problem with Generate Storage History stage on Mac (#1217) · 2f0a9d66
      Thomas Jay Rush authored
      * Added back fdlimit to increase number of file descriptors
      
      * Fixing a test file that fails on Mac with too few file descriptors available
      
      * Trying to fix ci
      
      * Trying to fix ci
      
      * Trying to fix ci 3
      
      * Fixing ci
      Unverified
      2f0a9d66
    • Alex Sharov's avatar
      Rpcdaemon: private api V2 (#1214) · fc3cd4d5
      Alex Sharov authored
      * save progress
      
      * GracefulShutdown grpc server, send to server close signal before canceling context
      
      * GracefulShutdown json server
      
      * GracefulShutdown json server
      
      * fix lint
      
      * clean
      
      * hack hugeFreelist
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * save progress
      
      * fix_race_condition_on_zstd_build
      
      * fix_race_condition_on_zstd_build
      
      * better close cursor
      
      * save progress
      
      * open read tx in all api methods
      
      * clean
      
      * clean
      Unverified
      fc3cd4d5
    • Alex Sharov's avatar
      node_db_own_buckets_config (#1215) · bb8ff7e6
      Alex Sharov authored
      * node_db_own_buckets_config
      
      * node_db_own_buckets_config
      Unverified
      bb8ff7e6
    • Alex Sharov's avatar
      Rpcdaemon: Gracefull shutdown, better grpc stream close (#1196) · 9cf10a8f
      Alex Sharov authored
      * save progress
      
      * GracefulShutdown grpc server, send to server close signal before canceling context
      
      * GracefulShutdown grpc server, send to server close signal before canceling context
      
      * GracefulShutdown json server
      
      * GracefulShutdown json server
      
      * fix lint
      
      * fix lint
      
      * can
      
      * clean
      
      * test
      
      * test
      
      * test
      
      * increase keepalive timeout, increase vegeta timeout, mark server-side errors
      
      * increase keepalive timeout, increase vegeta timeout, mark server-side errors
      
      * hack hugeFreelist
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * up streams limit
      
      * fix_race_condition_on_zstd_build
      Unverified
      9cf10a8f
    • Alex Sharov's avatar
      rawdb.ReadCanonicalHash to return err (#1204) · 88a09970
      Alex Sharov authored
      * read_canonical_hash_return_err
      
      * hack hugeFreelist
      
      * fix tests
      Unverified
      88a09970
    • Alex Sharov's avatar
      LMDB: don't search pages sequence in freelist if value is > X (#1213) · 53484d60
      Alex Sharov authored
      * lmdb_no_freepages_sequence_search_for_large_values
      
      * go mod tidy
      Unverified
      53484d60
  10. Oct 09, 2020
  11. Oct 08, 2020
  12. Oct 07, 2020
Loading