GitLab Build Bot
c3a53e7545
[ci skip] js-precompiled 20180216-151336
2018-02-16 15:19:47 +00:00
Tomasz Drwięga
b06fa73cff
[stable] Fix feature=final ( #7914 )
...
* Fix feature=final
* Update lock.
2018-02-16 14:33:57 +01:00
GitLab Build Bot
2caf71fdde
[ci skip] js-precompiled 20180215-082538
2018-02-15 08:34:15 +00:00
GitLab Build Bot
9b54d3f2d3
[ci skip] js-precompiled 20180214-204236
2018-02-14 20:56:59 +00:00
GitLab Build Bot
d2fa3e3236
[ci skip] js-precompiled 20180214-185158
2018-02-14 18:56:22 +00:00
Afri Schoedon
5e2258c6de
Backport Master CI PRs to Stable ( #7889 )
...
* Resolve conflicts
* Resolve conflicts
* Update gitlab-build.sh (#7855 )
fix build ```version``` after https://github.com/paritytech/parity/pull/7723
* Resolve conflicts
* Update gitlab-test.sh (#7883 )
* Update gitlab-test.sh
https://github.com/paritytech/parity/issues/7871
* Update aura-test.sh
* Backport master ci prs
* Restore js-build
* Bump stable to 1.8.10
* Bump stable to 1.8.10
* Make track stable
2018-02-14 16:58:25 +01:00
GitLab Build Bot
f65003c630
[ci skip] js-precompiled 20180212-180341
2018-02-12 18:09:15 +00:00
GitLab Build Bot
ceb23638fc
[ci skip] js-precompiled 20180202-114816
2018-02-02 11:55:27 +00:00
GitLab Build Bot
24ab53245b
[ci skip] js-precompiled 20180202-080736
2018-02-02 08:13:18 +00:00
Afri Schoedon
98cccd5b26
Backports stable ( #7779 )
...
* Bump stable to 1.8.9
* Update ropsten.json (#7776 )
2018-02-01 20:22:44 +01:00
GitLab Build Bot
fd07b608bd
[ci skip] js-precompiled 20180201-172944
2018-02-01 17:35:21 +00:00
GitLab Build Bot
b322af35bc
[ci skip] js-precompiled 20180201-110118
2018-02-01 11:07:42 +00:00
GitLab Build Bot
987d26ac46
[ci skip] js-precompiled 20180201-094851
2018-02-01 09:55:03 +00:00
GitLab Build Bot
fae7cf6b41
[ci skip] js-precompiled 20180201-065534
2018-02-01 07:00:25 +00:00
GitLab Build Bot
680cc9c0c3
[ci skip] js-precompiled 20180131-201549
2018-01-31 20:21:30 +00:00
GitLab Build Bot
efb310f251
[ci skip] js-precompiled 20180131-180950
2018-01-31 18:17:49 +00:00
GitLab Build Bot
31ef44d718
[ci skip] js-precompiled 20180131-144450
2018-01-31 14:55:11 +00:00
André Silva
19fc9fcc58
[Stable] Backports ( #7758 )
...
* 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
* Fix client not being dropped on shutdown (#7695 )
* parity: wait for client to drop on shutdown
* parity: fix grumbles in shutdown wait
* parity: increase shutdown timeouts
* 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 15:00:15 +01:00
Afri Schoedon
2c93b0fdf7
Bump stable to 1.8.8 ( #7752 )
2018-01-31 11:33:12 +01:00
Afri Schoedon
9c7359e343
Bump stable version ( #7665 )
...
* Update .gitlab-ci.yml
fix cache:key
* Bump stable to 1.8.7
2018-01-23 11:01:09 +01:00
Marek Kotewicz
628f0878b1
Backports to stable ( #7661 )
...
* Update .gitlab-ci.yml
fix cache:key
* Fixed delegatecall's from/to (#7568 )
* Fixed delegatecall's from/to, closes #7166
* added tests for delegatecall traces, #7167
* Fix Temporarily Invalid blocks handling (#7613 )
* Handle temporarily invalid blocks in sync.
* Fix tests.
* 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-23 10:58:08 +01:00
André Silva
2d051e4f79
kvdb: update rust-rocksdb version ( #7508 )
2018-01-09 19:13:29 +01:00
Tomasz Drwięga
c3727266e1
[beta] Backport nonces reservations ( #7439 )
...
* Reserve nonces for signing (#6834 )
* Nonce future - reserve and dispatch
* Single thread nonce tests
* Track status of reserved nonces.
* Initialization of nonce reservations.
* Prospective Signer
* Fix cli tests.
* Merge pull request #7025 from paritytech/fix-nonce-reservation
Fix nonce reservation
* Fix build.
2018-01-09 11:13:27 +01:00
Afri Schoedon
364bf48cef
Bump beta to 1.8.6 ( #7442 )
...
* Bump beta to 1.8.6
* Fix Cargo.lock
2018-01-04 09:32:38 +01:00
André Silva
e93872e7bb
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 13:40:58 +00:00
Marek Kotewicz
61c3e1a2d6
Merge pull request #6720 from paritytech/kvdb_split
...
separated kvdb into 3 crates: kvdb, kvdb-memorydb && kvdb-rocksdb
2018-01-03 13:22:31 +00:00
Afri Schoedon
54bae9a0f2
Beta Backports ( #7297 )
...
* new warp enodes (#7287 )
* new warp enodes
* added one more warp enode; replaced spaces with tabs
* Bump beta to 1.8.5
* Update kovan boot nodes
* detect different node, same-key signing in aura (#7245 )
* detect different node, same-key signing in aura
* reduce scope of warning
* Fix Cargo.lock
* Updating mainnet bootnodes.
* Update bootnodes (#7363 )
* Updating mainnet bootnodes.
* Add additional parity-beta bootnodes.
* Restore old parity bootnodes and update foudation bootnodes
2017-12-28 15:18:21 +01:00
Tomasz Drwięga
4e39c318aa
[beta] Kovan HF ( #7234 )
...
* Kovan HF.
* Bump version.
* Fix aura difficulty race (#7198 )
* Fix Aura difficulty race
* fix test key
* extract out score calculation
* fix build
* Update kovan HF block number.
* Add missing byzantium builtins.
* Bump installers versions.
* Increase allowed time drift to 10s. (#7238 )
2017-12-08 13:08:15 +01:00
Sergey Pepyakin
561e843207
pwasm-std update ( #7018 )
2017-11-13 16:42:23 +01:00
debris
6ad5d559ca
version 1.8.3
2017-11-13 15:31:35 +01:00
Kirill Pimenov
91db3535f8
Merge pull request #7004 from paritytech/cli-arguments-backwards-compatible
...
Make CLI arguments parsing more backwards compatible
2017-11-13 15:19:36 +01:00
GitLab Build Bot
b1b5ffff95
[ci skip] js-precompiled 20171110-144625
2017-11-10 14:56:35 +00:00
Nikolay Volf
148ec3731c
[beta] Add hint in ActionParams for splitting code/data ( #6968 )
...
* Action params and embedded params handling
* fix namespaces
2017-11-03 12:20:54 +01:00
Arkadiy Paronyan
1b6588cb27
[beta] Backports ( #6891 )
...
* v1.8.2
* Refactor static context check in CREATE. (#6886 )
* Refactor static context check in CREATE.
* Fix wasm.
* Fix serialization of non-localized transactions (#6868 )
* Fix serialization of non-localized transactions.
* Return proper SignedTransactions representation.
* Allow force sealing and reseal=0 for non-dev chains. (#6878 )
2017-10-25 13:13:11 +02:00
Arkadiy Paronyan
8f0eb3e192
v1.8.1 ( #6843 )
2017-10-20 16:40:59 +02:00
GitLab Build Bot
8362bc7f2d
[ci skip] js-precompiled 20171019-155727
2017-10-19 16:02:16 +00:00
Arkadiy Paronyan
9882902f31
Updated ethabi to fix auto-update ( #6771 )
2017-10-15 13:59:43 +02:00
GitLab Build Bot
77d00e3dab
[ci skip] js-precompiled 20171012-203645
2017-10-12 20:48:36 +00:00
GitLab Build Bot
7472bc3570
[ci skip] js-precompiled 20171012-181858
2017-10-12 18:24:04 +00:00
GitLab Build Bot
1d2319207a
[ci skip] js-precompiled 20171011-214450
2017-10-11 21:49:51 +00:00
GitLab Build Bot
0b666f605f
[ci skip] js-precompiled 20171011-192355
2017-10-11 19:29:28 +00:00
GitLab Build Bot
df19b8df69
[ci skip] js-precompiled 20171011-183646
2017-10-11 18:43:16 +00:00
Marek Kotewicz
bfff19ca9f
Merge pull request #6705 from paritytech/serde-migration
...
Removes dependency on rustc_serialize (#5988 )
2017-10-11 18:17:40 +02:00
Dmitry Kashitsyn
4f86f5b76d
Removes rustc-serialize references from Cargo.toml and Cargo.lock
2017-10-11 22:01:00 +07:00
GitLab Build Bot
0bb845a05c
[ci skip] js-precompiled 20171011-121439
2017-10-11 12:19:40 +00:00
Dmitry Kashitsyn
504b2de4a8
Migrating util/network from rust_serialize to serde ( #5988 )
2017-10-11 14:34:23 +07:00
Marek Kotewicz
6279ff32f5
Separate migrations from util ( #6690 )
...
* separate migration from util and make its dependencies into libs:
* snappy
* kvdb
* error
* common
* renamed common -> macros
* util error does not depend on snappy module
* ethsync does not depend on util nor ethcore_error
* nibbleslice and nibblevec merged with patricia_trie crate
* removed unused dependencies from util
* util journaldb traits does not need to be public
* util_error
* fixed ethcore compile error
* ignore .swo files
* Update chain.rs
2017-10-10 20:01:27 +02:00
GitLab Build Bot
dbd1976fc1
[ci skip] js-precompiled 20171009-121402
2017-10-09 12:19:46 +00:00
Nikolay Volf
1601030081
WASM gas schedule ( #6638 )
...
* some failing tests
* finalize
* fallable -> fallible
* alter mul/div/static_i64
* Update schedule.rs
* to u32
* balance charge also
* review fixes
* remove redundant line
2017-10-09 13:12:58 +02:00
GitLab Build Bot
ca6d5660c1
[ci skip] js-precompiled 20171008-172308
2017-10-08 17:28:31 +00:00