Skip to content

Commit

Permalink
chore(*): release version 0.2.0
Browse files Browse the repository at this point in the history
LIT-93
  • Loading branch information
DZariusz committed Dec 12, 2018
1 parent 1a1796b commit c11158e
Show file tree
Hide file tree
Showing 5 changed files with 303 additions and 77 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ coverage.json
coverageEnv

.env
all.sol
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
## [0.2.0] - 2018-12-12
### Added
- Makes verifiers per shard configurable
- Total token calculation per shard

Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ A collection of smart contracts for various types of on-chain registries.

## Linting smart contracts
1. `solhint "contracts/**/*.sol"`

## Contract addresses

* development: [0xdd2cd445c4b0d38addd83c2606b2fbb2a3210d2c](https://ropsten.etherscan.io/address/0x00c5ce08a2e99d007b5d966bea21e3644e4a6b17#readContract)
* production: [0x6a0da963533662c2ed687e67237681f765306ec9](https://ropsten.etherscan.io/address/0x6a0da963533662c2ed687e67237681f765306ec9#readContract)
249 changes: 234 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c11158e

Please sign in to comment.