Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Updated for issue #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes committed Jan 3, 2017
1 parent 68b4eaf commit a66248a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 39 deletions.
2 changes: 1 addition & 1 deletion EthOn_glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ The concept of a state in a generic state transition system.
The concept of a transition in a state transition system.
### State root
[`ethon:stateRoot`](http://ethon.consensys.net/stateRoot)
The Keccak 256-bit hash of the root node of the state trie, after all transactions are executed and finalisations applied.
The Keccak 256-bit hash of the root node of the state trie that represents this state.
### Storage
[`ethon:AccountStorage`](http://ethon.consensys.net/AccountStorage)
A Merkle Patricia tree that encodes the storage contents of an Account. It is not used to store an Account's code, but the execution state of the code. The Account's code is stored in the
Expand Down
55 changes: 17 additions & 38 deletions EthOn_spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1><span about="http://purl.org/ontology/olo/core#" property="dc:title">EthOn -
<dt>Creators</dt>
<dd>Johannes Pfeffer</dd>
<dt>Contributors</dt>
<dd>Alex Beregszazi, Casey Detrio, Herman Junge, Marian Oancea, Maurycy Pietrzak, Shahan Khatchadourian, Stefano Bertolo</dd>
<dd>Alex Beregszazi, Casey Detrio, Herman Junge, Joseph Chow, Marian Oancea, Maurycy Pietrzak, Shahan Khatchadourian, Stefano Bertolo</dd>
<dt>Preferred prefix</dt>
<dd>ethon</dd>
<dt>Term status</dt>
Expand Down Expand Up @@ -144,7 +144,7 @@ <h3>Classes <span class="badge">45</span></h3>
</div>
<div class="col-sm-4">
<!-- Properties tree-->
<h3>Properties <span class="badge">86</span></h3>
<h3>Properties <span class="badge">85</span></h3>
<ul>
<li><a class="label label-default" href="#prop-dase_rule">DASE_RULE</a></li>
<li><a class="label label-default" href="#prop-ethonannotationproperty">EthOnAnnotationProperty</a><ul>
Expand All @@ -170,8 +170,7 @@ <h3>Properties <span class="badge">86</span></h3>
<li><a class="label label-default" href="#prop-blockmixhash">blockMixHash</a></li>
<li><a class="label label-default" href="#prop-blocknonce">blockNonce</a></li>
<li><a class="label label-default" href="#prop-blockreward">blockReward</a></li>
<li><a class="label label-default" href="#prop-number">number</a></li>
<li><a class="label label-default" href="#prop-stateroot">stateRoot</a></li></ul></li>
<li><a class="label label-default" href="#prop-number">number</a></li></ul></li>
<li><a class="label label-default" href="#prop-messagedataproperty">MessageDataProperty</a><ul>
<li><a class="label label-default" href="#prop-cumulativegasused">cumulativeGasUsed</a></li>
<li><a class="label label-default" href="#prop-msgcalldepth">msgCallDepth</a></li>
Expand All @@ -193,7 +192,7 @@ <h3>Properties <span class="badge">86</span></h3>
<li><a class="label label-default" href="#prop-networkdataproperty">NetworkDataProperty</a><ul>
<li><a class="label label-default" href="#prop-clientversion">clientVersion</a></li></ul></li>
<li><a class="label label-default" href="#prop-statedataproperty">StateDataProperty</a><ul>
<li><a class="label label-default" href="#prop-root">root</a></li></ul></li></ul></li>
<li><a class="label label-default" href="#prop-stateroot">stateRoot</a></li></ul></li></ul></li>
<li><a class="label label-default" href="#prop-ethonobjectproperty">EthOnObjectProperty</a><ul>
<li><a class="label label-default" href="#prop-accountobjectproperty">AccountObjectProperty</a><ul>
<li><a class="label label-default" href="#prop-hasaccountstorage">hasAccountStorage</a></li>
Expand Down Expand Up @@ -1808,6 +1807,13 @@ <h3 id="class-state">State</h3>
</td>
</tr>

<tr>
<td class="col-md-2">Properties include</td>
<td class="col-md-10">

<a class="label label-default" href="#prop-stateroot">stateRoot</a>
</td>
</tr>

<tr>
<td class="col-md-2">Used with</td>
Expand Down Expand Up @@ -2223,7 +2229,6 @@ <h3 id="class-worldstate">WorldState</h3>
<td class="col-md-2">Properties include</td>
<td class="col-md-10">

<a class="label label-default" href="#prop-stateroot">stateRoot</a>
<a class="label label-default" href="#prop-nextstate">nextState</a>
</td>
</tr>
Expand Down Expand Up @@ -4003,7 +4008,7 @@ <h3 id="prop-triggersmsg">triggersMsg</h3>


<!-- Datatype Property list-->
<h2>Datatype Property descriptions <span class="badge">44</span></h2>
<h2>Datatype Property descriptions <span class="badge">43</span></h2>

<h3 id="prop-accountdataproperty">AccountDataProperty</h3>
<p>Groups all Data Properties that are specific to an Account.</p>
Expand Down Expand Up @@ -4096,7 +4101,6 @@ <h3 id="prop-blockdataproperty">BlockDataProperty</h3>
<a class="label label-default" href="#prop-blocknonce">blockNonce</a>
<a class="label label-default" href="#prop-blockreward">blockReward</a>
<a class="label label-default" href="#prop-number">number</a>
<a class="label label-default" href="#prop-stateroot">stateRoot</a>
</td>
</tr>

Expand Down Expand Up @@ -4261,7 +4265,7 @@ <h3 id="prop-statedataproperty">StateDataProperty</h3>
<td class="col-md-2">Subclasses</td>
<td class="col-md-10">

<a class="label label-default" href="#prop-root">root</a>
<a class="label label-default" href="#prop-stateroot">stateRoot</a>
</td>
</tr>

Expand Down Expand Up @@ -5494,35 +5498,10 @@ <h3 id="prop-receiptsroot">receiptsRoot</h3>
</tr>


</table>

<h3 id="prop-root">root</h3>
<p></p>
<table class="table table-striped">


<tr>
<td class="col-md-2">URI</td>
<td class="col-md-10"><a href="http://ethon.consensys.net/root">http://ethon.consensys.net/root</a></td>
</tr>


<tr>
<td class="col-md-2">Superclasses</td>
<td class="col-md-10">

<a class="label label-default" href="#prop-statedataproperty">StateDataProperty</a>
</td>
</tr>





</table>

<h3 id="prop-stateroot">stateRoot</h3>
<p>The Keccak 256-bit hash of the root node of the state trie, after all transactions are executed and finalisations applied.</p>
<p>The Keccak 256-bit hash of the root node of the state trie that represents this state.</p>
<table class="table table-striped">

<tr>
Expand All @@ -5539,14 +5518,14 @@ <h3 id="prop-stateroot">stateRoot</h3>

<tr>
<td class="col-md-2">Suggested string</td>
<td class="col-md-10">blockStateRoot</td>
<td class="col-md-10">stateRoot</td>
</tr>

<tr>
<td class="col-md-2">Superclasses</td>
<td class="col-md-10">

<a class="label label-default" href="#prop-blockdataproperty">BlockDataProperty</a>
<a class="label label-default" href="#prop-statedataproperty">StateDataProperty</a>
</td>
</tr>

Expand All @@ -5555,7 +5534,7 @@ <h3 id="prop-stateroot">stateRoot</h3>
<td class="col-md-2">Implies being a</td>
<td class="col-md-10">

<a class="label label-primary" href="#class-worldstate">WorldState</a>
<a class="label label-primary" href="#class-state">State</a>
</td>
</tr>

Expand Down

0 comments on commit a66248a

Please sign in to comment.