openethereum/ethcore/src
Robert Habermeier fe1f542c4f Owning views of blockchain data (#3982)
* owning views of blockchain data

* port blockchain and client traits to owning views

* fix ethcore tests

* use strong headers and bodies in ethcore_light

* port ethsync to use owning views

* port rpc to owning views

* port parity informant and blockchain export
2016-12-28 12:44:51 +00:00
..
account_provider Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
blockchain Owning views of blockchain data (#3982) 2016-12-28 12:44:51 +00:00
blooms Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
client Owning views of blockchain data (#3982) 2016-12-28 12:44:51 +00:00
engines Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
ethereum Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
evm Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
json_tests Rename ethcore -> parity in licenses. 2016-12-11 19:31:31 +01:00
migrations Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
miner Owning views of blockchain data (#3982) 2016-12-28 12:44:51 +00:00
snapshot Owning views of blockchain data (#3982) 2016-12-28 12:44:51 +00:00
spec Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
state Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
tests Owning views of blockchain data (#3982) 2016-12-28 12:44:51 +00:00
trace Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
types Owning views of blockchain data (#3982) 2016-12-28 12:44:51 +00:00
verification Owning views of blockchain data (#3982) 2016-12-28 12:44:51 +00:00
views Owning views of blockchain data (#3982) 2016-12-28 12:44:51 +00:00
account_db.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
action_params.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
basic_types.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
block.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
builtin.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
cache_manager.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
db.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
env_info.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
error.rs Merge branch 'master' into auth-bft 2016-12-12 21:28:46 +01:00
executive.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
externalities.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
factory.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
header.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
lib.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
pod_account.rs Rename ethcore -> parity in license. 2016-12-11 19:30:54 +01:00
pod_state.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
service.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00
state_db.rs Port try macro to new ? operator. (#3962) 2016-12-27 12:53:56 +01:00