Skip to content

Commit

Permalink
Dependencies: use rococo-v1 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunxw committed Jan 13, 2021
1 parent 3644aa1 commit d3a4f5d
Show file tree
Hide file tree
Showing 7 changed files with 578 additions and 572 deletions.
387 changes: 194 additions & 193 deletions Cargo.lock

Large diffs are not rendered by default.

498 changes: 249 additions & 249 deletions Cargo.toml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion bin/laminar/service/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,10 @@ pub fn local_testnet_config() -> Result<DevChainSpec, String> {
// Bootnodes
vec![],
// Telemetry
None,
Some(
TelemetryEndpoints::new(vec![(STAGING_TELEMETRY_URL.to_string(), 0)])
.expect("Polkadot Staging telemetry url is valid; qed"),
),
// Protocol ID
None,
// Properties
Expand Down
3 changes: 2 additions & 1 deletion bin/laminar/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ where
on_demand: None,
block_announce_validator_builder: Some(Box::new(|_| block_announce_validator)),
})?;
let telemetry_connection_sinks = sc_service::TelemetryConnectionSinks::default();

let rpc_extensions_builder = {
let client = client.clone();
Expand Down Expand Up @@ -214,7 +215,7 @@ where
client: client.clone(),
transaction_pool: transaction_pool.clone(),
task_manager: &mut task_manager,
telemetry_connection_sinks: Default::default(),
telemetry_connection_sinks,
config: parachain_config,
keystore: params.keystore_container.sync_keystore(),
backend: backend.clone(),
Expand Down
253 changes: 127 additions & 126 deletions resources/turbulence-pc-dist.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/turbulence-pc.json

Large diffs are not rendered by default.

0 comments on commit d3a4f5d

Please sign in to comment.