Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3c73368 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Jan 31, 2024
1 parent a3249a0 commit 2910965
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions domain_eth_service/provider/struct.EthProvider.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions domain_service/struct.DomainParams.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
pub consensus_offchain_tx_pool_factory: OffchainTransactionPoolFactory<CBlock>,
pub consensus_network_sync_oracle: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;dyn 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>&gt;,
pub operator_streams: OperatorStreams&lt;CBlock, IBNS, CIBNS, NSNS, ASS&gt;,
pub gossip_message_sink: GossipMessageSink,
pub gossip_message_sink: <a class="type" href="../domain_client_message_relayer/type.GossipMessageSink.html" title="type domain_client_message_relayer::GossipMessageSink">GossipMessageSink</a>,
pub domain_message_receiver: TracingUnboundedReceiver&lt;ChainTxPoolMsg&gt;,
pub provider: Provider,
pub skip_empty_bundle_production: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
</details>}</code></pre><h2 id="fields" class="fields section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.domain_id" class="structfield section-header"><a href="#structfield.domain_id" class="anchor field">§</a><code>domain_id: DomainId</code></span><span id="structfield.domain_config" class="structfield section-header"><a href="#structfield.domain_config" class="anchor field">§</a><code>domain_config: Configuration</code></span><span id="structfield.domain_created_at" class="structfield section-header"><a href="#structfield.domain_created_at" class="anchor field">§</a><code>domain_created_at: NumberFor&lt;CBlock&gt;</code></span><span id="structfield.maybe_operator_id" class="structfield section-header"><a href="#structfield.maybe_operator_id" class="anchor field">§</a><code>maybe_operator_id: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;OperatorId&gt;</code></span><span id="structfield.consensus_client" class="structfield section-header"><a href="#structfield.consensus_client" class="anchor field">§</a><code>consensus_client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CClient&gt;</code></span><span id="structfield.consensus_network" class="structfield section-header"><a href="#structfield.consensus_network" class="anchor field">§</a><code>consensus_network: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CNetwork&gt;</code></span><span id="structfield.consensus_offchain_tx_pool_factory" class="structfield section-header"><a href="#structfield.consensus_offchain_tx_pool_factory" class="anchor field">§</a><code>consensus_offchain_tx_pool_factory: OffchainTransactionPoolFactory&lt;CBlock&gt;</code></span><span id="structfield.consensus_network_sync_oracle" class="structfield section-header"><a href="#structfield.consensus_network_sync_oracle" class="anchor field">§</a><code>consensus_network_sync_oracle: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;dyn 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>&gt;</code></span><span id="structfield.operator_streams" class="structfield section-header"><a href="#structfield.operator_streams" class="anchor field">§</a><code>operator_streams: OperatorStreams&lt;CBlock, IBNS, CIBNS, NSNS, ASS&gt;</code></span><span id="structfield.gossip_message_sink" class="structfield section-header"><a href="#structfield.gossip_message_sink" class="anchor field">§</a><code>gossip_message_sink: GossipMessageSink</code></span><span id="structfield.domain_message_receiver" class="structfield section-header"><a href="#structfield.domain_message_receiver" class="anchor field">§</a><code>domain_message_receiver: TracingUnboundedReceiver&lt;ChainTxPoolMsg&gt;</code></span><span id="structfield.provider" class="structfield section-header"><a href="#structfield.provider" class="anchor field">§</a><code>provider: Provider</code></span><span id="structfield.skip_empty_bundle_production" class="structfield section-header"><a href="#structfield.skip_empty_bundle_production" class="anchor field">§</a><code>skip_empty_bundle_production: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="impl"><a href="#impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&gt;</h3></section><section id="impl-Send-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="impl"><a href="#impl-Send-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&gt;<div class="where">where
</details>}</code></pre><h2 id="fields" class="fields section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.domain_id" class="structfield section-header"><a href="#structfield.domain_id" class="anchor field">§</a><code>domain_id: DomainId</code></span><span id="structfield.domain_config" class="structfield section-header"><a href="#structfield.domain_config" class="anchor field">§</a><code>domain_config: Configuration</code></span><span id="structfield.domain_created_at" class="structfield section-header"><a href="#structfield.domain_created_at" class="anchor field">§</a><code>domain_created_at: NumberFor&lt;CBlock&gt;</code></span><span id="structfield.maybe_operator_id" class="structfield section-header"><a href="#structfield.maybe_operator_id" class="anchor field">§</a><code>maybe_operator_id: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;OperatorId&gt;</code></span><span id="structfield.consensus_client" class="structfield section-header"><a href="#structfield.consensus_client" class="anchor field">§</a><code>consensus_client: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CClient&gt;</code></span><span id="structfield.consensus_network" class="structfield section-header"><a href="#structfield.consensus_network" class="anchor field">§</a><code>consensus_network: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;CNetwork&gt;</code></span><span id="structfield.consensus_offchain_tx_pool_factory" class="structfield section-header"><a href="#structfield.consensus_offchain_tx_pool_factory" class="anchor field">§</a><code>consensus_offchain_tx_pool_factory: OffchainTransactionPoolFactory&lt;CBlock&gt;</code></span><span id="structfield.consensus_network_sync_oracle" class="structfield section-header"><a href="#structfield.consensus_network_sync_oracle" class="anchor field">§</a><code>consensus_network_sync_oracle: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/sync/struct.Arc.html" title="struct alloc::sync::Arc">Arc</a>&lt;dyn 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>&gt;</code></span><span id="structfield.operator_streams" class="structfield section-header"><a href="#structfield.operator_streams" class="anchor field">§</a><code>operator_streams: OperatorStreams&lt;CBlock, IBNS, CIBNS, NSNS, ASS&gt;</code></span><span id="structfield.gossip_message_sink" class="structfield section-header"><a href="#structfield.gossip_message_sink" class="anchor field">§</a><code>gossip_message_sink: <a class="type" href="../domain_client_message_relayer/type.GossipMessageSink.html" title="type domain_client_message_relayer::GossipMessageSink">GossipMessageSink</a></code></span><span id="structfield.domain_message_receiver" class="structfield section-header"><a href="#structfield.domain_message_receiver" class="anchor field">§</a><code>domain_message_receiver: TracingUnboundedReceiver&lt;ChainTxPoolMsg&gt;</code></span><span id="structfield.provider" class="structfield section-header"><a href="#structfield.provider" class="anchor field">§</a><code>provider: Provider</code></span><span id="structfield.skip_empty_bundle_production" class="structfield section-header"><a href="#structfield.skip_empty_bundle_production" class="anchor field">§</a><code>skip_empty_bundle_production: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></code></span><h2 id="synthetic-implementations" class="section-header">Auto Trait Implementations<a href="#synthetic-implementations" class="anchor">§</a></h2><div id="synthetic-implementations-list"><section id="impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="impl"><a href="#impl-RefUnwindSafe-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&gt;</h3></section><section id="impl-Send-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="impl"><a href="#impl-Send-for-DomainParams%3CCBlock,+CClient,+IBNS,+CIBNS,+NSNS,+ASS,+Provider,+CNetwork%3E" class="anchor">§</a><h3 class="code-header">impl&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&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.DomainParams.html" title="struct domain_service::DomainParams">DomainParams</a>&lt;CBlock, CClient, IBNS, CIBNS, NSNS, ASS, Provider, CNetwork&gt;<div class="where">where
ASS: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
CClient: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Sync.html" title="trait core::marker::Sync">Sync</a> + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
CIBNS: <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
Expand Down
2 changes: 1 addition & 1 deletion sc_proof_of_time/fn.start_slot_worker.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)<div class="where">where
Block: BlockT,
Client: ProvideRuntimeApi&lt;Block&gt; + HeaderBackend&lt;Block&gt;,
Client::Api: <a class="trait" href="../sp_consensus_subspace/trait.SubspaceApi.html" title="trait sp_consensus_subspace::SubspaceApi">SubspaceRuntimeApi</a>&lt;Block, <a class="type" href="../sp_consensus_subspace/type.FarmerPublicKey.html" title="type sp_consensus_subspace::FarmerPublicKey">FarmerPublicKey</a>&gt;,
Client::Api: SubspaceRuntimeApi&lt;Block, FarmerPublicKey&gt;,
SC: SelectChain&lt;Block&gt;,
Worker: <a class="trait" href="trait.PotSlotWorker.html" title="trait sc_proof_of_time::PotSlotWorker">PotSlotWorker</a>&lt;Block&gt; + SimpleSlotWorker&lt;Block&gt; + <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>,
SO: SyncOracle + <a class="trait" href="https://doc.rust-lang.org/nightly/core/marker/trait.Send.html" title="trait core::marker::Send">Send</a>,
Expand Down
2 changes: 1 addition & 1 deletion sc_proof_of_time/source/struct.PotSourceWorker.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div></details><h2 id="implementations" class="section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-PotSourceWorker%3CBlock,+Client,+SO%3E" class="impl"><a class="src rightside" href="../../src/sc_proof_of_time/source.rs.html#69-411">source</a><a href="#impl-PotSourceWorker%3CBlock,+Client,+SO%3E" class="anchor">§</a><h3 class="code-header">impl&lt;Block, Client, SO&gt; <a class="struct" href="struct.PotSourceWorker.html" title="struct sc_proof_of_time::source::PotSourceWorker">PotSourceWorker</a>&lt;Block, Client, SO&gt;<div class="where">where
Block: BlockT,
Client: BlockchainEvents&lt;Block&gt; + HeaderBackend&lt;Block&gt; + ProvideRuntimeApi&lt;Block&gt;,
Client::Api: <a class="trait" href="../../sp_consensus_subspace/trait.SubspaceApi.html" title="trait sp_consensus_subspace::SubspaceApi">SubspaceRuntimeApi</a>&lt;Block, <a class="type" href="../../sp_consensus_subspace/type.FarmerPublicKey.html" title="type sp_consensus_subspace::FarmerPublicKey">FarmerPublicKey</a>&gt;,
Client::Api: SubspaceRuntimeApi&lt;Block, FarmerPublicKey&gt;,
SO: SyncOracle + <a class="trait" href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html" title="trait core::clone::Clone">Clone</a> + <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> + 'static,</div></h3></section></summary><div class="impl-items"><section id="method.new" class="method"><a class="src rightside" href="../../src/sc_proof_of_time/source.rs.html#78-193">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>&lt;Network, GossipSync&gt;(
is_timekeeper: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a>,
timekeeper_cpu_cores: <a class="struct" href="https://doc.rust-lang.org/nightly/std/collections/hash/set/struct.HashSet.html" title="struct std::collections::hash::set::HashSet">HashSet</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.usize.html">usize</a>&gt;,
Expand Down
8 changes: 4 additions & 4 deletions sc_proof_of_time/verifier/struct.PotVerifier.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
) -&gt; <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../subspace_core_primitives/struct.PotCheckpoints.html" title="struct subspace_core_primitives::PotCheckpoints">PotCheckpoints</a>&gt;</h4></section></summary><div class="docblock"><p>Try to get checkpoints quickly without waiting for potentially locked mutex or proving</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.is_output_valid" class="method"><a class="src rightside" href="../../src/sc_proof_of_time/verifier.rs.html#99-107">source</a><h4 class="code-header">pub fn <a href="#method.is_output_valid" class="fn">is_output_valid</a>(
&amp;self,
input: <a class="struct" href="../../sp_consensus_subspace/struct.PotNextSlotInput.html" title="struct sp_consensus_subspace::PotNextSlotInput">PotNextSlotInput</a>,
input: PotNextSlotInput,
slots: Slot,
output: <a class="struct" href="../../subspace_core_primitives/struct.PotOutput.html" title="struct subspace_core_primitives::PotOutput">PotOutput</a>,
maybe_parameters_change: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../sp_consensus_subspace/struct.PotParametersChange.html" title="struct sp_consensus_subspace::PotParametersChange">PotParametersChange</a>&gt;
maybe_parameters_change: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;PotParametersChange&gt;
) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Verify sequence of proofs of time that covers <code>slots</code> slots starting at <code>slot</code> with provided
initial <code>seed</code>.</p>
<p>In case <code>maybe_parameters_change</code> is present, it will not affect provided <code>seed</code> and
Expand All @@ -33,10 +33,10 @@
whenever possible.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="method.try_is_output_valid" class="method"><a class="src rightside" href="../../src/sc_proof_of_time/verifier.rs.html#112-120">source</a><h4 class="code-header">pub fn <a href="#method.try_is_output_valid" class="fn">try_is_output_valid</a>(
&amp;self,
input: <a class="struct" href="../../sp_consensus_subspace/struct.PotNextSlotInput.html" title="struct sp_consensus_subspace::PotNextSlotInput">PotNextSlotInput</a>,
input: PotNextSlotInput,
slots: Slot,
output: <a class="struct" href="../../subspace_core_primitives/struct.PotOutput.html" title="struct subspace_core_primitives::PotOutput">PotOutput</a>,
maybe_parameters_change: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../../sp_consensus_subspace/struct.PotParametersChange.html" title="struct sp_consensus_subspace::PotParametersChange">PotParametersChange</a>&gt;
maybe_parameters_change: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;PotParametersChange&gt;
) -&gt; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.bool.html">bool</a></h4></section></summary><div class="docblock"><p>Does the same verification as <a href="struct.PotVerifier.html#method.is_output_valid" title="method sc_proof_of_time::verifier::PotVerifier::is_output_valid"><code>Self::is_output_valid()</code></a> except it relies on proofs being
pre-validated before and will return <code>false</code> in case proving is necessary, this is meant to
be a quick and cheap version of the function.</p>
Expand Down
Loading

0 comments on commit 2910965

Please sign in to comment.