good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 22, 2020
  2. Oct 21, 2020
  3. Oct 20, 2020
  4. Oct 19, 2020
  5. Oct 18, 2020
  6. Oct 17, 2020
  7. Oct 16, 2020
  8. Oct 14, 2020
    • Thomas Jay Rush's avatar
      Finish moving functions to consistent locations to ease testing/documentation of RPC (#1241) · c6c82b75
      Thomas Jay Rush authored
      * Cleaning up comments to start
      
      * Renaming get_receipts.go to eth_receipts.go
      
      * Stubbing out RPC mining routines
      
      * Move block-related commands to eth_block.go
      
      * Move transaction-related commands to eth_txs.go
      
      * Move account-related commands to eth_accounts.go
      
      * Move system-related commands to eth_system.go
      
      * Final cleanup
      
      * Updating testing
      c6c82b75
    • Alex Sharov's avatar
      fix db opening (#1240) · a8f38ba1
      Alex Sharov authored
      a8f38ba1
    • Thomas Jay Rush's avatar
      Fixes issue #1232 (#1233) · dcdcc1a3
      Thomas Jay Rush authored
      
      * Fixes issue #1232
      
      * Adding/updating test cases
      
      * Updating as per comments
      
      * Use tx instead of db in GetModifiedAccounts and clean up a bit
      
      * option to specify LMDB map size for cmd/integration commands (#1238)
      
      * 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
      
      * Fixes issue #1232
      
      * Adding/updating test cases
      
      * Updating as per comments
      
      Co-authored-by: default avatarledgerwatch <akhounov@gmail.com>
      dcdcc1a3
  9. 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
      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>
      cd706d50
    • Giulio Rebuffo's avatar
      fixed tutorial (#1236) · fe30d367
      Giulio Rebuffo authored
      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
      18cbfbf7
  10. 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
      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
      f3ce1ce4
    • Alex Sharov's avatar
      set_16pages_limit (#1228) · c4f7ff2c
      Alex Sharov authored
      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_
      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
      b747ab53
Loading