Skip to content

Commit

Permalink
chore(*): release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DZariusz committed Dec 13, 2018
1 parent 5dd5cef commit 10b576e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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
## [0.3.0] - 2018-12-13
### Added:
- election verification

### Changed:
- Cleaned up README to make project open source
- Uses digivice repo for registry
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,12 @@ It will be much much faster and cheaper.
#### Ropsten contracts
* development (8 blocks per phase)
[0x62Dcb16E90221B6312044efa7A073b2fed760a7F](https://ropsten.etherscan.io/address/0x62Dcb16E90221B6312044efa7A073b2fed760a7F)
* staging (5 blocks per phase)
[0xdf4ed5b528604192fd583c8ccd070b07f537c15e](https://ropsten.etherscan.io/address/0xdf4ed5b528604192fd583c8ccd070b07f537c15e#readContract)
* production (5 blocks per phase)
[0xff3aa2f5c76a8c53327ad5517ce7d4f2018971a3](https://ropsten.etherscan.io/address/0xff3aa2f5c76a8c53327ad5517ce7d4f2018971a3#readContract)
* development (10 blocks per phase)
[0x6a81f7788a3ae5207f8df2416f4d48939ac9deba](https://ropsten.etherscan.io/address/0x6a81f7788a3ae5207f8df2416f4d48939ac9deba#readContract)
* staging (10 blocks per phase)
[0xe7615ad93bca725eff6350704112a64a3c95d783](https://ropsten.etherscan.io/address/0xe7615ad93bca725eff6350704112a64a3c95d783#readContract)
* production (10 blocks per phase)
[0x1f09d05c460ee0a96a4b05a5923e7e248dc1421b](https://ropsten.etherscan.io/address/0x1f09d05c460ee0a96a4b05a5923e7e248dc1421b#readContract)
#### Code verification
Expand All @@ -193,6 +193,8 @@ It will be much much faster and cheaper.
1. Fill in other fields (constructor arguments should be already filled in)
1. Click **Verify and Publish**... and your are done!
In case verification fails, try to set [Optimization] field to `No`.
## Licensed under MIT.
This code is licensed under MIT.
Expand Down
2 changes: 1 addition & 1 deletion config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tokenAddress": "0x1588d300a9995934aa9daae19be285a66eb46c1c"
},
"Chain": {
"verifierRegistryAddress": "0x83d53e4997bb7bab5f4513c57aecd9b8f1393003",
"verifierRegistryAddress": "0x6a0da963533662c2ed687e67237681f765306ec9",
"blocksPerPhase": "10",
"minimumStakingTokenPercentage": "70"
}
Expand Down
2 changes: 1 addition & 1 deletion config/staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tokenAddress": "0x1588d300a9995934aa9daae19be285a66eb46c1c"
},
"Chain": {
"verifierRegistryAddress": "0xcf087e3cd8a747aa4fc51e8a38256188ab727317",
"verifierRegistryAddress": "0xdd2cd445c4b0d38addd83c2606b2fbb2a3210d2c",
"blocksPerPhase": "10",
"minimumStakingTokenPercentage": "70"
}
Expand Down

0 comments on commit 10b576e

Please sign in to comment.