Skip to content

Remove revision number from top-level README #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Ethereum flavored WebAssembly (ewasm)

Specification **Revision 4**

This repository contains documents describing the design and high-level overview of ewasm. Expect the contents of this repository to be in flux: everything is still under discussion.

**This repository is also available through [ReadTheDocs](https://ewasm.readthedocs.io).**
Expand Down
2 changes: 2 additions & 0 deletions contract_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The Ewasm Contract Interface (ECI) specifies the structure of a contract module.

Current revision: see [revision.md](./revision.md).

### Wire format

Every contract must be stored in the [WebAssembly Binary Encoding](https://github.com/WebAssembly/design/blob/master/BinaryEncoding.md) format (in short, WASM bytecode).
Expand Down
2 changes: 2 additions & 0 deletions eth_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

The Ethereum Environment Interface exposes the core Ethereum API to the ewasm environment. The Ethereum [module](https://github.com/WebAssembly/design/blob/master/Modules.md) will be implemented in the Ethereum client's native language. All parameters and returns are restricted to 32 or 64 bit integers. Floats are disallowed.

Current revision: see [revision.md](./revision.md).

# Data types

We define the following Ethereum data types:
Expand Down
5 changes: 5 additions & 0 deletions revision.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Revision information

**Current specification revision: 4**

The contents of this branch describe this revision of the Ewasm design.
2 changes: 2 additions & 0 deletions system_contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ or to rely on implementations written in ewasm.
Each of these contracts have a pre defined address and can be executed through
regular contract invocations.

Current revision: see [revision.md](./revision.md).

## Sentinel Contract

Address: `0x000000000000000000000000000000000000000a`
Expand Down