openethereum/util
Anton Gavrilov e6f75bccfe Private transactions integration pr (#6422)
* Private transaction message added

* Empty line removed

* Private transactions logic removed from client into the separate module

* Fixed compilation after merge with head

* Signed private transaction message added as well

* Comments after the review fixed

* Private tx execution

* Test update

* Renamed some methods

* Fixed some tests

* Reverted submodules

* Fixed build

* Private transaction message added

* Empty line removed

* Private transactions logic removed from client into the separate module

* Fixed compilation after merge with head

* Signed private transaction message added as well

* Comments after the review fixed

* Encrypted private transaction message and signed reply added

* Private tx execution

* Test update

* Main scenario completed

* Merged with the latest head

* Private transactions API

* Comments after review fixed

* Parameters for private transactions added to parity arguments

* New files added

* New API methods added

* Do not process packets from unconfirmed peers

* Merge with ptm_ss branch

* Encryption and permissioning with key server added

* Fixed compilation after merge

* Version of Parity protocol incremented in order to support private transactions

* Doc strings for constants added

* Proper format for doc string added

* fixed some encryptor.rs grumbles

* Private transactions functionality moved to the separate crate

* Refactoring in order to remove late initialisation

* Tests fixed after moving to the separate crate

* Fetch method removed

* Sync test helpers refactored

* Interaction with encryptor refactored

* Contract address retrieving via substate removed

* Sensible gas limit for private transactions implemented

* New private contract with nonces added

* Parsing of the response from key server fixed

* Build fixed after the merge, native contracts removed

* Crate renamed

* Tests moved to the separate directory

* Handling of errors reworked in order to use error chain

* Encodable macro added, new constructor replaced with default

* Native ethabi usage removed

* Couple conversions optimized

* Interactions with client reworked

* Errors omitting removed

* Fix after merge

* Fix after the merge

* private transactions improvements in progress

* private_transactions -> ethcore/private-tx

* making private transactions more idiomatic

* private-tx encryptor uses shared FetchClient and is more idiomatic

* removed redundant tests, moved integration tests to tests/ dir

* fixed failing service test

* reenable add_notify on private tx provider

* removed private_tx tests from sync module

* removed commented out code

* Use plain password instead of unlocking account manager

* remove dead code

* Link to the contract changed

* Transaction signature chain replay protection module created

* Redundant type conversion removed

* Contract address returned by private provider

* Test fixed

* Addressing grumbles in PrivateTransactions (#8249)

* Tiny fixes part 1.

* A bunch of additional comments and todos.

* Fix ethsync tests.

* resolved merge conflicts

* final private tx pr (#8318)

* added cli option that enables private transactions

* fixed failing test

* fixed failing test

* fixed failing test

* fixed failing test
2018-04-09 16:14:33 +02:00
..
bloom Problem: Cargo.toml file contains [project] key (#7346) 2017-12-20 16:41:52 +01:00
bloomchain Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
bytes prepare cargo configuration for upload of crates 2017-11-10 18:31:31 +01:00
dir Auto-updater improvements (#8078) 2018-04-03 16:49:23 +02:00
error Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
fetch Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
hash dapps-fetcher: calculate keccak in-flight while reading the response (#8294) 2018-04-03 14:58:55 +02:00
hashdb Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
io Bump master to 1.11.0 (#8021) 2018-03-03 22:02:33 +01:00
journaldb Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
kvdb Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
kvdb-memorydb simplify compression and move it out of rlp crate (#7957) 2018-02-23 10:12:52 +01:00
kvdb-rocksdb Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
macros Separate migrations from util (#6690) 2017-10-10 20:01:27 +02:00
memory_cache Uses dash instead of underscore in crate name 2017-10-16 11:05:54 +07:00
memorydb Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
migration removed old migrations (#7974) 2018-02-22 14:53:10 +01:00
network Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
network-devp2p Tweaks and add a Dockerfile for Android (#8036) 2018-04-05 14:38:50 +02:00
panic_hook Moved panick_hook to util/panic_hook (#7629) 2018-01-20 20:28:25 +01:00
path splitting part of util into smaller crates (#4956) 2017-03-22 06:23:40 +01:00
patricia_trie Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
plain_hasher Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
reactor Expose health status over RPC (#6274) 2017-08-28 14:11:55 +02:00
rlp Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
rlp_compress Avoid allocations when computing triehash. (#8176) 2018-03-22 09:24:46 +01:00
rlp_derive bump proc macro deps (#8310) 2018-04-05 10:31:06 +02:00
stats Expose default gas price percentile configuration in CLI (#7497) 2018-01-09 12:43:36 +01:00
stop-guard Moved StopGaurd to it's own crate (#7635) 2018-01-19 13:46:31 +01:00
table Squash remaining warnings (#6789) 2017-10-16 12:31:52 +02:00
trace-time Remove the time dependency where possible (#8100) 2018-03-14 12:29:52 +01:00
trie-standardmap Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
triehash Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
unexpected UtilError uses error_chain!, moved OutOfBounds and Mismatched to unexpected crate 2017-09-05 12:14:03 +02:00
using_queue Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
version Upgrader `remove raw unwrap` and bump semver (#8251) 2018-04-04 11:54:41 +02:00