Svyatoslav Nikolsky
5080cc3c9e
update_nodes_set in maintain
2017-07-19 12:36:40 +03:00
GitLab Build Bot
e5042d0d38
[ci skip] js-precompiled 20170719-084508
2017-07-19 08:49:29 +00:00
Svyatoslav Nikolsky
81de7e1075
initial KeyServerSet commit
2017-07-19 11:35:17 +03:00
Arkadiy Paronyan
d9101b9559
Fixed ethkey CLI build ( #6086 )
2017-07-19 10:18:30 +02:00
Jaco Greeff
49a55886d3
Bump package.json for master 1.8 ( #6074 )
2017-07-19 10:13:43 +02:00
Robert Habermeier
298ea1d748
Bump snap version and tweak importing detection logic ( #6079 )
...
* bump last tick just before printing info and restore sync detection
* bump kovan snapshot version
* Fixed sync tests
* Fixed rpc tests
2017-07-18 16:59:33 +02:00
Denis S. Soldatov aka General-Beck
d157930f2c
chmod +x *scripts
2017-07-18 16:45:58 +03:00
Denis S. Soldatov aka General-Beck
88145752ff
[ci skip] move Aura test https://github.com/paritytech/parity-import-tests in nightly
build
2017-07-18 16:45:58 +03:00
Giuseppe Bertone
319a01b34f
User_defaults now contains serialization for is_first_launch parameter; ( #6068 )
...
Solved the "TraceDB resync required" issue when trying to use "--tracing on" option just after a DB kill operation;
2017-07-18 15:38:38 +02:00
Vurich
d51958dbf5
Speed up light_compute by ~9%
2017-07-18 15:38:10 +02:00
Denis S. Soldatov aka General-Beck
801fcf3271
fix docker build in master
2017-07-18 16:17:33 +03:00
Denis S. Soldatov aka General-Beck
df144a6fcb
fix docker build
2017-07-18 16:12:16 +03:00
Vurich
410ded5d45
Remove dead code from benchmarks
2017-07-18 14:17:01 +02:00
Vurich
d994d7a10c
Add benchmarks
2017-07-18 14:14:42 +02:00
Denis S. Soldatov aka General-Beck
649552e0f0
Update snapcraft.yaml
...
fix for builds.snapcraft.io
2017-07-17 21:31:12 +03:00
Jaco Greeff
36f94fde05
Ui 2 package upgrades ( #6076 )
...
* Upgrade to React 15.6
* Import PropTypes from prop-types
* Update package.json
* UI version in built version
* Cleanup /api/health status failures
* Check reponse.ok
* Add icons to view dapps
* Adjust layout for dapps
* Slightly darker balance background
* Adjust shadows
2017-07-17 18:37:33 +02:00
Jaco Greeff
fcdaa0d05b
Upated dependencies
2017-07-17 11:54:13 +02:00
Jaco Greeff
aaff34364d
Merge branch 'master' into ui-2
2017-07-17 11:49:03 +02:00
Denis S. Soldatov aka General-Beck
69561da15f
fix docker build and snapcraft
2017-07-17 12:06:32 +03:00
arkpar
04b641ff5f
Fixed build
2017-07-17 10:45:34 +02:00
Joseph Mark
fefeb50cae
Fix minor merge issue
2017-07-17 13:33:26 +07:00
Joseph Mark
d93a5d3da1
Merge branch 'master' into issues/4673
2017-07-17 13:07:00 +07:00
Joseph Mark
360f1fa34f
Add insecure presets and tests
2017-07-17 13:03:57 +07:00
Andre Silva
c7af702270
Refactor price_info ( #6003 )
...
* refactor PriceInfo to use Fetch and reuse the client
* forget Fetch future to keep it running in the background
* update Debug message for price_info::Client
* wrap underlying errors in price_info client
* use debug_struct in price_info client debug implementation
* use global fetch service in price_info client
* rename gas_pricer parameter in RunCmd
* move price_info to its own crate
* fix price_info tests
* replace rustc_serialize with serde_json in price_info
* add documentation for price_info
* remove unused rustc-serialize dependency from ethcore
* fix price_info formatting
* re-export fetch crate in price_info
* remove unused cfg attributes in price_info
* add tests for price_info
2017-07-16 18:22:45 +02:00
Robert Habermeier
fec4ccbbb8
acquire client report under lock in informant ( #6072 )
2017-07-16 17:43:43 +02:00
GitLab Build Bot
30f2057bdf
[ci skip] js-precompiled 20170716-095403
2017-07-16 10:02:50 +00:00
Arkadiy Paronyan
bb893daf7d
Removed Aura tests
2017-07-16 11:30:58 +02:00
Jaco Greeff
4fc16a9eec
Show busy indicator on Address forget ( #6066 )
...
* Shw busy indicator on Address forget
* Remove debug logs
2017-07-16 11:05:36 +02:00
Nikolay Volf
895350e77c
fix error message ( #6065 )
2017-07-15 19:58:52 +02:00
kaikun213
b5cbe34a2a
Merge remote-tracking branch 'origin/master'
2017-07-15 12:15:29 +02:00
kaikun213
ea14290f52
Merge remote-tracking branch 'origin/master'
2017-07-15 12:14:26 +02:00
Denis S. Soldatov aka General-Beck
c647963911
fix path aura test
2017-07-14 22:02:45 +03:00
Robert Habermeier
99075ad22a
Initial Whisper implementation ( #6009 )
...
* whisper skeleton
* basic message store
* rallying and message logic
* pass host info to network protocol handlers
* choose who starts rally based on node key
* module reshuffling
* mining messages
* prune messages by low PoW until below size target
* associated error type for ethkey generators and `OsRng` generator
* beginnings of RPC
* generic message handler for whisper
* reshuffle code order
* standard payload encoding and decoding
* basic crypto
* minor restructuring of net code
* implement shh_post
* merge?
* implement filters
* rand trait for hash types
* filter RPCs for whisper
* symmetric encryption of payload
* pub-sub
* filter tests
* use only secure random IDs
* attach arbitrary protocols to network
* basic integration of whisper into Parity
* eagerly prune low PoW entries
* broadcast messages with salted topics
* node info RPC
* fix import
* fix leading zeros calculation
* address minor grumbles
2017-07-14 20:40:28 +02:00
Jaco Greeff
a4fa6a3ac7
Add CSP for worker-src ( #6059 )
...
* Specify worker-src seperately, add blob:
* Upgrade react-qr-scan to latest version
2017-07-14 18:50:19 +02:00
Denis S. Soldatov aka General-Beck
3308c40440
fix aura test
2017-07-14 18:02:39 +03:00
Denis S. Soldatov aka General-Beck
69d45f8ce4
add Parity Import Tests
...
https://github.com/paritytech/parity-import-tests
2017-07-14 17:44:43 +03:00
Svyatoslav Nikolsky
5cc40d4525
when error comes before initialization
2017-07-14 14:51:24 +03:00
Svyatoslav Nikolsky
18582d7b65
do not cache ACL storage contract
2017-07-14 13:41:25 +03:00
Joseph Mark
b975efa2bb
Add non-standard-ports preset and test
2017-07-14 10:42:56 +07:00
Joseph Mark
4fea18d945
Add mining preset and test
2017-07-14 10:15:39 +07:00
Joseph Mark
0f37261dbf
Change --min-gas-price to u64
2017-07-14 09:40:47 +07:00
GitLab Build Bot
3fb8a85f83
[ci skip] js-precompiled 20170713-162224
2017-07-13 16:27:01 +00:00
Jaco Greeff
2dc92fc245
Merge branch 'master' into ui-2
2017-07-13 17:28:51 +02:00
Robert Habermeier
664dcc063a
Merge pull request #6051 from paritytech/v1.8
...
v1.8
2017-07-13 17:24:39 +02:00
arkpar
debbfc117a
Bumped version
2017-07-13 15:52:01 +02:00
Tomasz Drwięga
1aaafa2d11
Limit transaction queue memory & limit future queue ( #6038 )
...
* 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
2017-07-13 15:12:25 +02:00
Jaco Greeff
58307479ad
Fix lint/build issue ( #6050 )
2017-07-13 14:37:35 +02:00
Joseph Mark
9c3bd83d3b
Merge branch 'master' into issues/4673
2017-07-13 19:30:52 +07:00
Joseph Mark
e0b15116a5
Replace dev chain special case with preset
...
Add --min-gas-price (does the same as legacy --gasprice) and tweak
gas_pricer_config() and test cases. Dev preset will still be
overridden by CLI arguments, including --gasprice.
2017-07-13 19:25:41 +07:00
Jaco Greeff
e36a7fab2d
Update tests to master version
2017-07-13 11:54:52 +02:00