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

Move sc-client into sc-service #5502

Merged
32 commits merged into from
Apr 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
48432f8
Drop client from sc-network and sc-client-db, move LongestChain to sc…
seunlanlege Apr 1, 2020
46178bf
move leaves, cht, in_mem to sc-client-api, drop client from sc-finali…
seunlanlege Apr 1, 2020
845c4f9
drop sc-service from sc-rpc
seunlanlege Apr 1, 2020
07205b0
drop sc-service from sc-consensus-aura
seunlanlege Apr 1, 2020
b100b83
drop sc-client from manual-seal and babe
seunlanlege Apr 2, 2020
a36ccaa
drop sc-client from utils/frame/rpc/system and utils/frame/benchmarki…
seunlanlege Apr 2, 2020
3412f3e
drop sc-client from bin/node and bin/node-template
seunlanlege Apr 2, 2020
885f2e4
drop sc-client
seunlanlege Apr 7, 2020
8985240
fix tests
seunlanlege Apr 7, 2020
d8d7301
remove check -p sc-client from gitlab.yml
seunlanlege Apr 8, 2020
ecddcc2
fix warnings
seunlanlege Apr 8, 2020
0876030
Merge branch 'master' of github.com:paritytech/substrate into seun-th…
seunlanlege Apr 8, 2020
12d0264
fixes ui test
seunlanlege Apr 19, 2020
86fa680
My heftiest merge yet.
seunlanlege Apr 20, 2020
df0a614
Can't help but wonder if code has been lost
seunlanlege Apr 20, 2020
380584c
fix light client tests
seunlanlege Apr 20, 2020
df04ba1
adds associated Client type to AbstractService
seunlanlege Apr 21, 2020
bf57ad1
adds UsageProvider to Client
seunlanlege Apr 22, 2020
743ce14
merged with master, fixed wasmtime build
seunlanlege Apr 22, 2020
e92e3c1
fixed ui test, again
seunlanlege Apr 22, 2020
c6a644e
tried and failed to get node-cli to compile for wasm
seunlanlege Apr 22, 2020
cf1e8d1
thanks to tomaka for helping me get node-cli to compile for wasmm
seunlanlege Apr 22, 2020
c76427c
Merge branch 'master' of github.com:paritytech/substrate into seun-th…
seunlanlege Apr 22, 2020
4deaeaa
ui test pls pas 🙏🏾
seunlanlege Apr 22, 2020
e823993
all tests passing 🪄
seunlanlege Apr 22, 2020
1e02d30
no_run documentation code
seunlanlege Apr 22, 2020
2f104c2
rm -f documentation code
seunlanlege Apr 22, 2020
ca5eb6f
ClientProvider
seunlanlege Apr 24, 2020
bddd80c
fix mega trait
gnunicorn Apr 24, 2020
9be9789
move LongestChain to sc-consensus, use adds minimal bounds to Abstrac…
seunlanlege Apr 27, 2020
967d8a7
second heftiest merge yet
seunlanlege Apr 28, 2020
07f6b40
adds license to sc-consensus
seunlanlege Apr 28, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ check-web-wasm:
- time cargo build --target=wasm32-unknown-unknown -p sp-io
- time cargo build --target=wasm32-unknown-unknown -p sp-runtime
- time cargo build --target=wasm32-unknown-unknown -p sp-std
- time cargo build --target=wasm32-unknown-unknown -p sc-client
- time cargo build --target=wasm32-unknown-unknown -p sc-consensus-aura
- time cargo build --target=wasm32-unknown-unknown -p sc-consensus-babe
- time cargo build --target=wasm32-unknown-unknown -p sp-consensus
Expand Down
Loading