1. Apr 20, 2018
    • Wei Tang's avatar
      [stable] Backports (#8449) · 014d0ac1
      Wei Tang authored
      * Use forked app_dirs crate for reverted Windows dir behavior  (#8438)
      
      * Remove unused appdirs dependency in CLI
      
      * Use forked app_dirs crate for reverted Windows dir behavior
      
      * remove Tendermint extra_info due to seal inconsistencies (#8367)
      
      * Improve VM executor stack size estimation rules (#8439)
      
      * Improve VM executor stack size estimation rules
      
      * typo: docs add "(Debug build)" comment
      
      * Fix an off by one typo and set minimal stack size
      
      This avoids the case if `depth_threshold == max_depth`. Usually setting stack size to zero will just rebound it to
      platform minimal stack size, but we set it here just in case.
      
      * Use saturating_sub to avoid potential overflow
      
      * Upgrade crossbeam to 0.3
      v1.9.7-ci0
      014d0ac1
  2. Apr 16, 2018
  3. Apr 10, 2018
  4. Mar 26, 2018
  5. Mar 23, 2018
  6. Mar 21, 2018
  7. Mar 19, 2018
  8. Mar 17, 2018
  9. Mar 15, 2018
  10. 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
  11. Mar 13, 2018
  12. Mar 05, 2018
  13. Mar 01, 2018
  14. 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