openethereum/rpc/src/v1/types
Marek Kotewicz c060d9584d
ethabi version 5 (#7723)
* Refactor updater to use ethabi-derive

* Grumble: do_call type alias

* Empty commit to trigger test re-run

* migration to ethabi-5.0

* migration to ethabi-5.0 in progress

* use ethabi_deriven to generate TransactAcl contract

* use ethabi_deriven to generate Registry contract

* hash-fetch uses ethabi_derive, removed retain cycle from updater, fixed #7720

* node-filter crate uses ethabi_derive to generate peer_set contract interface

* use LruCache in node-filter instead of HashMap

* validator_set engine uses ethabi_derive

* ethcore does not depend on native_contracts

* miner does no depend on native_contracts

* secret_store does not use native_contracts (in progress)

* removed native-contracts

* ethcore and updater does not depend on futures

* updated ethereum-types

* fixed all warnings caused by using new version of ethereum-types

* updated ethabi_derive && ethabi_contract to get rid of warnings

* removed another retain cycle in updater, fixed following minor version on update

* moved contracts out of native_contracts res

* updated ethabi_contract

* fixed failing test

* fixed failing test

* there is no need to create two contracts of the same kind any more

* simplify updater::ReleaseTrack conversion into u8 and add several tests for it

* applied review suggestions

* applied review suggestions
2018-02-09 09:32:06 +01:00
..
account_info.rs Prioritize accounts over address book 2017-06-23 16:29:45 +02:00
block.rs Return decoded seal fields. (#6932) 2017-11-01 11:29:03 +01:00
block_number.rs remove RPC parameter leniency now that mist formats correctly (#6651) 2017-10-12 23:35:52 +02: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 dissolve util (#7460) 2018-01-10 15:35:18 +03: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 Add RPC eth_chainId for querying the current blockchain chain ID (#6329) 2017-09-26 14:17:07 +02:00
node_kind.rs node kind RPC (#5025) 2017-03-27 17:30:19 +02:00
provenance.rs UI server refactoring (#5580) 2017-05-24 12:24:07 +02:00
pubsub.rs Send each log as a separate notifications. (#7175) 2017-12-05 20:14:50 +03: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
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 dissolve util (#7460) 2018-01-10 15:35:18 +03: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