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

Commit

Permalink
typo fixes and upgrade version to 1.1.1 in CMakeLists.txt and README
Browse files Browse the repository at this point in the history
  • Loading branch information
arhag committed Jul 24, 2018
1 parent 41baddf commit 613cda0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(eosio_contracts VERSION 1.1.0)
project(eosio_contracts VERSION 1.1.1)

if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set(TEST_BUILD_TYPE "Debug")
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
# eosio.contracts

## Version : 1.1.0
## Version : 1.1.1

The design of the EOSIO blockchain calls for a number of smart contracts that are run at a privileged permission level in order to support functions such as block producer registration and voting, token staking for CPU and network bandwidth, RAM purchasing, multi-sig, etc. These smart contracts are referred to as the system, token, msig and sudo contracts.

This repository contains examples of these priviledged contracts that are useful when depoying, managing, and/or using an EOSIO blockchain. They are provided for reference purposes:
This repository contains examples of these privileged contracts that are useful when deploying, managing, and/or using an EOSIO blockchain. They are provided for reference purposes:

* [eosio.system](https://github.com/eosio/eosio.contracts/tree/master/eosio.system)

* [eosio.msig](https://github.com/eosio/eosio.contracts/tree/master/eosio.msig)
* [eosio.sudo](https://github.com/eosio/eosio.contracts/tree/master/eosio.sudo)
The following unpriviledged contract(s) are also part of the system.

The following unprivileged contract(s) are also part of the system.
* [eosio.token](https://github.com/eosio/eosio.contracts/tree/master/eosio.token)

Dependencies:
Expand Down

0 comments on commit 613cda0

Please sign in to comment.