openethereum/ethcore/private-tx
Niklas Adolfsson 0051c26acf [ethcore]: reduce re-exports (#11059)
* [ethcore]: reduce re-exports

Last piece of refactoring to close #10130 after work done by @dvdplm et. al

After this PR, we have the following re-exports from other crates in `non-testbuilds`:
- evm::VMType (client)
- ethcore_miner::local_accounts::LocalAccounts (miner)
- ethcore_miner::pool::PendingOrdering (miner)

I think the miner re-exports make sense (closely tied to the module) and `VMType` (related to module but not closely)

* fix(grumbles): remove re-export `VerifierType`
2019-09-16 17:12:21 +02:00
..
res Call private contract methods from another private contract (read-only) (#10086) 2019-02-07 12:39:04 +01:00
src [ethcore]: reduce re-exports (#11059) 2019-09-16 17:12:21 +02:00
tests [ethcore]: reduce re-exports (#11059) 2019-09-16 17:12:21 +02:00
Cargo.toml Fix parallel transactions race-condition (#10995) 2019-09-11 18:44:31 +02:00