1. 11 Feb, 2020 4 commits
  2. 09 Feb, 2020 2 commits
  3. 07 Feb, 2020 1 commit
  4. 05 Feb, 2020 1 commit
    • Felix Lange's avatar
      cmd/devp2p: fix Route53 TXT record splitting (#20626) · 976a0f55
      Felix Lange authored
      For longer records and subtree entries, the deployer created two
      separate TXT records. This doesn't work as intended because the client
      will receive the two records in arbitrary order. The fix is to encode
      longer values as "string1""string2" instead of "string1", "string2".
      This encoding creates a single record on AWS Route53.
      976a0f55
  5. 04 Feb, 2020 4 commits
  6. 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
  7. 31 Jan, 2020 2 commits
  8. 30 Jan, 2020 1 commit
  9. 29 Jan, 2020 1 commit
  10. 28 Jan, 2020 1 commit
  11. 27 Jan, 2020 3 commits
  12. 23 Jan, 2020 2 commits
  13. 21 Jan, 2020 2 commits
  14. 20 Jan, 2020 5 commits
  15. 19 Jan, 2020 4 commits
  16. 17 Jan, 2020 4 commits
  17. 16 Jan, 2020 1 commit