-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into storage_version_fix
- Loading branch information
Showing
9 changed files
with
128 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"network":"mainnet", | ||
"networkName": "eon", | ||
"version":"0.2.1", | ||
"dockerImages":["zencash/evmapp:0.2.1","zencash/evmapp:latest"], | ||
"ghReleaseLink":"github.com/HorizenOfficial/eon/releases/tag/0.2.1" | ||
}, | ||
{ | ||
"network":"testnet", | ||
"networkName": "gobi", | ||
"version":"0.2.1", | ||
"dockerImages":["zencash/evmapp:0.2.1","zencash/evmapp:latest"], | ||
"ghReleaseLink":"github.com/HorizenOfficial/eon/releases/tag/0.2.1" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# EON Release Notes | ||
|
||
## Version [1.0.0](/doc/release/1.0.0.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Release notes - version 1.0.0 | ||
--- | ||
|
||
## Notes about new/updated Features | ||
The 1.0.0 version has been updated to the 0.8.0 SDK version, which introduces new configuration properties for handling the peers connections: refer to [SDK release notes](https://github.com/HorizenOfficial/Sidechains-SDK/tree/master/doc/release/0.8.0.md) for a detailed explanation. | ||
|
||
This EON version introduces a new native smart contract to support decentralized governance workflow. | ||
|
||
The following changes will be applied to the consensus parameters: | ||
- number of consensus epoch slots increased from 720 to 15000 per consensus epoch | ||
- length of each consensus epoch slot decreased from 12 to 3 seconds | ||
- active slot coefficient (number of slots with at least one leader divided by total number of slot) set to 0.167 | ||
|
||
A delay of 6 mainchain blocks for the inclusion of the mainchain blocks references has been introduced on the forgers. | ||
|
||
|
||
--- | ||
## Update from previous version instructions | ||
Also for the update instructions please refer to the section in the [SDK release notes](https://github.com/HorizenOfficial/Sidechains-SDK/tree/master/doc/release/0.8.0.md) | ||
|
||
--- | ||
Full [Changelog](/CHANGELOG.md) available. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters