1. Mar 19, 2018
    • Tomasz Drwięga's avatar
      Triggering build for stable. · 49357a7a
      Tomasz Drwięga authored
      v1.9.5-ci6
      49357a7a
    • GitLab Build Bot's avatar
      v1.9.5-ci5
      a667de45
    • Tomasz Drwięga's avatar
      [stable] Postpone Kovan hard fork (#8137) (#8152) · ff71e787
      Tomasz Drwięga authored
      * Postpone Kovan hard fork (#8137)
      
      * ethcore: postpone Kovan hard fork
      
      * util: update version fork metadata
      
      * WASM libraries bump (#7970)
      
      * update wasmi, parity-wasm, wasm-utils to latest version
      
      * Update to new wasmi & error handling
      
      * also utilize new stack limiter
      
      * fix typo
      
      * replace dependency url
      
      * Cargo.lock update
      ff71e787
    • GitLab Build Bot's avatar
      0940fe91
    • GitLab Build Bot's avatar
      f205490f
    • Tomasz Drwięga's avatar
      Fix scripts. Force JS rebuild. (#8144) · dc8d6d81
      Tomasz Drwięga authored
      dc8d6d81
    • Tomasz Drwięga's avatar
      [stable] Backports (#8133) · feef2f87
      Tomasz Drwięga authored and Marek Kotewicz's avatar Marek Kotewicz committed
      * updater: apply exponential backoff after download failure (#8059)
      
      * updater: apply exponential backoff after download failure
      
      * updater: reset backoff on new release
      
      * Limit incoming connections.  (#8060)
      
      * Limit ingress connections
      * Optimized handshakes logging
      
      * Max code size on Kovan (#8067)
      
      * Enable code size limit on kovan
      
      * Fix formatting.
      
      * add some dos protection (#8084)
      
      * more dos protection (#8104)
      
      * Const time comparison (#8113)
      
      * Use `subtle::slices_equal` for constant time comparison.
      
      Also update the existing version of subtle in `ethcrypto` from
      0.1 to 0.5
      
      * Test specifically for InvalidPassword error.
      
      * revert removing blooms (#8066)
      
      * Revert "fix traces, removed bloomchain crate, closes #7228, closes #7167"
      
      This reverts commit 1bf62038678295e5586f02a38a0c5aab9a9efe62.
      
      * Revert "fixed broken logs (#7934)"
      
      This reverts commit f8a2e53f.
      
      * fixed broken logs
      
      * bring back old lock order
      
      * remove migration v13
      
      * revert CURRENT_VERSION to 12 in migration.rs
      
      * Fix compilation.
      
      * Check one step deeper if we're on release track branches
      
      * add missing pr
      
      * Fix blooms?
      
      * Fix tests compiilation.
      
      * Fix size.
      feef2f87
  2. Mar 17, 2018
  3. Mar 15, 2018
  4. Mar 14, 2018
    • Rando's avatar
      Stable backports (#8055) · 2acfdfc9
      Rando authored
      * CI: Fix cargo cache (#7968)
      
      * Fix cache
      
      Blocking waiting for file lock on the registry index
      
      * Only clean locked cargo cache on windows
      
      * fixed ethstore sign (#8026)
      
      * fix cache & snapcraft CI build (#8052)
      
      after successful testing it is necessary to port in a ```beta``` and ```stable```
      
      *  Add MCIP-6 Byzyantium transition to Musicoin spec (#7841)
      
      * Add test chain spec for musicoin byzantium testnet
      
      * Add MCIP-6 Byzyantium transition to Musicoin spec
      
      * Update mcip6_byz.json
      
      * ethcore: update musicoin byzantium block number
      
      * ethcore: update musicoin byzantium block number
      
      * ethcore: update musicoin bootnodes
      
      * Update musicoin.json
      
      * Update musicoin.json
      
      * More bootnodes.
      2acfdfc9
  5. Mar 13, 2018
  6. Mar 05, 2018
  7. Mar 01, 2018
  8. Feb 28, 2018
    • GitLab Build Bot's avatar
      caaac789
    • GitLab Build Bot's avatar
      1762e826
    • Rando's avatar
      Bump beta to 1.9.4 (#8016) · 6f21a32b
      Rando authored
      v1.9.4
      6f21a32b
    • Tomasz Drwięga's avatar
      [beta] Backports (#8011) · 86f6cea2
      Tomasz Drwięga authored
      
      
      * Hardware-wallet/usb-subscribe-refactor (#7860)
      
      * Hardware-wallet fix
      
      * More fine-grained initilization of callbacks by vendorID, productID and usb class
      * Each device manufacturer gets a seperate handle thread each
      * Replaced "dummy for loop" with a delay to wait for the device to boot-up properly
      * Haven't been very carefully with checking dependencies cycles etc
      * Inline comments explaining where shortcuts have been taken
      * Need to test this on Windows machine and with Ledger (both models)
      
      Signed-off-by: default avatarniklasad1 <[email protected]>
      
      * Validate product_id of detected ledger devices
      
      * closed_device => unlocked_device
      
      * address comments
      
      * add target in debug
      
      * Address feedback
      
      * Remove thread joining in HardwareWalletManager
      * Remove thread handlers in HardwareWalletManager because this makes them unused
      
      * fixed broken logs (#7934)
      
      * fixed broken logs
      
      * bring back old lock order
      
      * removed bloom groups from blockchain
      
      * revert unrelated changes
      
      * simplify blockchain_block_blooms
      
      * Bump WS (#7952)
      
      * Calculate proper keccak256/sha3 using parity. (#7953)
      
      * Increase max download limit to 128MB (#7965)
      
      * fetch: increase max download limit to 64MB
      
      * parity: increase download size limit for updater service
      
      * Detect too large packets in snapshot sync. (#7977)
      
      * fix traces, removed bloomchain crate, closes #7228, closes #7167 (#7979)
      
      * Remvoe generator.rs
      
      * Make block generator easier to use (#7888)
      
      * Make block generator easier to use
      
      * applied review suggestions
      
      * rename BlockMetadata -> BlockOptions
      
      * removed redundant uses of blockchain generator and genereator.next().unwrap() calls
      v1.9.4-ci0
      86f6cea2
  9. Feb 19, 2018
    • GitLab Build Bot's avatar
      beta-release
      3d667097
    • 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
  10. Feb 16, 2018
  11. Feb 15, 2018
  12. Feb 14, 2018
  13. Feb 12, 2018
  14. Feb 02, 2018
  15. Feb 01, 2018