Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

transaction count verifier tests #1196

Merged
merged 6 commits into from
Jun 1, 2016
Merged

Conversation

rphmeier
Copy link
Contributor

also includes some minor (miner) refactoring

@rphmeier rphmeier added the A0-pleasereview 🤓 Pull request needs code review. label May 31, 2016
@arkpar arkpar added A8-looksgood 🦄 Pull request is reviewed well. and removed A0-pleasereview 🤓 Pull request needs code review. labels May 31, 2016
let miner_service = miner_service(spec_provider(), account_provider.clone());
let external_miner = Arc::new(ExternalMiner::default());

let eth_client = EthClient::new(&client, &sync_provider, &account_provider,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

none or all is our convention. e.g.:

let eth_client = EthClient::new(
    &client,
    &sync_provider,
    &account_provider,
    &miner_service,
    &external_miner
);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fair enough

@gavofyork gavofyork added A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. and removed A8-looksgood 🦄 Pull request is reviewed well. labels May 31, 2016
@gavofyork
Copy link
Contributor

minor formatting grumble - looks fine otherwise.

@rphmeier rphmeier added A0-pleasereview 🤓 Pull request needs code review. A8-looksgood 🦄 Pull request is reviewed well. A4-clasignoffneeded 📛 Pull request requires author to sign off on CLA before review/merge can begin. and removed A5-grumble 🔥 Pull request has minor issues that must be addressed before merging. A0-pleasereview 🤓 Pull request needs code review. A4-clasignoffneeded 📛 Pull request requires author to sign off on CLA before review/merge can begin. labels May 31, 2016
@arkpar arkpar merged commit f41466c into openethereum:master Jun 1, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A8-looksgood 🦄 Pull request is reviewed well.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants