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

removes use of sc_client::Client from sc-rpc #5063

Merged
merged 12 commits into from
Mar 5, 2020

Conversation

seunlanlege
Copy link
Contributor

see #4452

@parity-cla-bot
Copy link

It looks like @seunlanlege signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

@seunlanlege
Copy link
Contributor Author

same failing ui test as #5030

@seunlanlege seunlanlege added A0-please_review Pull request needs code review. A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). labels Feb 27, 2020
@arkpar arkpar removed the A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). label Feb 28, 2020
bin/node-template/node/src/service.rs Show resolved Hide resolved
bin/node-template/node/src/service.rs Show resolved Hide resolved
client/api/src/call_executor.rs Outdated Show resolved Hide resolved
@seunlanlege
Copy link
Contributor Author

going to mark this as looks good if there are no objections 👀

Copy link
Contributor

@tomusdrw tomusdrw left a comment

Choose a reason for hiding this comment

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

lgtm!

LockImportRun, BlockchainEvents, CallExecutor,
backend::{AuxStore, Backend}, ExecutionStrategy, Finalizer, TransactionFor,
};
use sc_client_api::{LockImportRun, BlockchainEvents, CallExecutor, backend::{AuxStore, Backend}, ExecutionStrategy, Finalizer, TransactionFor, ExecutorProvider};
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like a pretty long line

@seunlanlege
Copy link
Contributor Author

🙋🏾 @gnunicorn, this is ready to be merged.

@gnunicorn gnunicorn added this to the 2.0 milestone Mar 4, 2020
@gnunicorn
Copy link
Contributor

sorry, @seunlanlege the merge order resulted in another conflict.

@gavofyork gavofyork removed the A0-please_review Pull request needs code review. label Mar 5, 2020
@seunlanlege
Copy link
Contributor Author

@gnunicorn fixed.

@gnunicorn gnunicorn merged commit 744dfe5 into master Mar 5, 2020
@gnunicorn gnunicorn deleted the seun-remove-client-sc-rpc branch March 5, 2020 15:41
General-Beck pushed a commit to General-Beck/substrate that referenced this pull request Mar 6, 2020
* removes use of sc_client::Client from sc-rpc

* remove Client impl from sc-finality-benches

* remove client impl from sc-finality-grandpa

* read_proof accepts iterator

* remove generic Executor param from ExecutorProvider

* fix long ass line

* code style changes

* merge with master

Co-authored-by: Arkadiy Paronyan <arkady.paronyan@gmail.com>
General-Beck pushed a commit to General-Beck/substrate that referenced this pull request Mar 17, 2020
* removes use of sc_client::Client from sc-rpc

* remove Client impl from sc-finality-benches

* remove client impl from sc-finality-grandpa

* read_proof accepts iterator

* remove generic Executor param from ExecutorProvider

* fix long ass line

* code style changes

* merge with master

Co-authored-by: Arkadiy Paronyan <arkady.paronyan@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants