1. Feb 14, 2018
    • Afri Schoedon's avatar
      Fix snapcraft grade to stable (#7894) · 89dc08a5
      Afri Schoedon authored
      v1.9.3-ci2
      89dc08a5
    • GitLab Build Bot's avatar
      fa0e2a74
    • Afri Schoedon's avatar
      Backport Master CI PRs to Beta (#7890) · 1de095f3
      Afri Schoedon authored
      * Resolve conflicts
      
      * Resolve conflicts
      
      * Update gitlab-build.sh (#7855)
      
      fix build ```version``` after https://github.com/paritytech/parity/pull/7723
      
      * Resolve conflicts
      
      * Update gitlab-test.sh (#7883)
      
      * Update gitlab-test.sh
      
      https://github.com/paritytech/parity/issues/7871
      
      * Update aura-test.sh
      
      * Backport master ci prs
      
      * Bump beta to 1.9.3
      
      * Make track beta
      
      * Downgrade rustc_version
      v1.9.3-ci1
      1de095f3
    • Tomasz Drwięga's avatar
      Backport Core PRs to beta (#7891) · b60511e3
      Tomasz Drwięga authored
      * update back-references more aggressively after answering from cache (#7578)
      
      * Add new EF ropstens nodes. (#7824)
      
      * Add new EF ropstens nodes.
      
      * Fix tests
      
      * Add a timeout for light client sync requests (#7848)
      
      * Add a timeout for light client sync requests
      
      * Adjusting timeout to number of headers
      
      * Flush keyfiles. Resolves #7632 (#7868)
      
      * Fix wallet import (#7873)
      
      * rpc: generate new account id for imported wallets
      
      * ethstore: handle duplicate wallet filenames
      
      * ethstore: simplify deduplication of wallet file names
      
      * ethstore: do not dedup wallet filenames on update
      
      * ethstore: fix minor grumbles
      
      * [WASM] mem_cmp added to the Wasm runtime (#7539)
      
      * mem_cmp added to the Wasm runtime
      
      * schedule.wasm.mem_copy to schedule.wasm.mem_cmp for mem_cmp
      
      * [Wasm] memcmp fix and test added (#7590)
      
      * [Wasm] memcmp fix and test added
      
      * [Wasm] use reqrep_test! macro for memcmp test
      
      * wasmi interpreter (#7796)
      
      * adjust storage update evm-style (#7812)
      
      * disable internal memory (#7842)
      b60511e3
  2. Feb 12, 2018
  3. Feb 02, 2018
  4. Feb 01, 2018
  5. Jan 31, 2018
    • André Silva's avatar
      [Beta] Backports (#7756) · a42d780d
      André Silva authored
      * Filter-out nodes.json (#7716)
      
      * Filter-out nodes.json
      
      * network: sort node table nodes by failure ratio
      
      * network: fix node table tests
      
      * network: fit node failure percentage into buckets of 5%
      
      * network: consider number of attempts in sorting of node table
      
      * network: fix node table grumbles
      
      * Fix client not being dropped on shutdown (#7695)
      
      * parity: wait for client to drop on shutdown
      
      * parity: fix grumbles in shutdown wait
      
      * parity: increase shutdown timeouts
      
      * Wrap --help output to 120 characters (#7626)
      
      * Update Clap dependency and remove workarounds
      
      * WIP
      
      * Remove line breaks in help messages for now
      
      * Multiple values can only be separated by commas (closes #7428)
      
      * Grumbles; refactor repeating code; add constant
      
      * Use a single Wrapper rather than allocate a new one for each call
      
      * Wrap --help to 120 characters rather than 100 characters
      v1.9.1-ci3
      a42d780d
    • GitLab Build Bot's avatar
      582fa8ce
    • Jaco Greeff's avatar
      [beta] Token filter balances (throttle) (#7742) · 73be0fb0
      Jaco Greeff authored
      * [beta] Token filter balances (throttle)
      
      * Cleanups
      
      * Remove unused uniq
      
      * Update @parity/shared to 2.2.23
      
      * Remove unused code paths
      v1.9.1-ci2
      73be0fb0
    • Afri Schoedon's avatar
      Bump beta to 1.9.1 (#7751) · 627d1a49
      Afri Schoedon authored
      627d1a49
    • Jaco Greeff's avatar
      [beta] Explicitly add branch name (#7754) · a7807106
      Jaco Greeff authored
      * [beta] Explicitly add branch name
      
      * Fix cargo update branch to beta
      v1.9.1-ci1
      a7807106
  6. Jan 29, 2018
  7. Jan 25, 2018
  8. Jan 24, 2018
  9. Jan 23, 2018
    • Afri Schoedon's avatar
      Update installer.nsi · cad91df2
      Afri Schoedon authored
      cad91df2
    • Denis S. Soldatov aka General-Beck's avatar
      fix conditions in gitlab-test (#7676) · 50a58e1a
      Denis S. Soldatov aka General-Beck authored
      * fix conditions in gitlab-test
      
      * Update gitlab-test.sh
      50a58e1a
    • Denis S. Soldatov aka General-Beck's avatar
      remove cargo cache · 1e36fc5d
      Denis S. Soldatov aka General-Beck authored
      1e36fc5d
    • Marek Kotewicz's avatar
      Backports to beta (#7660) · fa6a0a6b
      Marek Kotewicz authored
      * Improve handling of RocksDB corruption (#7630)
      
      * kvdb-rocksdb: update rust-rocksdb version
      
      * kvdb-rocksdb: mark corruptions and attempt repair on db open
      
      * kvdb-rocksdb: better corruption detection on open
      
      * kvdb-rocksdb: add corruption_file_name const
      
      * kvdb-rocksdb: rename mark_corruption to check_for_corruption
      
      * Hardening of CSP (#7621)
      
      * Fixed delegatecall's from/to (#7568)
      
      * Fixed delegatecall's from/to, closes #7166
      
      * added tests for delegatecall traces, #7167
      
      * Light client RPCs (#7603)
      
      * Implement registrar.
      
      * Implement eth_getCode
      
      * Don't wait for providers.
      
      * Don't wait for providers.
      
      * Fix linting and wasm tests.
      
      * Problem: AttachedProtocols don't get registered (#7610)
      
      I was investigating issues I am having with Whisper support. I've
      enabled Whisper on a custom test network and inserted traces into
      Whisper handler implementation (Network<T> and NetworkProtocolHandler
      for Network<T>) and I noticed that the handler was never invoked.
      
      After further research on this matter, I found out that
      AttachedProtocol's register function does nothing:
      https://github.com/paritytech/parity/blob/master/sync/src/api.rs#L172
      but there was an implementation originally:
      99075ad2#diff-5212acb6bcea60e9804ba7b50f6fe6ec and it did the actual
      expected logic of registering the protocol in the NetworkService.
      
      However, as of 16d84f8e#diff-5212acb6bcea60e9804ba7b50f6fe6ec ("finished
      removing ipc") this implementation is gone and only the no-op function
      is left.
      
      Which leads me to a conclusion that in fact Whisper's handler never gets
      registered in the service and therefore two nodes won't communicate
      using it.
      
      Solution: Resurrect original non-empty `AttachedProtocols.register`
      implementation
      
      Resolves #7566
      
      * Fix Temporarily Invalid blocks handling (#7613)
      
      * Handle temporarily invalid blocks in sync.
      
      * Fix tests.
      fa6a0a6b
    • Denis S. Soldatov aka General-Beck's avatar
      add docker build for beta (#7671) · a8fc42d2
      Denis S. Soldatov aka General-Beck authored
      * add docker build for beta
      
      * add cargo cache
      a8fc42d2
    • Denis S. Soldatov aka General-Beck's avatar
  10. Jan 22, 2018
  11. Jan 19, 2018