1. Nov 10, 2017
  2. Nov 07, 2017
  3. Nov 03, 2017
  4. Nov 02, 2017
    • Svyatoslav Nikolsky's avatar
      SecretStore: versioned keys (#6910) · 7703cd22
      Svyatoslav Nikolsky authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * SecretStore: first key versions flush
      
      * SecretStore: key versions in encryption session
      
      * SecretStore: flush key versions negotiation session
      
      * SecretStore: connected key version negotiation session to cluster
      
      * SecretStore: cluster sessions container refactoring
      
      * SecretStore: flush
      
      * SecretStore: flush key versions
      
      * SecretStore: flush
      
      * SecretStore: delegation proto
      
      * SecretStore: decryption_session_is_delegated_when_node_does_not_have_key_share
      
      * SecretStore: fixed version in decryption session
      
      * SecretStore: signing_session_is_delegated_when_node_does_not_have_key_share
      
      * SecretStore: started restoring admin sessions
      
      * SecretStore: restoring admin sessions
      
      * SecretStore: removed obsolete ShareRemove && ShareMove sessions
      
      * SecretStore: ShareAdd math tests only require old_t+1 nodes
      
      * SecretStore: ShareAdd revamp using new math backend
      
      * SecretStore: do not include isolated nodes into consensus_group
      
      * SecretStore: ServersSetChange + ShareAdd revamp
      
      * removed debug printlns
      
      * SecretStore: key version negotiation tests
      
      * SecretStore: removed debug/merge artifacts
      
      * SecretStore: fixed master node selection
      
      * SecretStore: cleanup + tests + fixes
      
      * SecretStore: uncommented tests
      
      * SecretStore: cleaning up
      
      * SecretStore: cleaning up + tests
      
      * SecretStore: cleaning up
      
      * SecretStore: cleaning up && tests
      
      * SecretStore: fixing TODOs
      
      * SecretStore: fixing TODOs + cleanup
      
      * SecretStore: fixing TODOs
      
      * SecretStore: nodes_add_to_the_node_with_obsolete_version
      
      * SecretStore: nodes_add_fails_when_not_enough_share_owners_are_connected
      
      * SecretStore: tests
      
      * SecretStore: signing && delegation tests
      
      * SecretStore: signing && decryption tests when some nodes are isolated
      
      * SecretStore: sessions_are_removed_when_initialization_fails
      
      * SecretStore: ceaning up
      
      * SecretStore: removed obsolete comments
      
      * SecretStore: signing_session_completes_if_node_does_not_have_a_share
      7703cd22
    • Dmitry Kashitsyn's avatar
      Removes FUTURE_QUEUE_LIMITS_SHIFT (#6962) · 713bba00
      Dmitry Kashitsyn authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      713bba00
    • Arkadiy Paronyan's avatar
    • Nikolay Volf's avatar
      Add hint in ActionParams for splitting code/data (#6957) · f72858ee
      Nikolay Volf authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Action params and embedded params handling
      
      * fix namespaces
      f72858ee
  5. Nov 01, 2017
  6. Oct 30, 2017
  7. Oct 29, 2017
  8. Oct 26, 2017
  9. Oct 25, 2017
    • GitLab Build Bot's avatar
      0abc2b13
    • Jaco Greeff's avatar
      Shell updates (bonds, updated Dapps) (#6897) · f282823e
      Jaco Greeff authored
      * Remove stage-0
      
      * Re-add stage-0 for `export default from './xyz';`
      
      * Add background loading image
      
      * Add window.isParity for parity-specific actions
      
      * inject bonds (temporary)
      
      * Remove loading text overlay
      
      * Remove background around logo
      
      * Remove debug log
      
      * Fix account selection (correct component used)
      
      * Update with changed dapp dependencies
      
      * Add oo7 to list of babel node_module targets
      
      * injectObjects -> onDappLoad
      f282823e
    • Nicolas Ochem's avatar
      fix #6228: do not display eth price in cli for etc (#6877) · 542cee9a
      Nicolas Ochem authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * fix #6228: do not display eth price in cli for etc
      
      Current behaviour:
      
      When the client is started with defaults, the miner's gas calibrator
      periodically queries the price of ether in usd and uses it to adjust
      the wei_per_gas variable, displaying an info message in the cli each
      time calibration happens. The info message mentions the price of ETH.
      
      When started with the --min-gas-price option, the calibrator is inactive
      and the price is not displayed.
      
      Problem:
      
      When running on an alternate chain such as ethereum classic, the info
      message mentioning the ETH price is present, unless the --min-gas-price
      option is used.
      
      Solution:
      
      if chain != foundation and --min-gas-price is not set,
      don't use GasPricerConfig::Calibrated as default but rather fix
      the minimum gas price to zero.
      
      * self.chain() returns ChainType.
      
      * match chain based on SpecType
      542cee9a
    • Nicolas Ochem's avatar
      fix mining help (#6885) · 54b14001
      Nicolas Ochem authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      was
              --min-gas-price=[STRING]
      	                Minimum amount of Wei per GAS to be paid for a
      			transaction to be accepted for mining. Overrides
      			--basic-tx-usd.
      
      Issue: --basic-tx-usd does not exist. Author probably meant
      --usd-per-tx.
      
      New:
              --min-gas-price=[STRING]
      	                Minimum amount of Wei per GAS to be paid for a
      			transaction to be accepted for mining. Overrides
      			--usd-per-tx.
      54b14001
    • Tomasz Drwięga's avatar
      Refactor static context check in CREATE. (#6886) · 8dfdebc2
      Tomasz Drwięga authored and Arkadiy Paronyan's avatar Arkadiy Paronyan committed
      * Refactor static context check in CREATE.
      
      * Fix wasm.
      8dfdebc2
  10. Oct 24, 2017
  11. Oct 23, 2017
  12. Oct 20, 2017