Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9ca7a15 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Dec 6, 2023
1 parent b51cf9c commit 2498546
Show file tree
Hide file tree
Showing 134 changed files with 435 additions and 437 deletions.
2 changes: 1 addition & 1 deletion implementors/core/convert/trait.From.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/sc_proof_of_time/trait.PotSlotWorker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
subspace_link: <a class="struct" href="../struct.SubspaceLink.html" title="struct sc_consensus_subspace::SubspaceLink">SubspaceLink</a>&lt;Block&gt;,
create_inherent_data_providers: CIDP,
segment_headers_store: <a class="struct" href="../archiver/struct.SegmentHeadersStore.html" title="struct sc_consensus_subspace::archiver::SegmentHeadersStore">SegmentHeadersStore</a>&lt;AS&gt;,
pot_verifier: PotVerifier
pot_verifier: <a class="struct" href="../../sc_proof_of_time/verifier/struct.PotVerifier.html" title="struct sc_proof_of_time::verifier::PotVerifier">PotVerifier</a>
) -&gt; Self</h4></section></summary><div class="docblock"><p>Produce a Subspace block-import object to be used later on in the construction of an import-queue.</p>
</div></details></div></details></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-BlockImport%3CBlock%3E-for-SubspaceBlockImport%3CPosTable,+Block,+Client,+Inner,+CIDP,+AS%3E" class="impl"><a class="src rightside" href="../../src/sc_consensus_subspace/block_import.rs.html#591-725">source</a><a href="#impl-BlockImport%3CBlock%3E-for-SubspaceBlockImport%3CPosTable,+Block,+Client,+Inner,+CIDP,+AS%3E" class="anchor">§</a><h3 class="code-header">impl&lt;PosTable, Block, Client, Inner, CIDP, AS&gt; BlockImport&lt;Block&gt; for <a class="struct" href="struct.SubspaceBlockImport.html" title="struct sc_consensus_subspace::block_import::SubspaceBlockImport">SubspaceBlockImport</a>&lt;PosTable, Block, Client, Inner, CIDP, AS&gt;<span class="where fmt-newline">where
PosTable: <a class="trait" href="../../subspace_proof_of_space/trait.Table.html" title="trait subspace_proof_of_space::Table">Table</a>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<a class="type" href="../../subspace_core_primitives/type.BlockNumber.html" title="type subspace_core_primitives::BlockNumber">BlockNumber</a>: <a class="trait" href="https://doc.rust-lang.org/nightly/core/convert/trait.From.html" title="trait core::convert::From">From</a>&lt;&lt;&lt;Block as BlockT&gt;::Header as Header&gt;::Number&gt;,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="src rightside" href="../../src/sc_consensus_subspace/slot_worker.rs.html#758-796">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>(
_: <a class="struct" href="struct.SubspaceSlotWorkerOptions.html" title="struct sc_consensus_subspace::slot_worker::SubspaceSlotWorkerOptions">SubspaceSlotWorkerOptions</a>&lt;Block, Client, E, SO, L, BS, AS&gt;
) -&gt; Self</h4></section></summary><div class="docblock"><p>Create new Subspace slot worker</p>
</div></details></div></details></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-PotSlotWorker%3CBlock%3E-for-SubspaceSlotWorker%3CPosTable,+Block,+Client,+E,+SO,+L,+BS,+AS%3E" class="impl"><a class="src rightside" href="../../src/sc_consensus_subspace/slot_worker.rs.html#217-275">source</a><a href="#impl-PotSlotWorker%3CBlock%3E-for-SubspaceSlotWorker%3CPosTable,+Block,+Client,+E,+SO,+L,+BS,+AS%3E" class="anchor">§</a><h3 class="code-header">impl&lt;PosTable, Block, Client, E, SO, L, BS, AS&gt; PotSlotWorker&lt;Block&gt; for <a class="struct" href="struct.SubspaceSlotWorker.html" title="struct sc_consensus_subspace::slot_worker::SubspaceSlotWorker">SubspaceSlotWorker</a>&lt;PosTable, Block, Client, E, SO, L, BS, AS&gt;<span class="where fmt-newline">where
</div></details></div></details></div><h2 id="trait-implementations" class="small-section-header">Trait Implementations<a href="#trait-implementations" class="anchor">§</a></h2><div id="trait-implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-PotSlotWorker%3CBlock%3E-for-SubspaceSlotWorker%3CPosTable,+Block,+Client,+E,+SO,+L,+BS,+AS%3E" class="impl"><a class="src rightside" href="../../src/sc_consensus_subspace/slot_worker.rs.html#217-275">source</a><a href="#impl-PotSlotWorker%3CBlock%3E-for-SubspaceSlotWorker%3CPosTable,+Block,+Client,+E,+SO,+L,+BS,+AS%3E" class="anchor">§</a><h3 class="code-header">impl&lt;PosTable, Block, Client, E, SO, L, BS, AS&gt; <a class="trait" href="../../sc_proof_of_time/trait.PotSlotWorker.html" title="trait sc_proof_of_time::PotSlotWorker">PotSlotWorker</a>&lt;Block&gt; for <a class="struct" href="struct.SubspaceSlotWorker.html" title="struct sc_consensus_subspace::slot_worker::SubspaceSlotWorker">SubspaceSlotWorker</a>&lt;PosTable, Block, Client, E, SO, L, BS, AS&gt;<span class="where fmt-newline">where
Block: BlockT,
Client: HeaderBackend&lt;Block&gt; + ProvideRuntimeApi&lt;Block&gt;,
Client::Api: SubspaceApi&lt;Block, FarmerPublicKey&gt;,
SO: SyncOracle + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.on_proof" class="method trait-impl"><a class="src rightside" href="../../src/sc_consensus_subspace/slot_worker.rs.html#225-274">source</a><a href="#method.on_proof" class="anchor">§</a><h4 class="code-header">fn <a class="fn">on_proof</a>(&amp;mut self, slot: Slot, checkpoints: <a class="struct" href="../../subspace_core_primitives/struct.PotCheckpoints.html" title="struct subspace_core_primitives::PotCheckpoints">PotCheckpoints</a>)</h4></section></summary><div class='docblock'>Called when new proof of time is available for slot. <a>Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-SimpleSlotWorker%3CBlock%3E-for-SubspaceSlotWorker%3CPosTable,+Block,+Client,+E,+SO,+L,+BS,+AS%3E" class="impl"><a class="src rightside" href="../../src/sc_consensus_subspace/slot_worker.rs.html#278-735">source</a><a href="#impl-SimpleSlotWorker%3CBlock%3E-for-SubspaceSlotWorker%3CPosTable,+Block,+Client,+E,+SO,+L,+BS,+AS%3E" class="anchor">§</a><h3 class="code-header">impl&lt;PosTable, Block, Client, E, Error, SO, L, BS, AS&gt; SimpleSlotWorker&lt;Block&gt; for <a class="struct" href="struct.SubspaceSlotWorker.html" title="struct sc_consensus_subspace::slot_worker::SubspaceSlotWorker">SubspaceSlotWorker</a>&lt;PosTable, Block, Client, E, SO, L, BS, AS&gt;<span class="where fmt-newline">where
SO: SyncOracle + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,</span></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.on_proof" class="method trait-impl"><a class="src rightside" href="../../src/sc_consensus_subspace/slot_worker.rs.html#225-274">source</a><a href="#method.on_proof" class="anchor">§</a><h4 class="code-header">fn <a href="../../sc_proof_of_time/trait.PotSlotWorker.html#tymethod.on_proof" class="fn">on_proof</a>(&amp;mut self, slot: Slot, checkpoints: <a class="struct" href="../../subspace_core_primitives/struct.PotCheckpoints.html" title="struct subspace_core_primitives::PotCheckpoints">PotCheckpoints</a>)</h4></section></summary><div class='docblock'>Called when new proof of time is available for slot. <a href="../../sc_proof_of_time/trait.PotSlotWorker.html#tymethod.on_proof">Read more</a></div></details></div></details><details class="toggle implementors-toggle" open><summary><section id="impl-SimpleSlotWorker%3CBlock%3E-for-SubspaceSlotWorker%3CPosTable,+Block,+Client,+E,+SO,+L,+BS,+AS%3E" class="impl"><a class="src rightside" href="../../src/sc_consensus_subspace/slot_worker.rs.html#278-735">source</a><a href="#impl-SimpleSlotWorker%3CBlock%3E-for-SubspaceSlotWorker%3CPosTable,+Block,+Client,+E,+SO,+L,+BS,+AS%3E" class="anchor">§</a><h3 class="code-header">impl&lt;PosTable, Block, Client, E, Error, SO, L, BS, AS&gt; SimpleSlotWorker&lt;Block&gt; for <a class="struct" href="struct.SubspaceSlotWorker.html" title="struct sc_consensus_subspace::slot_worker::SubspaceSlotWorker">SubspaceSlotWorker</a>&lt;PosTable, Block, Client, E, SO, L, BS, AS&gt;<span class="where fmt-newline">where
PosTable: <a class="trait" href="../../subspace_proof_of_space/trait.Table.html" title="trait subspace_proof_of_space::Table">Table</a>,
Block: BlockT,
Client: ProvideRuntimeApi&lt;Block&gt; + HeaderBackend&lt;Block&gt; + HeaderMetadata&lt;Block, Error = Error&gt; + AuxStore + 'static,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
pub max_block_proposal_slot_portion: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;SlotProportion&gt;,
pub telemetry: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;TelemetryHandle&gt;,
pub offchain_tx_pool_factory: OffchainTransactionPoolFactory&lt;Block&gt;,
pub pot_verifier: PotVerifier,
pub pot_verifier: <a class="struct" href="../../sc_proof_of_time/verifier/struct.PotVerifier.html" title="struct sc_proof_of_time::verifier::PotVerifier">PotVerifier</a>,
</details>}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Parameters for <a href="struct.SubspaceSlotWorker.html" title="struct sc_consensus_subspace::slot_worker::SubspaceSlotWorker"><code>SubspaceSlotWorker</code></a></p>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.client" class="structfield small-section-header"><a href="#structfield.client" class="anchor field">§</a><code>client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;Client&gt;</code></span><div class="docblock"><p>The client to use</p>
</div><span id="structfield.env" class="structfield small-section-header"><a href="#structfield.env" class="anchor field">§</a><code>env: E</code></span><div class="docblock"><p>The environment we are producing blocks for.</p>
Expand All @@ -36,7 +36,7 @@
</div><span id="structfield.telemetry" class="structfield small-section-header"><a href="#structfield.telemetry" class="anchor field">§</a><code>telemetry: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;TelemetryHandle&gt;</code></span><div class="docblock"><p>Handle use to report telemetries.</p>
</div><span id="structfield.offchain_tx_pool_factory" class="structfield small-section-header"><a href="#structfield.offchain_tx_pool_factory" class="anchor field">§</a><code>offchain_tx_pool_factory: OffchainTransactionPoolFactory&lt;Block&gt;</code></span><div class="docblock"><p>The offchain transaction pool factory.</p>
<p>Will be used when sending equivocation reports and votes.</p>
</div><span id="structfield.pot_verifier" class="structfield small-section-header"><a href="#structfield.pot_verifier" class="anchor field">§</a><code>pot_verifier: PotVerifier</code></span><div class="docblock"><p>Proof of time verifier</p>
</div><span id="structfield.pot_verifier" class="structfield small-section-header"><a href="#structfield.pot_verifier" class="anchor field">§</a><code>pot_verifier: <a class="struct" href="../../sc_proof_of_time/verifier/struct.PotVerifier.html" title="struct sc_proof_of_time::verifier::PotVerifier">PotVerifier</a></code></span><div class="docblock"><p>Proof of time verifier</p>
</div><h2 id="synthetic-implementations" class="small-section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-SubspaceSlotWorkerOptions%3CBlock,+Client,+E,+SO,+L,+BS,+AS%3E" class="impl"><a href="#impl-RefUnwindSafe-for-SubspaceSlotWorkerOptions%3CBlock,+Client,+E,+SO,+L,+BS,+AS%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Block, Client, E, SO, L, BS, AS&gt; !<a class="trait" href="https://doc.rust-lang.org/nightly/core/panic/unwind_safe/trait.RefUnwindSafe.html" title="trait core::panic::unwind_safe::RefUnwindSafe">RefUnwindSafe</a> for <a class="struct" href="struct.SubspaceSlotWorkerOptions.html" title="struct sc_consensus_subspace::slot_worker::SubspaceSlotWorkerOptions">SubspaceSlotWorkerOptions</a>&lt;Block, Client, E, SO, L, BS, AS&gt;</h3></section><section id="impl-Send-for-SubspaceSlotWorkerOptions%3CBlock,+Client,+E,+SO,+L,+BS,+AS%3E" class="impl"><a href="#impl-Send-for-SubspaceSlotWorkerOptions%3CBlock,+Client,+E,+SO,+L,+BS,+AS%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Block, Client, E, SO, L, BS, AS&gt; <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> for <a class="struct" href="struct.SubspaceSlotWorkerOptions.html" title="struct sc_consensus_subspace::slot_worker::SubspaceSlotWorkerOptions">SubspaceSlotWorkerOptions</a>&lt;Block, Client, E, SO, L, BS, AS&gt;<span class="where fmt-newline">where
AS: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a>,
BS: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
Expand Down
Loading

0 comments on commit 2498546

Please sign in to comment.