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

Commit

Permalink
Merge pull request #37 from ConsenSys/dev
Browse files Browse the repository at this point in the history
Pull fixes from Dev branch
  • Loading branch information
jo-tud authored Jan 23, 2017
2 parents f593f81 + f2c04e3 commit 3a2424b
Show file tree
Hide file tree
Showing 7 changed files with 1,413 additions and 1,135 deletions.
171 changes: 144 additions & 27 deletions EthOn.rdf

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions EthOn_glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ The immutable Keccak-256 hash of the EVM code of an Account.
### Account nonce
[`ethon:accountNonce`](http://ethon.consensys.net/accountNonce)
A scalar value equal to the number of transactions sent from this Account or, in the case of Accounts with associated code, the number of Contract-creations made by this Account.
### Account public key
[`ethon:accountPublicKey`](http://ethon.consensys.net/accountPublicKey)
The public key of an ExternalAccount.
### Address
[`ethon:address`](http://ethon.consensys.net/address)
A 160-bit identifier for Accounts.
Expand Down Expand Up @@ -219,6 +222,12 @@ Data (as a set of bytes) and value (specified as Ether) that is passed between t
### Message call depth
[`ethon:msgCallDepth`](http://ethon.consensys.net/msgCallDepth)
A scalar value equal to the depth of the Contract Message. A Contract Message is represented as a Call in the Ethereum EVM. This value represents the number of CALL or CREATE opcodes being executed at the time of the Message execution.
### Message error
[`ethon:msgError`](http://ethon.consensys.net/msgError)
A boolean value indicating whether the ContractMessage execution resulted in an error. A "true" value indicates an error.
### Message error string
[`ethon:msgErrorString`](http://ethon.consensys.net/msgErrorString)
A string informally describing an error that occured during the execution of a ContractMessage. Only exists if msgError is true.
### Message gas limit
[`ethon:msgGasLimit`](http://ethon.consensys.net/msgGasLimit)
A scalar value equal to the maximum amount of gas that should be used in executing this transaction. This is paid up-front, before any computation is done and may not be increased later. If used with Contract Messages it represents the fraction of the original Transaction gas limit still available for execution of the Contract Message.
Expand Down
277 changes: 171 additions & 106 deletions EthOn_spec.html

Large diffs are not rendered by default.

2,091 changes: 1,089 additions & 1,002 deletions doc_resources/EthOn_sketches.graphml

Large diffs are not rendered by default.

Binary file modified doc_resources/img/account_concept.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc_resources/img/block_modeling_scheme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc_resources/img/contract_message_concept.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3a2424b

Please sign in to comment.