Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
488d0a9
Reset code, almost ready for PR
expenses Aug 14, 2020
ddc7e3e
Merge remote-tracking branch 'origin/master' into ashley-chain-spec
expenses Aug 14, 2020
15dcb28
Improved build_hardcoded_spec
expenses Aug 14, 2020
ecb2f56
Fix line widths
expenses Aug 14, 2020
837c5f7
Fix tests
expenses Aug 14, 2020
42d88d5
Fix sc-service-test
expenses Aug 14, 2020
4288dc4
Suggestions from code review
expenses Aug 14, 2020
44ff9f9
Rename to LightSyncState
expenses Aug 14, 2020
a6b5491
It's not syncing :^(
expenses Aug 17, 2020
c67d005
t Merge remote-tracking branch 'origin/master' into ashley-chain-spec…
expenses Aug 17, 2020
346b711
It syncs!
expenses Aug 17, 2020
6447b85
Remove rpc call
expenses Aug 17, 2020
1adad2e
Convert spaces to tabs
expenses Aug 17, 2020
9372667
Moved sc-service things to export_sync_state.rs
expenses Aug 17, 2020
db2da96
Fix tests
expenses Aug 17, 2020
b530147
Wait for syncing with network_status_sinks
expenses Aug 17, 2020
004a8a4
Remove sc-network from node-template
expenses Aug 17, 2020
ea62d80
Apply suggestions from code review
expenses Aug 17, 2020
9b558eb
Various changes, split the flag up into 2 pieces to make testing easier.
expenses Aug 18, 2020
fd1d2b1
Update client/cli/src/commands/build_spec_cmd.rs
expenses Aug 18, 2020
57cbb15
Merge remote-tracking branch 'origin/master' into ashley-chain-spec
expenses Aug 19, 2020
fa51717
Revert a lot of changes
expenses Aug 19, 2020
285c5af
Merge remote-tracking branch 'origin/master' into ashley-chain-spec
expenses Aug 24, 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
Prev Previous commit
Next Next commit
t Merge remote-tracking branch 'origin/master' into ashley-chain-spec…
…-test
  • Loading branch information
expenses committed Aug 17, 2020
commit c67d0055f8df99299a7eb611f39edde1953f23fd
2 changes: 1 addition & 1 deletion bin/node/cli/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ pub fn new_full(config: Configuration)

pub fn new_light_base(config: Configuration) -> Result<(
TaskManager, Arc<LightClient>, Arc<LightBackend>,
Arc<RpcHandlers>, Arc<NetworkService<Block, <Block as BlockT>::Hash>>,
RpcHandlers, Arc<NetworkService<Block, <Block as BlockT>::Hash>>,
Arc<sc_transaction_pool::LightPool<Block, LightClient, sc_network::config::OnDemand<Block>>>
), ServiceError> {
let (client, backend, keystore, mut task_manager, on_demand) =
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.