Update changelog and version for 1.0.4.

This commit is contained in:
Jim McDonald 2021-03-13 12:26:05 +00:00
parent 52c58216cb
commit 0e5fdef3b2
No known key found for this signature in database
GPG Key ID: 89CEB61B2AD2A5E7
2 changed files with 7 additions and 1 deletions

View File

@ -1,9 +1,15 @@
1.0.4:
- retain existing validator list if an attempted refresh returns no results
- avoid crash when a Vouch cannot obtain the RANDAO reveal for a block proposal
1.0.3:
- update go-eth2-client to avoid crash with Lighthouse 1.0.4+
- metric 'vouch_attestation_process_duration_seconds' now counts multiple attestations correctly
- re-implement accountmanager metrics
1.0.2:
- avoid crash in "best" attestationdata strategy
1.0.1:
- include source and target epochs when scoring attestation data

View File

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