* Create call-contract crate * Add license * First attempt at using extracted CallContract trait * Remove unneeded `extern crate` calls * Move RegistryInfo trait into call-contract crate * Move service-transaction-checker from ethcore to ethcore-miner * Update Cargo.lock file * Re-export call_contract * Merge CallContract and RegistryInfo imports * Remove commented code * Add documentation to call_contract crate * Add TODO for removal of re-exports * Update call-contract crate description Co-Authored-By: HCastano <HCastano@users.noreply.github.com> * Rename call-contract crate to ethcore-call-contract |
||
|---|---|---|
| .. | ||
| ancient_import.rs | ||
| bad_blocks.rs | ||
| chain_notify.rs | ||
| client.rs | ||
| config.rs | ||
| evm_test_client.rs | ||
| io_message.rs | ||
| mod.rs | ||
| private_notify.rs | ||
| test_client.rs | ||
| trace.rs | ||
| traits.rs | ||