good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jun 05, 2020
    • Evgeny Danilenko's avatar
      Prevent slice make and copy in Pushes (#625) · 199ede36
      Evgeny Danilenko authored
      * prevent slice make and copy in Pushes
      
      * do not pad if the same length
      
      * after CR
      
      * linters
      
      * linters
      
      * linters
      199ede36
    • Evgeny Danilenko's avatar
      stack pool (#627) · 8d7e603f
      Evgeny Danilenko authored
      8d7e603f
    • Alex Sharov's avatar
      Run tests on lmdb and badger (#624) · f0bc2b21
      Alex Sharov authored
      * lmdb tests
      
      * trigger ci
      
      * fix tests
      
      * disable parallelism
      
      * disable parallelism
      
      * cleanup resources
      
      * cleanup resources
      
      * reduce concurency
      
      * try run tests on bolt
      
      * try run tests on bolt
      
      * fix downloader test
      
      * run bolt tests
      
      * rely on interface instead of exact instance
      
      * Rename AbstractKV to KV
      
      * don't use separator for badger
      
      * don't initialize badger cursor - because it not used here
      
      * fix linter
      
      * try reduce badger compactors
      
      * compat with master
      
      * try lmdb
      
      * try lmdb
      
      * try lmdb
      
      * reduce badger's MaxTableSize, reduce badger's minGoMaxProc for inMem option
      
      * allow to close closed db
      
      * release
      
      * release
      
      * ideal batch size for badger
      
      * ideal batch size for badger
      f0bc2b21
    • Alex Sharov's avatar
      Bolt: cursor.Put (#622) · 318b1b59
      Alex Sharov authored
      * Bolt: cursor.Put
      
      * go mod tidy
      318b1b59
    • Alex Sharov's avatar
      Add more info about badger's vlog gc (#620) · de76f5a0
      Alex Sharov authored
      de76f5a0
  2. Jun 04, 2020
  3. Jun 03, 2020
    • Igor Mandrigin's avatar
      Refactor Stagedsync part 1 (#610) · 0533eed8
      Igor Mandrigin authored
      0533eed8
    • ledgerwatch's avatar
      Various fixes to staged sync and experiments (#608) · e5692d17
      ledgerwatch authored
      * First commit
      
      * Fix the one-off error
      
      * Fix formatting
      
      * Ability to execute stage5 separately
      
      * Clean up intermediate hashes and stage5 progress
      
      * Fix linter
      
      * Print original keys when extracting
      
      * channel
      
      * More logging
      
      * More logging
      
      * Remove excess logging
      
      * fix stage2
      
      * Revert
      
      * Fix stage2
      
      * Add provider exhausted
      
      * Sort sortable buffer
      
      * Fix test
      
      * Another cleanup
      
      * Remove exhaust log
      e5692d17
  4. Jun 02, 2020
  5. Jun 01, 2020
  6. May 31, 2020
  7. May 30, 2020
  8. May 28, 2020
    • Andrew Ashikhmin's avatar
    • ledgerwatch's avatar
    • ledgerwatch's avatar
      Increase max table size (#586) · f752ac48
      ledgerwatch authored
      f752ac48
    • Alex Sharov's avatar
      bolt db stats export to prometheus (#585) · d74732a6
      Alex Sharov authored
      d74732a6
    • Alex Sharov's avatar
      Mgr schedule iterator (#566) · daa359c3
      Alex Sharov authored
      * db based version of PrefixByCumulativeWitnessSize
      
      * db based version of PrefixByCumulativeWitnessSize
      
      * retain all in Trie by default
      
      * fix WitnessLen logic in calcTrie roots
      
      * Rename IntermediateTrieWitnessLenBucket to IntermediateWitnessLenBucket
      
      * handle corner cases in WL
      
      * Use correct incarnation for IH bucket
      
      * use name WitnessSize
      
      * save progress towards db-only witness estimation
      
      * results from trie and from db are still different
      
      * less recursion
      
      * correct incarnation in CumulativeSearch
      
      * reuse results from previous Tick, separate concepts of parent and startKey
      
      * experiment: if not including trie structure to WitnessSize will reduce cumulative error
      
      * tool to generate all IH and tool to calculate assessment of cumulative error
      
      * tool to generate all IH
      
      * Calculate totalWitnessSize based on DB data - then schedule will not overrun state during MGR cycle
      
      * better stats
      
      * Calculate totalWitnessSize based on DB data - then schedule will not overrun state during MGR cycle
      
      * Calculate totalWitnessSize based on DB data - then schedule will not overrun state during MGR cycle
      
      * calculate ticks size distribution
      
      * estimate cumulative error
      
      * fix linter
      
      * resetIH from scratch if needed
      
      * cleanup
      
      * fix test
      
      * fix test
      daa359c3
  9. May 27, 2020
    • ledgerwatch's avatar
      Fix RestAPI for tx_retrace and make it work for local boltdb (#584) · dba3363b
      ledgerwatch authored
      * Not hash, keep the files
      
      * Calculate savings
      
      * Fix
      
      * Fix
      
      * Fix
      
      * Fix
      
      * RestAPI to support local boltdb
      
      * Not error on read-only db
      
      * Changes so far
      
      * Continue
      
      * More
      
      * Roll back a bit
      
      * Restore newline
      
      * something compiles
      
      * Fix restapi
      
      * Fix block number
      
      * Fix reads
      
      * Use plain writer
      
      * Maps for storage reads and writes
      
      * Clean up coersions
      
      * Fix accounts/abi/bind
      
      * Fix tests
      
      * More fixes
      
      * more fixes
      
      * More fixes
      
      * Fixes
      
      * Fixed core/state
      
      * Fixed eth tests
      
      * Move code, fix linter
      
      * Fix test
      
      * Fix linter
      
      * Fix linter
      
      * Fix linter, badger_db to support AbstractKV
      
      * Increase IdealBatchSize for badger
      
      * Fix linter
      
      * Fix linter
      dba3363b
    • ledgerwatch's avatar
      Move promotion before the shortcut (#582) · e348dcb8
      ledgerwatch authored
      * Move promotion before the shortcut
      
      * Correct the logs
      
      * Trying without the encoder
      
      * Revert "Trying without the encoder"
      
      This reverts commit 24c526bc2791fb6806b1c0d4f52a43b87c3959b9.
      
      * Commit to db, not to the mutation
      
      * Fix log more
      
      * No need to log every deleted file
      e348dcb8
  10. May 26, 2020
Loading