good morning!!!!

Skip to content
Snippets Groups Projects
  1. Feb 04, 2020
  2. Feb 03, 2020
    • Martin Holst Swende's avatar
      trie: separate hashes and committer, collapse on commit · 5a9c9645
      Martin Holst Swende authored
      * trie:  make db insert use size instead of full data
      
      * core/state: minor optimization in state onleaf allocation
      
      * trie: implement dedicated committer and hasher
      
      * trie: use dedicated committer/hasher
      
      * trie: linter nitpicks
      
      * core/state, trie: avoid unnecessary storage trie load+commit
      
      * trie: review feedback, mainly docs + minor changes
      
      * trie: start deprecating old hasher
      
      * trie: fix misspell+lint
      
      * trie: deprecate hasher.go, make proof framework use new hasher
      
      * trie: rename pure_committer/hasher to committer/hasher
      
      * trie, core/state: fix review concerns
      
      * trie: more review concerns
      
      * trie: make commit collapse into hashnode, don't touch dirtyness
      
      * trie: goimports fixes
      
      * trie: remove panics
      5a9c9645
    • Felix Lange's avatar
  3. Jan 31, 2020
  4. Jan 30, 2020
  5. Jan 29, 2020
  6. Jan 28, 2020
  7. Jan 27, 2020
  8. Jan 23, 2020
  9. Jan 21, 2020
  10. Jan 20, 2020
  11. Jan 19, 2020
  12. Jan 17, 2020
  13. Jan 16, 2020
  14. Jan 15, 2020
  15. Jan 14, 2020
    • Felix Lange's avatar
      build: remove env.sh (#20541) · feda78e0
      Felix Lange authored
      * build: remove env.sh
      
      This removes the dirty symlink-to-self hack we've had for years. The
      script was added to enable building without GOPATH and did that job
      reliably for all this time. We can remove the workaround because modern
      Go supports building without GOPATH natively.
      
      * Makefile: add GO111MODULE=on to environment
      feda78e0
    • Péter Szilágyi's avatar
      Merge pull request #20555 from holiman/cripple_txsize · 8592a575
      Péter Szilágyi authored
      core: set max tx size down to 2 slots (64KB)
      8592a575
Loading