1. Aug 09, 2018
  2. Aug 08, 2018
    • Marek Kotewicz's avatar
      ethcore sync decodes rlp less often (#9264) · 78a38e98
      Marek Kotewicz authored
      * deserialize block only once during verification
      
      * ethcore-sync uses Unverified
      
      * ethcore-sync uses Unverified
      
      * fixed build error
      
      * removed Block::is_good
      
      * applied review suggestions
      
      * ethcore-sync deserializes headers and blocks only once
      78a38e98
  3. Aug 07, 2018
  4. Aug 06, 2018
  5. Aug 03, 2018
  6. Aug 02, 2018
    • Pierre Krieger's avatar
      Fix path to parity.h (#9274) · 0cfc6bf2
      Pierre Krieger authored
      * Fix path to parity.h
      
      * Fix other paths as well
      0cfc6bf2
    • Tomasz Drwięga's avatar
      Propagate transactions for next 4 blocks. (#9265) · 90d7823a
      Tomasz Drwięga authored
      Closes #9255 
      
      This PR also removes the limit of max 64 transactions per packet, currently we only attempt to prevent the packet size to go over 8MB. This will only be the case for super-large transactions or high-block-gas-limit chains.
      
      Patching this is important only for chains that have blocks that can fit more than 4k transactions (over 86M block gas limit)
      
      For mainnet, we should actually see a tiny bit faster propagation since instead of computing 4k pending set, we only need `4 * 8M / 21k = 1523` transactions.
      
      Running some tests on `dekompile` node right now, to check how it performs in the wild.
      90d7823a
    • Marek Kotewicz's avatar
      decode block rlp less often (#9252) · b4ae1b65
      Marek Kotewicz authored
      in total:
      - removed 4 redundant rlp deserializations
      - avoid 1 redundant block data copy
      b4ae1b65
    • cheme's avatar
      Fix eternalities tests can_create (missing parameter) (#9270) · f442665c
      cheme authored and Wei Tang's avatar Wei Tang committed
      f442665c
  7. Aug 01, 2018
  8. Jul 31, 2018
  9. Jul 30, 2018
  10. Jul 27, 2018
  11. Jul 26, 2018
  12. Jul 25, 2018
  13. Jul 24, 2018
  14. Jul 23, 2018