Pierre Krieger
d4205da484
Extract the hard dependency on rocksdb from the light client ( #8034 )
...
* Extract the hard dependency on rocksdb from the light client
* Remove TODO
2018-03-01 19:53:15 +01:00
Amaury Martiny
ea3083bd3b
Update ref to new shell ( #8024 )
2018-03-01 13:17:39 +01:00
Marek Kotewicz
cdb3afee42
bump tiny-keccak ( #8019 )
2018-03-01 09:54:50 +01:00
Marek Kotewicz
f9d5d618dc
moved PerfTimer to a separate crate - "trace-time" ( #7985 )
2018-02-23 19:49:08 +01:00
Marek Kotewicz
5cf6684461
fix traces, removed bloomchain crate, closes #7228 , closes #7167 ( #7979 )
2018-02-23 10:29:11 +01:00
Marek Kotewicz
73756ce262
simplify compression and move it out of rlp crate ( #7957 )
...
* simplify compression and move it out of rlp crate
* removed lazy_static dependency from rlp
2018-02-23 10:12:52 +01:00
Marek Kotewicz
ee93be80c0
removed old migrations ( #7974 )
...
* removed old migrations
* improve SimpleMigration
* fixed migration tests
* fixed redundant whitespace
* add ToV13 migration which removes bloom groups
* bump CURRENT_VERSION of db
2018-02-22 14:53:10 +01:00
Tomasz Drwięga
05f47b6359
Bump WS ( #7952 )
2018-02-20 10:28:10 +01:00
Nikolay Volf
684322cd6f
Kovan WASM fork code ( #7849 )
...
* kovan fork code
* introduce ethcore level vm_factory and let it fail
* fix json tests
* wasmcosts as option
* review changes
* wasm costs in parser
* fix evm tests
* review fixes
* fix test
* remove redundant json field
2018-02-19 12:27:42 +01:00
Marek Kotewicz
605f3b0381
bring back trie and triehash benches ( #7926 )
2018-02-19 12:03:54 +01:00
Marek Kotewicz
c060d9584d
ethabi version 5 ( #7723 )
...
* Refactor updater to use ethabi-derive
* Grumble: do_call type alias
* Empty commit to trigger test re-run
* migration to ethabi-5.0
* migration to ethabi-5.0 in progress
* use ethabi_deriven to generate TransactAcl contract
* use ethabi_deriven to generate Registry contract
* hash-fetch uses ethabi_derive, removed retain cycle from updater, fixed #7720
* node-filter crate uses ethabi_derive to generate peer_set contract interface
* use LruCache in node-filter instead of HashMap
* validator_set engine uses ethabi_derive
* ethcore does not depend on native_contracts
* miner does no depend on native_contracts
* secret_store does not use native_contracts (in progress)
* removed native-contracts
* ethcore and updater does not depend on futures
* updated ethereum-types
* fixed all warnings caused by using new version of ethereum-types
* updated ethabi_derive && ethabi_contract to get rid of warnings
* removed another retain cycle in updater, fixed following minor version on update
* moved contracts out of native_contracts res
* updated ethabi_contract
* fixed failing test
* fixed failing test
* there is no need to create two contracts of the same kind any more
* simplify updater::ReleaseTrack conversion into u8 and add several tests for it
* applied review suggestions
* applied review suggestions
2018-02-09 09:32:06 +01:00
Tomasz Drwięga
a59f6d9bd2
Move updater metadata to Cargo.toml of parity-version. ( #7832 )
2018-02-08 12:38:56 +01:00
Tomasz Drwięga
b4ed51c5f1
Bump jsonrpc. ( #7828 )
2018-02-07 16:13:54 +01:00
Jaco Greeff
66755be8f6
Update references to UI shell & wallet ( #7808 )
...
* Update references to UI shell & wallet
* Update after merge
2018-02-06 14:25:02 +01:00
Nikolay Volf
fb4582a90e
wasmi interpreter ( #7796 )
2018-02-05 20:59:27 +01:00
Nikolay Volf
8587df17d9
Fix build ( #7807 )
...
* Update Cargo.toml
* updated Cargo.lock
2018-02-05 14:05:59 +03:00
Jaco Greeff
97a3c6e461
Move js & js-old code to github.com/parity-js ( #7685 )
...
* Move js & js-old to github.com/parity-js
* Update shell & dapp-wallet references
* Update wallet ref
* Remove JS stages
* Update to latest shell & wallet (token fixes)
2018-02-05 10:40:00 +01:00
Axel Chalon
fee88d04d4
Wrap --help output to 120 characters ( #7626 )
...
* Update Clap dependency and remove workarounds
* WIP
* Remove line breaks in help messages for now
* Multiple values can only be separated by commas (closes #7428 )
* Grumbles; refactor repeating code; add constant
* Use a single Wrapper rather than allocate a new one for each call
* Wrap --help to 120 characters rather than 100 characters
2018-01-31 09:50:52 +01:00
Tomasz Drwięga
f5c68c601e
Filter-out nodes.json ( #7716 )
...
* Filter-out nodes.json
* network: sort node table nodes by failure ratio
* network: fix node table tests
* network: fit node failure percentage into buckets of 5%
* network: consider number of attempts in sorting of node table
* network: fix node table grumbles
2018-01-31 09:50:01 +01:00
GitLab Build Bot
3acb9d9f4e
[ci skip] js-precompiled 20180120-201352
2018-01-20 20:15:03 +00:00
GitLab Build Bot
d31cfd3c64
[ci skip] js-precompiled 20180119-174947
2018-01-19 17:51:02 +00:00
Marek Kotewicz
f43e355254
Replace RandomTempDir with tempdir::Tempdir ( #7624 )
...
* Remove GuardedTempResult
* Remove RandomTempPath
* ethcore does not depend on devtools
2018-01-19 17:32:53 +01:00
GitLab Build Bot
5859db59c8
[ci skip] js-precompiled 20180119-145350
2018-01-19 14:55:15 +00:00
Marek Kotewicz
b535bf390c
Moved TestSocket to ethcore-network ( #7633 )
2018-01-19 14:41:34 +01:00
André Silva
2af4bd195f
Improve handling of RocksDB corruption ( #7630 )
...
* kvdb-rocksdb: update rust-rocksdb version
* kvdb-rocksdb: mark corruptions and attempt repair on db open
* kvdb-rocksdb: better corruption detection on open
* kvdb-rocksdb: add corruption_file_name const
* kvdb-rocksdb: rename mark_corruption to check_for_corruption
2018-01-19 14:33:38 +01:00
Marek Kotewicz
6bebb9e74a
Moved StopGaurd to it's own crate ( #7635 )
2018-01-19 13:46:31 +01:00
Marek Kotewicz
d430e7f4e2
Updated dependencies ( #7628 )
...
* Updated few dependencies
* Updated parking_lot to 0.5
* Updated backtrace to 0.3.5
* Updated crossbeam to 0.3
2018-01-19 13:46:11 +01:00
GitLab Build Bot
b6791977b3
[ci skip] js-precompiled 20180119-112209
2018-01-19 11:23:20 +00:00
GitLab Build Bot
7513949035
[ci skip] js-precompiled 20180119-103509
2018-01-19 10:36:32 +00:00
GitLab Build Bot
f8bf7e7d41
[ci skip] js-precompiled 20180118-182530
2018-01-18 18:26:57 +00:00
GitLab Build Bot
afae8e8f6e
[ci skip] js-precompiled 20180118-122152
2018-01-18 12:23:19 +00:00
Marek Kotewicz
f7012af92e
Use rustc-hex instead of rustc-serialize in bloomchain tests ( #7616 )
2018-01-18 14:37:10 +03:00
GitLab Build Bot
5990c64e31
[ci skip] js-precompiled 20180118-112917
2018-01-18 11:30:46 +00:00
GitLab Build Bot
b442b72c9d
[ci skip] js-precompiled 20180118-102003
2018-01-18 10:21:34 +00:00
GitLab Build Bot
30737fe580
[ci skip] js-precompiled 20180117-222359
2018-01-17 22:25:17 +00:00
Marek Kotewicz
0c01db4a49
separated ethcore_migrations from ethcore ( #7586 )
...
* separated ethcore_migrations from ethcore
* fixed authorship nitpick
* make ethcore_migrations related exports and imports more consistent
2018-01-17 22:11:13 +01:00
GitLab Build Bot
d429ce1849
[ci skip] js-precompiled 20180117-165329
2018-01-17 16:55:42 +00:00
GitLab Build Bot
793624b08c
[ci skip] js-precompiled 20180117-124844
2018-01-17 12:50:05 +00:00
GitLab Build Bot
df200d4284
[ci skip] js-precompiled 20180117-113819
2018-01-17 11:39:36 +00:00
Marek Kotewicz
9adee532a0
bump some of our core dependencies ( #7563 )
...
* updated ethereum-types and tiny-keccak
* Updated several deps
* Updated several more dependencies
* Modify dummy file to trigger ci
* fixed update of memmap to 0.6 in ethash crate
* Fixed fetch after update to latest reqwest
* Updated jsonrpc-core with fixes for serde
* add expects in util/version/build.rs
2018-01-17 11:45:29 +01:00
GitLab Build Bot
7aeb6c5b5f
[ci skip] js-precompiled 20180117-080716
2018-01-17 08:08:35 +00:00
GitLab Build Bot
0d7e7f0ab8
[ci skip] js-precompiled 20180116-220117
2018-01-16 22:02:35 +00:00
GitLab Build Bot
a2d1e046a5
[ci skip] js-precompiled 20180116-132804
2018-01-16 13:29:21 +00:00
GitLab Build Bot
594716dc1e
[ci skip] js-precompiled 20180115-172705
2018-01-15 17:28:27 +00:00
GitLab Build Bot
43358cc6bd
[ci skip] js-precompiled 20180115-153732
2018-01-15 15:38:56 +00:00
Alexey
d927320719
[WASM] mem_cmp added to the Wasm runtime ( #7539 )
...
* mem_cmp added to the Wasm runtime
* schedule.wasm.mem_copy to schedule.wasm.mem_cmp for mem_cmp
2018-01-15 18:24:24 +04:00
GitLab Build Bot
ad14e656f6
[ci skip] js-precompiled 20180115-060914
2018-01-15 06:10:33 +00:00
GitLab Build Bot
b7266e7829
[ci skip] js-precompiled 20180115-051727
2018-01-15 05:18:52 +00:00
GitLab Build Bot
da62cfd111
[ci skip] js-precompiled 20180114-230435
2018-01-14 23:05:57 +00:00
Marek Kotewicz
668d910c44
bloom refactor ( #7475 )
...
* ethereum-types refactor in progress
* ethereum-types refactor in progress
* ethereum-types refactor in progress
* ethereum-types refactor in progress
* ethereum-types refactor finished
* cleanup bloom mess
* simplify usage of Bloom in few places
* removed obsolete util/src/lib.rs
* removed commented out code
* ethereum-types 0.1.4
* updated ethereum-types and tiny-keccak
2018-01-14 22:43:28 +01:00
GitLab Build Bot
e7f36665bb
[ci skip] js-precompiled 20180113-020751
2018-01-13 02:09:53 +00:00
Tomasz Drwięga
f044b61f42
Extract some parts of miner from ethcore. ( #7353 )
...
* Move miner away from ethcore.
* Fix ethcore to use miner/transaction.
* Fix tests and warnings.
* fixed incorrect merge of the test in the documentation
2018-01-11 17:49:10 +01:00
Marek Kotewicz
cfc2a240c4
bump to 1.10.0 ( #7507 )
...
* bump to 1.10.0
* update version of version crate
* bump Cargo.lock
2018-01-11 09:58:37 +01:00
Marek Kotewicz
e95b093483
dissolve util ( #7460 )
...
* ethereum-types refactor in progress
* ethereum-types refactor in progress
* ethereum-types refactor in progress
* ethereum-types refactor in progress
* ethereum-types refactor finished
* removed obsolete util/src/lib.rs
* removed commented out code
2018-01-10 15:35:18 +03:00
André Silva
7e0928b8a2
kvdb: update rust-rocksdb version ( #7511 )
2018-01-10 11:23:29 +01:00
GitLab Build Bot
4c22ca2721
[ci skip] js-precompiled 20180108-171712
2018-01-08 17:18:32 +00:00
GitLab Build Bot
9c88e755e2
[ci skip] js-precompiled 20180108-160030
2018-01-08 16:02:07 +00:00
GitLab Build Bot
47b2b151ce
[ci skip] js-precompiled 20180108-085319
2018-01-08 08:54:35 +00:00
GitLab Build Bot
fc6b1cb4b9
[ci skip] js-precompiled 20180108-084013
2018-01-08 08:41:21 +00:00
Afri Schoedon
36bb5ed795
Bump openssl crate ( #7455 )
2018-01-04 16:12:12 +01:00
GitLab Build Bot
1d0af99744
[ci skip] js-precompiled 20180103-161510
2018-01-03 16:16:20 +00:00
GitLab Build Bot
1764143db5
[ci skip] js-precompiled 20180103-144059
2018-01-03 14:42:11 +00:00
GitLab Build Bot
7643e0e17f
[ci skip] js-precompiled 20180103-105415
2018-01-03 10:55:33 +00:00
André Silva
e114b0b28d
Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification ( #7348 )
...
* kvdb-rocksdb: update to RocksDB 5.8.8
* kvdb-rocksdb: tune RocksDB options
* Switch to level-style compaction
* Increase default block size (16K), and use bigger blocks for HDDs (64K)
* Increase default file size base (64MB SSDs, 256MB HDDs)
* Create a single block cache shared across all column families
* Tune compaction settings using RocksDB helper functions, taking into account
memory budget spread across all columns
* Configure backgrounds jobs based on the number of CPUs
* Set some default recommended settings
* ethcore: remove unused config blockchain.db_cache_size
* parity: increase default value for db_cache_size
* kvdb-rocksdb: enable compression on all levels
* kvdb-rocksdb: set global db_write_bufer_size
* kvdb-rocksdb: reduce db_write_bufer_size to force earlier flushing
* kvdb-rocksdb: use master branch for rust-rocksdb dependency
2018-01-03 11:00:37 +01:00
GitLab Build Bot
9d33f6f29a
[ci skip] js-precompiled 20180102-090245
2018-01-02 09:04:01 +00:00
debris
7b40f1cfe9
Merge branch 'master' into dircrate2
2017-12-29 10:45:11 +01:00
Marek Kotewicz
f8bd6b9f63
Merge pull request #7101 from paritytech/secretstore_kovan
...
SecretStore: Kovan integration initial version
2017-12-29 05:31:51 -04:00
Tomasz Drwięga
5b5dd85cf9
Fix lock file.
2017-12-27 11:32:05 +01:00
Svyatoslav Nikolsky
c0e7abcc81
Merge branch 'master' into secretstore_kovan
2017-12-27 11:44:28 +03:00
Nicolas Ochem
2e12a2db50
Fix #6209 - introduce standalone dir crate
...
* created the dir crate in util
* moved code from ethstore/src/dir/paths.rs to dir crate
* rename dir module in ethstore to accounts_dir to distinguish it
from the dir crate
* changes after @tomusdrw on #6952
2017-12-26 00:54:34 -08:00
Marek Kotewicz
d80dd81d77
parity-version pr reopen ( #7136 )
...
* parity-version module split from util
removed unused util deps and features
trigger buildbot again
only kvdb links rocksdb
snappy linker issues
* rm snappy
* fixed old version imports
2017-12-22 09:37:39 -04:00
Tomasz Drwięga
00883e477a
Get rid of clippy remainings.
2017-12-21 11:27:26 +01:00
GitLab Build Bot
2f9532fe4b
[ci skip] js-precompiled 20171220-114610
2017-12-20 11:47:16 +00:00
GitLab Build Bot
25a3c001ad
[ci skip] js-precompiled 20171219-170319
2017-12-19 17:04:25 +00:00
GitLab Build Bot
6bc88664ce
[ci skip] js-precompiled 20171219-140820
2017-12-19 14:09:23 +00:00
GitLab Build Bot
4b016672f3
[ci skip] js-precompiled 20171219-102906
2017-12-19 10:30:17 +00:00
Tomasz Drwięga
1d9206735b
Transaction Pool re-implementation ( #6994 )
...
* Initial design and some tests.
* Insertion & limits.
* Constructing pending block.
* Change to PendingIterator.
* Removing/cancelling transactions.
* Full status.
* Culling transactions.
* Use bigint.
* Add listener tests.
* Clean up listener types.
* Split into multiple files.
* Add copyright notice.
* Documentation.
* Don't require ownership.
* Fix cull to remove from by_hash.
* Make the queue generic over transactions.
* Address code review.
* Update wasm submodules.
* Fix review grumbles.
* Add some docs.
2017-12-19 10:20:49 +01:00
GitLab Build Bot
4971171e8a
[ci skip] js-precompiled 20171218-132345
2017-12-18 13:24:58 +00:00
GitLab Build Bot
0637de7303
[ci skip] js-precompiled 20171218-102310
2017-12-18 10:24:14 +00:00
GitLab Build Bot
a638019c17
[ci skip] js-precompiled 20171218-094355
2017-12-18 09:44:58 +00:00
GitLab Build Bot
9821fd92e4
[ci skip] js-precompiled 20171214-193220
2017-12-14 19:33:27 +00:00
GitLab Build Bot
f3297dd44a
[ci skip] js-precompiled 20171212-180737
2017-12-12 18:08:59 +00:00
GitLab Build Bot
140a78fe0b
[ci skip] js-precompiled 20171212-132048
2017-12-12 13:21:48 +00:00
GitLab Build Bot
50ed1f9d1e
[ci skip] js-precompiled 20171211-175904
2017-12-11 18:00:10 +00:00
GitLab Build Bot
0fe018ff68
[ci skip] js-precompiled 20171211-130343
2017-12-11 13:04:38 +00:00
GitLab Build Bot
92f0db7cd7
[ci skip] js-precompiled 20171207-145246
2017-12-07 14:53:50 +00:00
GitLab Build Bot
aff781b8bb
[ci skip] js-precompiled 20171206-171108
2017-12-06 17:12:14 +00:00
Svyatoslav Nikolsky
5d792324e6
Merge branch 'master' into secretstore_kovan
2017-12-06 19:56:54 +03:00
GitLab Build Bot
fb0006beee
[ci skip] js-precompiled 20171206-162251
2017-12-06 16:23:52 +00:00
GitLab Build Bot
1b898befab
[ci skip] js-precompiled 20171206-102728
2017-12-06 10:28:34 +00:00
GitLab Build Bot
e52a7de3f7
[ci skip] js-precompiled 20171205-102703
2017-12-05 10:28:13 +00:00
GitLab Build Bot
e08893fcf1
[ci skip] js-precompiled 20171205-084709
2017-12-05 08:48:09 +00:00
GitLab Build Bot
e76cec4afc
[ci skip] js-precompiled 20171204-115345
2017-12-04 11:54:51 +00:00
Arkadiy Paronyan
dde6baedec
Removed ethcore-util dependency from ethcore-network ( #7180 )
...
* Removed ethcore-util dependency
* Removed snappy
2017-12-02 10:08:04 +01:00
GitLab Build Bot
801b6c4bc8
[ci skip] js-precompiled 20171201-114538
2017-12-01 11:46:30 +00:00
Tomasz Drwięga
7663451116
Assorted improvements for ethstore and ethkey ( #6961 )
...
* Testing many passwords for presale wallet.
* Add multiple threads.
* WiP: ethkey brain wallets recover.
* Refactor pre-sale-wallet cracking.
* Generate in multiple threads. Brain with prefix.
* Validate bain wallet phrase.
* Brain wallet recovery.
* Self-review fixes.
* Fix tests.
* More docs.
* Bump versions.
* Remove cmd_find from borked merge.
* Update wasm submodules.
* Use threadpool.
2017-12-01 11:40:07 +03:00
GitLab Build Bot
d1bf0e0e62
[ci skip] js-precompiled 20171130-103432
2017-11-30 10:35:49 +00:00
GitLab Build Bot
3af1e1b3b0
[ci skip] js-precompiled 20171129-172021
2017-11-29 17:21:25 +00:00
GitLab Build Bot
538e540dde
[ci skip] js-precompiled 20171129-144917
2017-11-29 14:50:14 +00:00
GitLab Build Bot
903bbc7912
[ci skip] js-precompiled 20171129-135441
2017-11-29 13:55:41 +00:00