Version update

This commit is contained in:
Jim McDonald 2020-11-27 15:55:57 +00:00
parent db61a4e96f
commit b22c451636
No known key found for this signature in database
GPG Key ID: 89CEB61B2AD2A5E7
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
Development:
1.0.0:
- mainnet-ready
- introduce attestation data strategy, allowing selection of best or first attestation from a set
- used updated go-eth2-client to support current beacon node API versions
- rework controller to schedule jobs in separate functions, allowing future flexibility
- break accountmanager in to accountmanager, signer and validatorsmanager
- better for maintainability and additional features

View File

@ -74,7 +74,7 @@ import (
)
// ReleaseVersion is the release version for the code.
var ReleaseVersion = "0.9.0"
var ReleaseVersion = "1.0.0"
func main() {
os.Exit(main2())