1. 04 Feb, 2020 3 commits
  2. 03 Feb, 2020 2 commits
    • 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. 31 Jan, 2020 2 commits
  4. 30 Jan, 2020 1 commit
  5. 29 Jan, 2020 1 commit
  6. 28 Jan, 2020 1 commit
  7. 27 Jan, 2020 3 commits
  8. 23 Jan, 2020 2 commits
  9. 21 Jan, 2020 2 commits
  10. 20 Jan, 2020 5 commits
  11. 19 Jan, 2020 4 commits
  12. 17 Jan, 2020 4 commits
  13. 16 Jan, 2020 5 commits
  14. 15 Jan, 2020 3 commits
  15. 14 Jan, 2020 2 commits
    • 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