good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 24, 2020
  2. Oct 23, 2020
  3. Oct 22, 2020
  4. Oct 21, 2020
  5. Oct 20, 2020
  6. Oct 19, 2020
  7. Oct 18, 2020
  8. Oct 17, 2020
  9. Oct 16, 2020
  10. 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
  11. 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
Loading