openethereum/rpc/src/v1/types
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
..
account_info.rs Prioritize accounts over address book 2017-06-23 16:29:45 +02:00
block.rs Return null number for pending block in eth_getBlockByNumber (#8281) 2018-04-02 10:04:14 +01:00
block_number.rs `Client` refactoring (#7038) 2018-03-03 18:42:13 +01:00
bytes.rs remove RPC parameter leniency now that mist formats correctly (#6651) 2017-10-12 23:35:52 +02:00
call_request.rs updated serde to version 1.0 2017-07-06 11:36:15 +02:00
confirmations.rs Migrate to Futures in SigningQueue (#6689) 2017-10-17 14:50:53 +02:00
consensus_status.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
dapps.rs Fixed build && test (#7128) 2017-11-23 14:47:08 +01:00
derivation.rs Improve some RPC error messages. (#6311) 2017-08-20 12:13:00 +08:00
filter.rs `Client` refactoring (#7038) 2018-03-03 18:42:13 +01:00
hash.rs bloom refactor (#7475) 2018-01-14 22:43:28 +01:00
histogram.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
index.rs Improve some RPC error messages. (#6311) 2017-08-20 12:13:00 +08:00
log.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
mod.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
node_kind.rs node kind RPC (#5025) 2017-03-27 17:30:19 +02:00
private_receipt.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
provenance.rs UI server refactoring (#5580) 2017-05-24 12:24:07 +02:00
pubsub.rs Pending transactions subscription (#7906) 2018-02-16 16:51:34 +01:00
receipt.rs Fix serialization of status in transaction receipts. (#6926) 2017-11-01 11:25:10 +01:00
rpc_settings.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01:00
secretstore.rs SecretStore: secretstore_generateDocumentKey RPC (#7864) 2018-03-01 10:00:44 +01:00
sync.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
trace.rs finished removing ipc 2017-10-16 18:18:43 +02:00
trace_filter.rs `Client` refactoring (#7038) 2018-03-03 18:42:13 +01:00
transaction.rs Extract some parts of miner from ethcore. (#7353) 2018-01-11 17:49:10 +01:00
transaction_condition.rs Extract some parts of miner from ethcore. (#7353) 2018-01-11 17:49:10 +01:00
transaction_request.rs Migrate to Futures in SigningQueue (#6689) 2017-10-17 14:50:53 +02:00
uint.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
work.rs Serde 0.9 (#4508) 2017-02-13 18:38:47 +03:00