Tomasz Drwięga
b06fa73cff
[stable] Fix feature=final ( #7914 )
...
* Fix feature=final
* Update lock.
2018-02-16 14:33:57 +01:00
Tomasz Drwięga
590362b23c
Backport core PRs to stable ( #7892 )
...
* update back-references more aggressively after answering from cache (#7578 )
* Flush keyfiles. Resolves #7632 (#7868 )
* Fix wallet import (#7873 )
* rpc: generate new account id for imported wallets
* ethstore: handle duplicate wallet filenames
* ethstore: simplify deduplication of wallet file names
* ethstore: do not dedup wallet filenames on update
* ethstore: fix minor grumbles
* 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
* Move updater metadata to Cargo.toml of parity-version. (#7832 )
* Update version.
* Bump parity version.
* Fix version.
* Fix compilation.
2018-02-14 19:00:43 +01: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
Afri Schoedon
98cccd5b26
Backports stable ( #7779 )
...
* Bump stable to 1.8.9
* Update ropsten.json (#7776 )
2018-02-01 20:22:44 +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
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
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
debris
6ad5d559ca
version 1.8.3
2017-11-13 15:31:35 +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
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
Hawstein
dd7a60c7a8
rename trie to patricia-trie
2017-09-15 11:49:26 +08:00
Hawstein
ade37be25b
separate trie from util and make its dependencies into libs:
...
* bytes
* hashdb
* memorydb
* nibbleslice
* nibblevec
2017-09-15 11:03:53 +08:00
Marek Kotewicz
7e3c081007
Merge pull request #6464 from paritytech/util_deps_cleanup
...
cleanup util dependencies
2017-09-05 16:21:05 +02:00
debris
4d0e05a8c1
cleanup util dependencies
2017-09-05 13:08:32 +02:00
debris
236b6f1c3e
UtilError uses error_chain!, moved OutOfBounds and Mismatched to unexpected crate
2017-09-05 12:14:03 +02:00
Marek Kotewicz
b731ccea18
triehash is separated from util ( #6428 )
2017-09-03 09:11:14 +02:00
debris
0e088d783d
Hashable::sha3 -> fn keccak for ethcore-util
2017-08-30 16:20:21 +02:00
debris
4cb610d9ae
Itertools are no longer reexported from util, optimized triedb iter
2017-08-17 16:05:26 +02:00
debris
eecd823d32
util reexports less std
2017-07-29 21:10:14 +02:00
arkpar
debbfc117a
Bumped version
2017-07-13 15:52:01 +02:00
Marek Kotewicz
46183b1cdd
bigint upgraded to version 3.0 ( #5986 )
...
* bigint upgraded to version 3.0
* fixed missing FromHex import in ethcore tests
* fixed missing FromHex import in rpc tests
2017-07-06 11:26:14 +02:00
Vurich
3d8dc11442
Upgrade elastic-array
to 0.9.0
...
This is a huge change, which includes some changes to replace code that
originally cloned to reuse allocations instead. The updated
`elastic-array` crate renames its consuming `Vec`-conversion method to
`into_vec`, which means that I can do a simple
`sed -i 's/to_vec/into_vec/'` and then fix the compilation errors.
This commit is probably a minor performance win and definitely a
significant readability win.
2017-06-29 13:05:33 +02:00
Nikolay Volf
e1fef5c732
Update dependencies and bigint api ( #5685 )
...
* update to latest bigint
* bump elastic array and deps
* fix rlp tests
* also update all smallvec deps
* fix doc test
* reduce parking in attempt to fix CI bug
* fix from/into electum bug
* remove duplicate imports
2017-05-24 12:31:33 +02:00
Robert Habermeier
a2fe46f8b3
use bigint on crates.io
2017-05-10 13:16:24 +02:00
Robert Habermeier
a278dd5a0a
store epoch transition proofs in DB
2017-04-19 14:58:19 +02:00
Tomasz Drwięga
d2394d3ac3
Updating paths to repos. ( #5330 )
...
* Updating paths to repos.
* Updating rotor and libusb
* Fixing other occurrences
2017-03-29 15:17:27 +02:00
Marek Kotewicz
64c098627e
updating dependencies ( #5028 )
...
* updated docopt, env_logger, semver and regex crates
* updated parking_lot to 0.4
* fixed compiling on linux
* updated igd to 0.6
* updated jsonrpc
* fixed regex related compiler error on linux
2017-03-28 19:06:08 +02:00
Marek Kotewicz
d530cc86f3
splitting part of util into smaller crates ( #4956 )
...
* split path module from util
* moved RotatingLogger from util to logger crate
* fix tests
* fix tests
* use only one version of ansi_term crate
2017-03-22 06:23:40 +01:00
Arkadiy Paronyan
ae3f85bd5b
v1.7 ( #4730 )
2017-03-07 17:29:27 +01:00
Robert Habermeier
4172a5369c
Include total difficulty in CHTs and hide implementation details from consumers ( #4428 )
...
* CHT builder and prover
* use CHT abstraction in provider
* hide CHT internals from header chain
* fix itertools conflict by updating all to 0.5
* cht proof checker, use it in on_demand
2017-02-06 17:21:35 +01:00
Arkadiy Paronyan
148ea37687
v1.6 in master ( #4113 )
2017-01-10 15:41:59 +01:00
Gav Wood
b2b3a0eb34
Final fixups for updater
...
- Wire up platforms to match those of CI.
- Introduce "final" feature to tag version with "nightly".
2016-12-17 14:36:30 +01:00
Gav Wood
94f5501c61
authors & homepage => Parity
2016-12-11 19:43:58 +01:00
Tomasz Drwięga
e1e7886918
Bumping clippy
2016-11-28 12:23:06 +01:00
Arkadiy Paronyan
d37f4cc82f
v1.5 ( #3195 )
2016-11-04 17:27:11 +01:00
Robert Habermeier
29ab4ecac1
Shared code cache ( #2921 )
...
* add a global code cache
* extract memory-limited lru cache to util
* use memory-limited code cache
* account for code cache size in mem_used
2016-10-28 16:04:44 +02:00
Tomasz Drwięga
88997801d0
Clippy bump ( #2877 )
...
* Bumping clippy
* Fixing warnings
* Fix the "fix"
2016-10-27 08:28:12 +02:00
Arkadiy Paronyan
5b978be034
Get rid of MemoryDB denote ( #2881 )
2016-10-26 13:53:47 +02:00
keorn
479657b23b
Automatic compaction selection on Linux ( #2785 )
...
* add auto compaction types
* pass db paths
* detect drive type on Linux
* use base db path
* add docstring
* limit the test to be side effect free
* use base db path
* more docs
* fix parsing test
* update error
* detect only on Linux
* make test Linux only
* add second device letter, update cli doc
* use spaces in cli doc
* import only on linux
* default->auto
2016-10-21 23:21:57 +02:00
Robert Habermeier
146cefdb32
bump parking_lot to 0.3.x series ( #2702 )
2016-10-19 18:35:56 +02:00
NikVolf
b477ca17fe
bloom filter crate
2016-09-29 13:19:39 +03:00
Tomasz Drwięga
7f7e74869c
Bump clippy & Fix warnings ( #2109 )
...
* Bump clippy
* Fixing warnings
2016-09-16 23:03:26 +02:00
Robert Habermeier
42a8ea0002
prepare bigint for crates.io
2016-09-13 15:27:18 +02:00
Robert Habermeier
eb7b62a61c
move rlp to separate crate, port ethcore-util to it
2016-09-01 13:36:32 +02:00
Tomasz Drwięga
33e0a234f2
Validating sha3 of a dapp bundle ( #1993 )
...
* Validating sha3 of a file
* sha3 in utils
* Removing devtools
2016-08-24 16:53:07 +02:00
Tomasz Drwięga
f4826d1b2a
Bump clippy ( #1982 )
2016-08-23 10:10:19 +02:00