good morning!!!!

Skip to content
Snippets Groups Projects
  1. Feb 09, 2020
  2. Feb 07, 2020
  3. Feb 05, 2020
    • 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
  4. Feb 04, 2020
  5. 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
  6. Jan 31, 2020
  7. Jan 30, 2020
  8. Jan 29, 2020
  9. Jan 28, 2020
  10. Jan 27, 2020
  11. Jan 23, 2020
  12. Jan 21, 2020
  13. Jan 20, 2020
  14. Jan 19, 2020
  15. Jan 17, 2020
  16. Jan 16, 2020
  17. Jan 15, 2020
Loading