good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 16, 2019
  2. May 13, 2019
  3. May 04, 2019
  4. Apr 26, 2019
  5. 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
  6. Apr 15, 2019
  7. Mar 27, 2019
  8. Mar 26, 2019
  9. Mar 06, 2019
  10. Feb 21, 2019
  11. Jan 11, 2019
  12. Jan 04, 2019
  13. Nov 16, 2018
  14. Nov 09, 2018
  15. Oct 19, 2018
  16. Jun 11, 2018
  17. May 09, 2018
  18. May 07, 2018
Loading