1. Feb 19, 2018
    • André Silva's avatar
      [Beta] Backports (#7945) · 804ddfe3
      André Silva authored
      * ECIP 1041 - Remove Difficulty Bomb (#7905)
      
      Enable difficulty bomb defusion at block:
       - 5900000 on Ethereum Classic mainnet,
       - 2300000 on morden testnet.
      
      Reference:
      https://github.com/ethereumproject/ECIPs/blob/master/ECIPs/ECIP-1041.md
      
      * spec: Validate required divisor fields are not 0 (#7933)
      
      * Add validate_non_zero function
      
      It's used to validate that a Spec's uint field used as a divisor is not zero.
      
      * Add deserialize_with to gas_limit_bound_divisor
      
      Prevents panics due to divide-by-zero on the gas_limit_bound_divisor
      field.
      
      * Add deserialize_with to difficulty_bound_divisor
      
      Prevents panics due to divide-by-zero on the difficulty_bound_divisor
      field.
      
      * Add validate_optional_non_zero function
      
      Used to validate Option<Uint> divisor fields.
      
      * Use deserialize_with on optional divisor fields.
      
      * Add #[serde(default)] attribute to divisor fields
      
      When using `#[serde(deserialize_with)]`, `#[serde(default)]` must be specified so that missing
      fields can be deserialized with the deserializer for `None`.
      
      * Kovan WASM fork code (#7849)
      
      * kovan fork code
      
      * introduce ethcore level vm_factory and let it fail
      
      * fix json tests
      
      * wasmcosts as option
      
      * review changes
      
      * wasm costs in parser
      
      * fix evm tests
      
      * review fixes
      
      * fix test
      
      * remove redundant json field
      v1.9.3
      804ddfe3
    • Rando's avatar
      Beta: Gitlab Cargo Cache (#7944) · 3bfb2fa1
      Rando authored
      * gitlab cache (#7921)
      
      it is necessary to test
      
      * fix snap build master (#7896)
      
      add rhash
      
      * Remove duplicate snap target
      3bfb2fa1
    • Jaco Greeff's avatar
      [beta] Bump react-qr-reader (#7943) · 9d697c5d
      Jaco Greeff authored
      * [beta] Update react-qr-reader
      
      * Explicit webrtc-adapter dependency (package-lock workaround)
      
      * iframe with allow (QR, new Chrome policy)
      9d697c5d
    • Pierre Krieger's avatar
      Backport of #7844 and #7917 to beta (#7940) · 6a29fea2
      Pierre Krieger authored
      * Randomize the peer we dispatch to
      
      * Fix a division by zero in light client RPC handler
      6a29fea2
  2. Feb 16, 2018
  3. Feb 15, 2018
  4. Feb 14, 2018
  5. Feb 12, 2018
  6. Feb 02, 2018
  7. Feb 01, 2018
  8. 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
  9. Jan 29, 2018
  10. Jan 25, 2018
  11. Jan 24, 2018