GitLab Build Bot
d525d1e8a7
[ci skip] js-precompiled 20171030-184948
2017-10-30 19:03:18 +00:00
Jaco Greeff
152e56c5d9
Don't add {css,js}.map from dapps ( #6931 )
2017-10-30 14:36:37 +01:00
arkpar
38652bd296
Restored rust-toolchain
2017-10-30 08:05:44 +01:00
Marek Kotewicz
39e27076ad
Merge pull request #6842 from paritytech/td-evm-json
...
Fix JSON tracing for sub-calls.
2017-10-29 21:47:14 -07:00
arkpar
4c101c974d
Tray app fixes
2017-10-29 14:43:44 +01:00
arkpar
719f3788e6
Installer fixes
2017-10-29 14:42:37 +01:00
arkpar
4b6036fa08
Updated icon
2017-10-29 14:42:37 +01:00
arkpar
4b56f2530d
Don't create IPC dir on windows
2017-10-29 14:42:37 +01:00
efyang
9b4db8b4f0
Fix iterator issues
2017-10-28 16:59:00 -05:00
GitLab Build Bot
44511f9254
[ci skip] js-precompiled 20171026-173947
2017-10-26 17:51:21 +00:00
GitLab Build Bot
0abc2b1374
[ci skip] js-precompiled 20171025-172424
2017-10-25 17:37:10 +00:00
Jaco Greeff
f282823e78
Shell updates (bonds, updated Dapps) ( #6897 )
...
* 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
2017-10-25 16:54:41 +02:00
Nicolas Ochem
542cee9ace
fix #6228 : do not display eth price in cli for etc ( #6877 )
...
* 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
2017-10-25 11:42:48 +02:00
Nicolas Ochem
54b14001fa
fix mining help ( #6885 )
...
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.
2017-10-25 11:38:47 +02:00
Tomasz Drwięga
8dfdebc2a2
Refactor static context check in CREATE. ( #6886 )
...
* Refactor static context check in CREATE.
* Fix wasm.
2017-10-25 11:27:18 +02:00
GitLab Build Bot
b50ed887c7
[ci skip] js-precompiled 20171024-132828
2017-10-24 13:48:32 +00:00
David Dorgan
bdf1e6afcc
Revert "Sync parity-ewf with parity"
...
This reverts commit f7ba063b22
.
2017-10-24 13:31:58 +01:00
David Dorgan
f7ba063b22
Sync parity-ewf with parity
2017-10-24 12:31:50 +01:00
Tomasz Drwięga
dfccc3fb04
Allow force sealing and reseal=0 for non-dev chains. ( #6878 )
2017-10-24 12:25:34 +02:00
Tomasz Drwięga
b98150526c
Fix serialization of non-localized transactions ( #6868 )
...
* Fix serialization of non-localized transactions.
* Return proper SignedTransactions representation.
2017-10-24 12:13:00 +02:00
Marek Kotewicz
d68b3f131d
updated ntp to version 0.3 ( #6854 )
2017-10-24 12:12:15 +02:00
Afri Schoedon
f68cb37efb
Align README with 1.8 and prepare CHANGELOG with 1.8.1 ( #6833 )
...
* 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.
2017-10-24 12:01:35 +02:00
Tomasz Drwięga
025244e8b2
Return error on timed unlock attempt. ( #6777 )
2017-10-24 11:57:55 +02:00
Tomasz Drwięga
1253a5c577
Merge branch 'master' into td-evm-json
2017-10-24 09:16:51 +02:00
Robert Habermeier
dd13526f6c
warn when blacklisted account present in store
2017-10-24 09:04:28 +02:00
Robert Habermeier
965dff3d32
light: get local transactions by hash
2017-10-24 07:30:53 +02:00
Marek Kotewicz
3e5d9b92c1
Merge pull request #6866 from paritytech/td-fix-dapps-tests
...
Fix dapps tests in master
2017-10-24 11:31:14 +07:00
Tomasz Drwięga
dd21e61371
Fix ws tests.
2017-10-23 23:52:50 +02:00
Tomasz Drwięga
42e23a9633
Return proper SignedTransactions representation.
2017-10-23 16:45:06 +02:00
Tomasz Drwięga
4ba2587226
Fix serialization of non-localized transactions.
2017-10-23 14:46:36 +02:00
Tomasz Drwięga
5f5476ceb8
Fix parsing of non-utf8 characters.
2017-10-23 14:02:53 +02:00
efyang
56b6adec68
Iterate over both buffered and unbuffered database entries
2017-10-22 20:58:06 -05:00
Arkadiy Paronyan
097815cb71
Ethstore optimizations ( #6827 )
2017-10-20 20:20:41 +02:00
Tomasz Drwięga
1177c39772
Merge branch 'master' into td-evm-json
2017-10-20 16:06:44 +02:00
Tomasz Drwięga
2d222a5920
Capture traces and write some tests.
2017-10-20 16:06:36 +02:00
Tomasz Drwięga
4ac406da6b
Merge branch 'master' into td-evm-json
2017-10-20 13:36:45 +02:00
GitLab Build Bot
f4c9524eb4
[ci skip] js-precompiled 20171020-105109
2017-10-20 11:04:41 +00:00
ia
bbe9d73e9a
Add ECIP1017 to Morden config ( #6810 )
...
* Add ECIP1017 setting to Morden config
* Convert spaces to tabs
* Update Morden bootnodes to match Geth
2017-10-20 12:37:37 +02:00
Jaco Greeff
9ca294740d
Remove all package publishing to npm ( #6838 )
2017-10-20 12:16:26 +02:00
Marek Kotewicz
9228ce4bae
util crates use tempdir crate instead of devtools to create temp path ( #6807 )
...
* 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
2017-10-20 12:11:34 +02:00
Jaco Greeff
7b14907f7f
Trigger build ( #6836 )
2017-10-20 11:51:37 +02:00
Tomasz Drwięga
aa929fe6ae
Clean-up scripts. ( #6832 )
2017-10-20 11:41:11 +02:00
Arkadiy Paronyan
3a01068747
Merge pull request #6829 from paritytech/tweak-snapshot-sync
...
Tweaked snapshot sync threshold
2017-10-20 08:18:25 +02:00
arkpar
3ea9d80859
Tweaked snapshot sync threshold
2017-10-19 23:11:38 +02:00
Arkadiy Paronyan
41eabfcc1e
Merge pull request #6819 from paritytech/td-ui-2
...
Integrate UI 2
2017-10-19 22:09:13 +02:00
Tomasz Drwięga
bfcf4c4281
Merge branch 'master' into td-ui-2
2017-10-19 15:46:15 +02:00
GitLab Build Bot
58db82dbe2
[ci skip] js-precompiled 20171019-130316
2017-10-19 13:08:11 +00:00
Arkadiy Paronyan
b4c4fddb10
devp2p snappy compression ( #6683 )
2017-10-19 14:41:10 +02:00
Jaco Greeff
fdbf6bf7d6
Refresh cached tokens based on registry info & random balances ( #6818 )
...
* Refresh cached tokens based on registry info & random balances
* Don't display errored token images
2017-10-19 14:18:21 +02:00
Tomasz Drwięga
490f771faf
Fix tests.
2017-10-19 12:02:13 +02:00