- Nov 01, 2017
-
-
* Nonce future - reserve and dispatch * Single thread nonce tests * Track status of reserved nonces. * Initialization of nonce reservations. * Prospective Signer * Fix cli tests.
-
Kirill Pimenov authored
Windows fixes
-
- Oct 30, 2017
-
-
GitLab Build Bot authored
-
Jaco Greeff authored
-
Arkadiy Paronyan authored
-
Marek Kotewicz authored
Fix JSON tracing for sub-calls.
-
- Oct 29, 2017
-
-
arkpar authored
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
Arkadiy Paronyan authored
-
- Oct 26, 2017
-
-
GitLab Build Bot authored
-
- Oct 25, 2017
-
-
GitLab Build Bot authored
-
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
-
* 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
-
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.
-
* Refactor static context check in CREATE. * Fix wasm.
-
- Oct 24, 2017
-
-
GitLab Build Bot authored
-
ddorgan authored
-
-
* Fix serialization of non-localized transactions. * Return proper SignedTransactions representation.
-
-
* Update README.md for 1.8.0 * Update CHANGELOG.md for 1.8.1 * Clarify note on trezor wallets * Update CHANGELOG.md for 1.8.1 * Update CHANGELOG.md for 1.8.1 * Update CHANGELOG.md for 1.8.1 * Fix Typos.
-
-
Tomasz Drwięga authored
-
Marek Kotewicz authored
Fix dapps tests in master
-
- Oct 23, 2017
-
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
- Oct 20, 2017
-
-
Arkadiy Paronyan authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
Tomasz Drwięga authored
-
GitLab Build Bot authored
-
* Add ECIP1017 setting to Morden config * Convert spaces to tabs * Update Morden bootnodes to match Geth
-
Jaco Greeff authored
-
* use tempdir instead of devtools in kvdb-rocksdb * use tempdir instead of devtools in migration * use tempdir instead of devtools in ethcore-network * fixed wrong merge
-
Jaco Greeff authored
-
-
Arkadiy Paronyan authored
Tweaked snapshot sync threshold
-
- Oct 19, 2017
-
-
Arkadiy Paronyan authored
-