openethereum/parity
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
..
cli fixed API set in help (#7790) 2018-02-02 13:07:42 +01:00
light_helpers dissolve util (#7460) 2018-01-10 15:35:18 +03:00
account.rs Fix #6209 - introduce standalone dir crate 2017-12-26 00:54:34 -08:00
blockchain.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01: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 ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
dapps.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
deprecated.rs Make CLI arguments parsing more backwards compatible 2017-11-08 12:33:56 +01:00
helpers.rs Replace RandomTempDir with tempdir::Tempdir (#7624) 2018-01-19 17:32:53 +01:00
informant.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
ipfs.rs Fix default CORS settings. (#7387) 2017-12-27 18:56:06 +01:00
main.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
migration.rs separated ethcore_migrations from ethcore (#7586) 2018-01-17 22:11:13 +01:00
modules.rs use error-chain in ethcore-network 2017-11-13 16:48:58 +01:00
params.rs Reduce usd_per_tx (#7058) 2018-01-30 16:10:12 +01:00
presale.rs Fix #6209 - introduce standalone dir crate 2017-12-26 00:54:34 -08:00
rpc.rs Merge branch 'master' into dircrate2 2017-12-29 10:45:11 +01:00
rpc_apis.rs Extract some parts of miner from ethcore. (#7353) 2018-01-11 17:49:10 +01:00
run.rs ethabi version 5 (#7723) 2018-02-09 09:32:06 +01:00
secretstore.rs dissolve util (#7460) 2018-01-10 15:35:18 +03:00
signer.rs fix #6052. honor --no-color for signer command (#6100) 2017-07-28 19:07:38 +02:00
snapshot.rs finished 2017-08-31 11:35:41 +02:00
stratum.rs remove the deprecated options in rustfmt.toml (#5616) 2017-05-19 17:12:20 +02:00
upgrade.rs Fix #6209 - introduce standalone dir crate 2017-12-26 00:54:34 -08:00
url.rs Fix whitespace (#4299) 2017-01-25 18:51:41 +01: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