Skip to content

Commit

Permalink
Deploying to gh-pages from @ 26045ba 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Besancon committed Aug 1, 2024
1 parent 1ba8013 commit 15af172
Show file tree
Hide file tree
Showing 177 changed files with 1,033 additions and 800 deletions.
2 changes: 1 addition & 1 deletion implementors/core/clone/trait.Clone.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions implementors/core/convert/trait.From.js

Large diffs are not rendered by default.

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

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

2 changes: 1 addition & 1 deletion implementors/massa_serialization/trait.Deserializer.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/massa_serialization/trait.Serializer.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions massa_bootstrap/enum.BootstrapError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions massa_bootstrap/enum.BootstrapServerMessage.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
slot: <a class="struct" href="../massa_models/slot/struct.Slot.html" title="struct massa_models::slot::Slot">Slot</a>,
state_part: StreamBatch&lt;<a class="struct" href="../massa_models/slot/struct.Slot.html" title="struct massa_models::slot::Slot">Slot</a>&gt;,
versioning_part: StreamBatch&lt;<a class="struct" href="../massa_models/slot/struct.Slot.html" title="struct massa_models::slot::Slot">Slot</a>&gt;,
consensus_part: <a class="struct" href="../massa_consensus_exports/bootstrapable_graph/struct.BootstrapableGraph.html" title="struct massa_consensus_exports::bootstrapable_graph::BootstrapableGraph">BootstrapableGraph</a>,
consensus_part: BootstrapableGraph,
consensus_outdated_ids: <a class="type" href="../massa_models/prehash/type.PreHashSet.html" title="type massa_models::prehash::PreHashSet">PreHashSet</a>&lt;<a class="enum" href="../massa_models/block_id/enum.BlockId.html" title="enum massa_models::block_id::BlockId">BlockId</a>&gt;,
last_start_period: <a class="enum" href="https://doc.rust-lang.org/1.74.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.74.1/std/primitive.u64.html">u64</a>&gt;,
last_slot_before_downtime: <a class="enum" href="https://doc.rust-lang.org/1.74.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.74.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../massa_models/slot/struct.Slot.html" title="struct massa_models::slot::Slot">Slot</a>&gt;&gt;,
Expand All @@ -29,7 +29,7 @@
</div><section id="variant.BootstrapPart" class="variant"><a href="#variant.BootstrapPart" class="anchor">§</a><h3 class="code-header">BootstrapPart</h3></section><div class="sub-variant" id="variant.BootstrapPart.fields"><h4>Fields</h4><div class="sub-variant-field"><span id="variant.BootstrapPart.field.slot" class="small-section-header"><a href="#variant.BootstrapPart.field.slot" class="anchor field">§</a><code>slot: <a class="struct" href="../massa_models/slot/struct.Slot.html" title="struct massa_models::slot::Slot">Slot</a></code></span><div class="docblock"><p>Slot the state changes are attached to</p>
</div></div><div class="sub-variant-field"><span id="variant.BootstrapPart.field.state_part" class="small-section-header"><a href="#variant.BootstrapPart.field.state_part" class="anchor field">§</a><code>state_part: StreamBatch&lt;<a class="struct" href="../massa_models/slot/struct.Slot.html" title="struct massa_models::slot::Slot">Slot</a>&gt;</code></span><div class="docblock"><p>Part of the state in a serialized way</p>
</div></div><div class="sub-variant-field"><span id="variant.BootstrapPart.field.versioning_part" class="small-section-header"><a href="#variant.BootstrapPart.field.versioning_part" class="anchor field">§</a><code>versioning_part: StreamBatch&lt;<a class="struct" href="../massa_models/slot/struct.Slot.html" title="struct massa_models::slot::Slot">Slot</a>&gt;</code></span><div class="docblock"><p>Part of the state (specific to versioning) in a serialized way</p>
</div></div><div class="sub-variant-field"><span id="variant.BootstrapPart.field.consensus_part" class="small-section-header"><a href="#variant.BootstrapPart.field.consensus_part" class="anchor field">§</a><code>consensus_part: <a class="struct" href="../massa_consensus_exports/bootstrapable_graph/struct.BootstrapableGraph.html" title="struct massa_consensus_exports::bootstrapable_graph::BootstrapableGraph">BootstrapableGraph</a></code></span><div class="docblock"><p>Part of the consensus graph</p>
</div></div><div class="sub-variant-field"><span id="variant.BootstrapPart.field.consensus_part" class="small-section-header"><a href="#variant.BootstrapPart.field.consensus_part" class="anchor field">§</a><code>consensus_part: BootstrapableGraph</code></span><div class="docblock"><p>Part of the consensus graph</p>
</div></div><div class="sub-variant-field"><span id="variant.BootstrapPart.field.consensus_outdated_ids" class="small-section-header"><a href="#variant.BootstrapPart.field.consensus_outdated_ids" class="anchor field">§</a><code>consensus_outdated_ids: <a class="type" href="../massa_models/prehash/type.PreHashSet.html" title="type massa_models::prehash::PreHashSet">PreHashSet</a>&lt;<a class="enum" href="../massa_models/block_id/enum.BlockId.html" title="enum massa_models::block_id::BlockId">BlockId</a>&gt;</code></span><div class="docblock"><p>Outdated block ids in the current consensus graph bootstrap</p>
</div></div><div class="sub-variant-field"><span id="variant.BootstrapPart.field.last_start_period" class="small-section-header"><a href="#variant.BootstrapPart.field.last_start_period" class="anchor field">§</a><code>last_start_period: <a class="enum" href="https://doc.rust-lang.org/1.74.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.74.1/std/primitive.u64.html">u64</a>&gt;</code></span><div class="docblock"><p>Last Start Period for network restart management</p>
</div></div><div class="sub-variant-field"><span id="variant.BootstrapPart.field.last_slot_before_downtime" class="small-section-header"><a href="#variant.BootstrapPart.field.last_slot_before_downtime" class="anchor field">§</a><code>last_slot_before_downtime: <a class="enum" href="https://doc.rust-lang.org/1.74.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="https://doc.rust-lang.org/1.74.1/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../massa_models/slot/struct.Slot.html" title="struct massa_models::slot::Slot">Slot</a>&gt;&gt;</code></span><div class="docblock"><p>Last Slot before downtime for network restart management</p>
Expand Down
Loading

0 comments on commit 15af172

Please sign in to comment.