Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
deploy: a62ae4c
Browse files Browse the repository at this point in the history
  • Loading branch information
tdelabro committed Oct 27, 2023
1 parent dc1d9bd commit 0282c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mc_data_availability/enum.DaMode.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
run for the given block as it is applied to the current Madara state.
Once this execution trace is proved to the L1 Verifier(i.e. <a href="https://goerli.etherscan.io/address/0x8f97970aC5a9aa8D130d35146F5b59c4aef57963">Ethereum</a>)
the relevant <a href="https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/on-chain-data">state diff</a> can be written and validated against the on-chain
proof verification of the block propogation.</p>
proof verification of the block propagation.</p>
</div><section id="variant.Volition" class="variant"><a href="#variant.Volition" class="anchor">§</a><h3 class="code-header">Volition</h3></section><div class="docblock"><p>Hybrid Volition</p>
<p>Volitions allow applications and users to interoperate between on-chain data and off-chain
da. Although full specs are not currently available, this mode will entail generating
Expand Down
2 changes: 1 addition & 1 deletion src/mc_data_availability/lib.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
/// run for the given block as it is applied to the current Madara state.
/// Once this execution trace is proved to the L1 Verifier(i.e. [Ethereum](https://goerli.etherscan.io/address/0x8f97970aC5a9aa8D130d35146F5b59c4aef57963))
/// the relevant [state diff](https://docs.starknet.io/documentation/architecture_and_concepts/Network_Architecture/on-chain-data) can be written and validated against the on-chain
/// proof verification of the block propogation.
/// proof verification of the block propagation.
</span><span class="attr">#[serde(rename = <span class="string">&quot;validity&quot;</span>)]
</span>Validity,
<span class="doccomment">/// Hybrid Volition
Expand Down

0 comments on commit 0282c98

Please sign in to comment.