good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 29, 2020
    • Guillaume Ballet's avatar
      trie: use stacktrie for Derivesha operation (#21407) · 6c8310eb
      Guillaume Ballet authored
      
      core/types: use stacktrie for derivesha
      
      trie: add stacktrie file
      
      trie: fix linter
      
      core/types: use stacktrie for derivesha
      
      rebased: adapt stacktrie to the newer version of DeriveSha
      
      Co-authored-by: default avatarMartin Holst Swende <martin@swende.se>
      
      More linter fixes
      
      review feedback: no key offset for nodes converted to hashes
      
      trie: use EncodeRLP for full nodes
      
      core/types: insert txs in order in derivesha
      
      trie: tests for derivesha with stacktrie
      
      trie: make stacktrie use pooled hashers
      
      trie: make stacktrie reuse tmp slice space
      
      trie: minor polishes on stacktrie
      
      trie/stacktrie: less rlp dancing
      
      core/types: explain the contorsions in DeriveSha
      
      ci: fix goimport errors
      
      trie: clear mem on subtrie hashing
      
      squashme: linter fix
      
      stracktrie: use pooling, less allocs (#3)
      
      trie: in-place hex prefix, reduce allocs and add rawNode.EncodeRLP
      
      Reintroduce the `[]node` method, add the missing `EncodeRLP` implementation for `rawNode` and calculate the hex prefix in place.
      
      Co-authored-by: default avatarMartin Holst Swende <martin@swende.se>
      
      Co-authored-by: default avatarMartin Holst Swende <martin@swende.se>
      Unverified
      6c8310eb
    • mr_franklin's avatar
  2. Sep 28, 2020
  3. Sep 24, 2020
  4. Sep 23, 2020
  5. Sep 22, 2020
  6. Sep 21, 2020
  7. Sep 20, 2020
  8. Sep 18, 2020
  9. Sep 17, 2020
    • Giuseppe Bertone's avatar
      cmd/geth: added counters to the geth inspect report (#21495) · 07751c3d
      Giuseppe Bertone authored
      * database: added counters
      
      * Improved stats for ancient db
      
      * Small improvement
      
      * Better message and added percentage while counting receipts
      
      * Fast counting for receipts
      
      * added info message
      
      * Show both receips itemscount  from ancient db and counted receipts
      
      * Fixed default case
      
      * Removed counter for receipts in ancient store
      
      * Removed counting of receipts present in leveldb
      Unverified
      07751c3d
  10. Sep 16, 2020
  11. Sep 15, 2020
  12. Sep 14, 2020
    • Zsolt Felföldi's avatar
      les, les/lespay/server: refactor client pool (#21236) · 4996fce2
      Zsolt Felföldi authored
      
      * les, les/lespay/server: refactor client pool
      
      * les: use ns.Operation and sub calls where needed
      
      * les: fixed tests
      
      * les: removed active/inactive logic from peerSet
      
      * les: removed active/inactive peer logic
      
      * les: fixed linter warnings
      
      * les: fixed more linter errors and added missing metrics
      
      * les: addressed comments
      
      * cmd/geth: fixed TestPriorityClient
      
      * les: simplified clientPool state machine
      
      * les/lespay/server: do not use goroutine for balance callbacks
      
      * internal/web3ext: fix addBalance required parameters
      
      * les: removed freeCapacity, always connect at minCapacity initially
      
      * les: only allow capacity change with priority status
      
      Co-authored-by: default avatarrjl493456442 <garyrong0905@gmail.com>
      Unverified
      4996fce2
    • Felix Lange's avatar
      rlp: add SplitUint64 (#21563) · f7112cc1
      Felix Lange authored
      This can be useful when working with raw RLP data.
      Unverified
      f7112cc1
Loading