good morning!!!!

Skip to content
Snippets Groups Projects
  1. Mar 18, 2020
  2. Nov 12, 2019
  3. Oct 25, 2019
  4. Oct 21, 2019
  5. Oct 05, 2019
  6. Oct 04, 2019
  7. Oct 03, 2019
  8. Sep 28, 2019
  9. Jul 14, 2019
  10. Jun 21, 2019
  11. May 30, 2019
  12. May 27, 2019
  13. May 25, 2019
  14. May 16, 2019
  15. May 13, 2019
  16. May 10, 2019
  17. May 08, 2019
  18. May 07, 2019
  19. May 04, 2019
  20. Apr 30, 2019
  21. Apr 26, 2019
  22. Apr 25, 2019
    • Matthew Halpern's avatar
      core: lookup txs by block number instead of block hash (#19431) · 93741752
      Matthew Halpern authored
      * core: lookup txs by block number instead of block hash
      
      Transaction hashes now store a reference to their corresponding
      block number as opposed to their hash. In benchmarks this was
      shown to reduce storage by over 12 GB.
      
      The main limitation of this approach is that transactions on
      non-canonical blocks could never be looked up, however that is
      currently not supported.
      
      The database version has been upgraded to version 5 and the
      transaction lookup process is backwards-compatible with the
      prior two transaction lookup formats prexisting in the
      database instance. Tests have been added to ensure this.
      
      * core/rawdb: tiny review nit fixes
      93741752
  23. Apr 16, 2019
  24. Apr 15, 2019
Loading