1. Sep 29, 2016
  2. Sep 28, 2016
  3. Sep 27, 2016
  4. Sep 26, 2016
  5. Sep 23, 2016
  6. Sep 22, 2016
    • Tomasz Drwięga's avatar
      Separate path for ext code size (#2251) · aae6d19d
      Tomasz Drwięga authored
      * Separate path for code size
      
      * Actually use it for EVM
      
      * add extcodesize to TestExt
      aae6d19d
    • asynchronous rob's avatar
      Snapshot format changes (#2234) · 723d837d
      asynchronous rob authored
      Closes #2213
      Omit transaction and receipt roots from abridged block.
      No longer use RLP compression.
      
      Make ordered_trie_root generic over an iterator to save an allocation.
      
      Breaks snapshot format backwards compatibility (with other 1.4 snapshots -- it's already been broken with 1.3).
      
      Documentation will need updating
      723d837d