openethereum/parity
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
..
cli Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
light_helpers use constant durations (#8278) 2018-04-02 10:47:56 +02:00
account.rs Fix #6209 - introduce standalone dir crate 2017-12-26 00:54:34 -08:00
blockchain.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
cache.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 11:00:37 +01:00
configuration.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
dapps.rs Replace reqwest with hyper (#8099) 2018-03-14 13:40:54 +01:00
deprecated.rs Make CLI arguments parsing more backwards compatible 2017-11-08 12:33:56 +01:00
export_hardcoded_sync.rs Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
helpers.rs Decouple rocksdb dependency from ethcore (#8320) 2018-04-09 14:21:37 +02:00
informant.rs ethcore-service (#8089) 2018-03-13 11:49:57 +01:00
ipfs.rs Fix default CORS settings. (#7387) 2017-12-27 18:56:06 +01:00
main.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
migration.rs revert removing blooms (#8066) 2018-03-12 20:15:55 +00:00
modules.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
params.rs Implement Easthub chain spec (#8295) 2018-04-04 23:00:21 +09:00
presale.rs Fix #6209 - introduce standalone dir crate 2017-12-26 00:54:34 -08:00
rpc.rs Allow customization of max WS connections. (#8257) 2018-04-02 11:33:09 +01:00
rpc_apis.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
run.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
secretstore.rs SecretStore: generating and retrieving decryption keys via service contract (#8029) 2018-04-03 16:54:34 +02:00
signer.rs Re-enable signer, even with no UI. (#8167) 2018-03-20 17:57:37 +00:00
snapshot.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
stratum.rs remove the deprecated options in rustfmt.toml (#5616) 2017-05-19 17:12:20 +02:00
upgrade.rs Upgrader `remove raw unwrap` and bump semver (#8251) 2018-04-04 11:54:41 +02:00
url.rs Tweaks and add a Dockerfile for Android (#8036) 2018-04-05 14:38:50 +02:00
user_defaults.rs Refactors parity/parity to use journaldb crate (#6693) 2017-10-17 11:46:54 +07:00
whisper.rs Problem: sending any Whisper message fails 2018-01-01 20:54:15 -08:00