Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

[part 1/2] Warp sync on light client #8723

Closed
wants to merge 14 commits into from

Commits on Jul 23, 2018

  1. Configuration menu
    Copy the full SHA
    cb6f51b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2f3ffc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8c3c38 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. review style issues addressed

    ordian committed Jul 27, 2018
    Configuration menu
    Copy the full SHA
    52ab007 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. resolve merge conflicts

    * 'master' of https://github.com/paritytech/parity:
      removed client error (openethereum#9253)
      Implement EIP-1052 (EXTCODEHASH) and fix several issues in state account cache (openethereum#9234)
      Improve Tracer documentation (openethereum#9237)
      Update Dockerfile (openethereum#9242)
      block cleanup (openethereum#9117)
      Increase the number of sessions. (openethereum#9203)
      add changelog for 1.11.8 stable and 2.0.1 beta (openethereum#9230)
      fix typo (openethereum#9232)
      Fix potential as_usize overflow when casting from U256 in miner (openethereum#9221)
      Allow old blocks from peers with lower difficulty (openethereum#9226)
      Removes duplicate libudev-dev from Dockerfile (openethereum#9220)
      snap: remove ssl dependencies from snapcraft definition (openethereum#9222)
      remove ssl from dockerfiles, closes openethereum#8880 (openethereum#9195)
      Insert PROOF messages for some cases in blockchain (openethereum#9141)
      [Chain] Add more bootnodes (openethereum#9174)
      ethcore: update bn version (openethereum#9217)
      deserialize block only once during verification (openethereum#9161)
      Simple build instruction fix (openethereum#9215)
      Added --tx-queue-no-early-reject flag to disable early tx queue rejects (openethereum#9143)
    ordian committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    294c313 View commit details
    Browse the repository at this point in the history
  2. make it compile

    ordian committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    3d3991e View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2018

  1. Merge branch 'master' of https://github.com/paritytech/parity into wa…

    …rp_sync_on_light_client
    
    * 'master' of https://github.com/paritytech/parity:
      Propagate transactions for next 4 blocks. (openethereum#9265)
      decode block rlp less often (openethereum#9252)
      Fix eternalities tests can_create (missing parameter) (openethereum#9270)
      Update ref to `parity-common` and update `seek` behaviour (openethereum#9257)
      Comply EIP-86 with the new definition (openethereum#9140)
      Check if synced when using eth_getWork (openethereum#9193) (openethereum#9210)
    ordian committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    244d92b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062340b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Configuration menu
    Copy the full SHA
    8424ad6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/paritytech/parity into wa…

    …rp_sync_on_light_client
    
    * 'master' of https://github.com/paritytech/parity:
      ethcore: add transition flag for transaction permission contract (openethereum#9275)
      Remove all dapp permissions related settings (openethereum#9120)
      Improve return data truncate logic (openethereum#9254)
      Update wasm-tests hash (openethereum#9295)
      Implement KIP4: create2 for wasm (openethereum#9277)
      Fix loop start value (openethereum#9285)
      Avoid using $HOME if not necessary (openethereum#9273)
      Fix path to parity.h (openethereum#9274)
    ordian committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    00aea86 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Configuration menu
    Copy the full SHA
    d77eaea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc78bd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    f2e3c5d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/paritytech/parity into wa…

    …rp_sync_on_light_client
    
    * 'master' of https://github.com/paritytech/parity:
      Allow setting the panic hook with parity-clib (openethereum#9292)
      Prevent blockchain & miner racing when accessing pending block. (openethereum#9310)
      Docker alpine: use multi-stage concept (openethereum#9269)
      Update `log` -> 0.4, `env_logger` -> 0.5. (openethereum#9294)
      Update tobalaba.json (openethereum#9313)
      Allow tx pool to be Send (openethereum#9315)
      Fix codecov.io badge in README (openethereum#9327)
      Move ethereum-specific H256FastMap type to own crate (openethereum#9307)
      ethcore sync decodes rlp less often (openethereum#9264)
    ordian committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    cfd6152 View commit details
    Browse the repository at this point in the history