Skip to content
  1. Aug 20, 2017
  2. Aug 19, 2017
    • Arkadiy Paronyan's avatar
      [beta] Backports (#6333) · 49920646
      Arkadiy Paronyan authored
      * overflow check in addition
      
      * add test
      
      * Unexpose methods on UI RPC. (#6295)
      
      * Add more descriptive error when signing/decrypting using hw wallet.
      
      * format instant change proofs correctly
      
      * propagate stratum submit share error upstream, fixes #6258 (#6260)
      
      * updated jsonrpc (#6264)
      
      * Using multiple NTP servers (#6173)
      
      * Small improvements to time estimation.
      
      * Allow multiple NTP servers to be used.
      
      * Removing boxing.
      
      * Be nice.
      
      * Be nicer.
      
      * Update list of servers and add reference.
      
      * Fix dapps CSP when UI is exposed externally (#6178)
      
      * Allow embeding on any page when ui-hosts=all and fix dev_ui
      
      * Fix tests.
      
      * Fix cache path when using --base-path (#6212)
      
      * Time should not contribue to overall status. (#6276)
      
      * v1.7.1
      49920646
  3. Aug 18, 2017
    • GitLab Build Bot's avatar
      75eb5422
    • Nicolas Gotchac's avatar
      UI backports (#6332) · b0f89bec
      Nicolas Gotchac authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Time should not contribue to overall status. (#6276)
      
      * Add warning to web browser and fix links. (#6232)
      
      * Extension fixes (#6284)
      
      * Fix token symbols in extension.
      
      * Allow connections from firefox extension.
      
      * Add support for ConsenSys multisig wallet (#6153)
      
      * First draft of ConsenSys wallet
      
      * Fix transfer store // WIP Consensys Wallet
      
      * Rename walletABI JSON file
      
      * Fix linting
      
      * Fix wrong daylimit in wallet modal
      
      * Confirm/Revoke ConsensysWallet txs
      
      * Linting
      
      * Change of settings for the Multisig Wallet
      b0f89bec
  4. Aug 10, 2017
    • Afri's avatar
      Update README for [beta] (#6270) · fcc38870
      Afri authored
      * Update beta readme to reflect required rust version
      
      * Update Changelog for 1.6.10 and 1.7.0 (#6183)
      
      * Update changelog for 1.6.10
      
      * Update changelog for 1.7.0
      
      * Move 1.7.0 to top
      
      * Rephrase contract warp
      
      * Update final 1.7.0 changelog
      
      * Update beta backports in Changelog
      
      * Update SECURITY.md
      fcc38870
  5. Aug 03, 2017
  6. Jul 27, 2017
    • GitLab Build Bot's avatar
      js-precompiled 20170727-171407 · 5f2cabd6
      GitLab Build Bot authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      5f2cabd6
    • Arkadiy Paronyan's avatar
      [beta] Backports (#6163) · 65e4bad3
      Arkadiy Paronyan authored
      * Light client improvements (#6156)
      
      * no seal checking
      
      * import command and --no-seal-check for light client
      
      * fix eth_call
      
      * tweak registry dapps lookup
      
      * ignore failed requests to non-server peers
      
      * Fix connecting to wildcard addresses. (#6167)
      
      * Don't display an overlay in case the time sync check fails. (#6164)
      
      * Small improvements to time estimation.
      
      * Temporarily disable NTP time check by default.
      65e4bad3
  7. Jul 26, 2017
  8. Jul 25, 2017
  9. Jul 21, 2017
  10. Jul 20, 2017
  11. Jul 19, 2017
  12. Jul 18, 2017
  13. Jul 16, 2017
  14. Jul 15, 2017
  15. Jul 13, 2017
    • Arkadiy Paronyan's avatar
      Set release channel to beta · 1f4d6fce
      Arkadiy Paronyan authored
      1f4d6fce
    • Tomasz Drwięga's avatar
      Limit transaction queue memory & limit future queue (#6038) · 1aaafa2d
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Remove confusing gas_limit in the pool.
      
      * Change defaults
      
      * Limit transaction queue by memory usage.
      
      * Change defaults to something lower.
      
      * Fix rpc test.
      
      * Fix js issues.
      
      * Renamed block_gas_limit
      1aaafa2d
    • Jaco Greeff's avatar
      Fix lint/build issue (#6050) · 58307479
      Jaco Greeff authored
      58307479
    • keorn's avatar
      New contract PoA sync fixes (#5991) · 22261bc2
      keorn authored
      * generate proofs on newly-created state
      
      * report only missed steps after first block
      
      * dont report skipped if not signer
      
      * test
      
      * finality tracing and passing valid header to `commit_block`
      
      * avoid proposing multiple times on the same step when validator set changes
      
      * limit benign reports
      
      * Ordering -> AtomicOrdering
      
      * reinstate warning now that spam is reduced
      
      * flush pending transition changes when necessary
      
      * ensure epochs aren't re-zoomed on every block
      22261bc2