1.0.7-alpha.1
Pre-release
Pre-release
DO NOT USE IN PRODUCTION!
Alpha release, as its in testing phase. Contains testnet contract-addresses and parameters
This release is the 2nd alpha release for v1.0.7
so it will cover all issues from 1st alpha release v1.0.7-alpha
and additional issues described below,
Issues added in this release from v1.0.7-alpha
→ v1.0.7-alpha.1
are:
- Update go-ethereum version to v1.12.0 (#1085)
- Update go and go-ethereum in Dockerfile (#1124)
- Fix all the major dependabot alerts (#1126)
- Update go-ethereum version to
1.12.2
instead of1.12.0
(#1128)
The release also includes features that are moved from planned v1.0.6-patch.1
release to v1.0.7
release:
- Reveal fails with
Invalid Signature
(#1059) - Reveal doesn't happen if commit data isn't stored in the file system(#1098)
- Don't set alternate provider if nil value is provided in config.sh (#1112)
- Replace generic retry with normal retry for
EstimateGasWithRetry
andSuggestGasPriceWithRetry
(#1110)
What's Changed
- Updated go and go ethereum version in Dockerfile by @Yashk767 in #1125
- Fetched
releases/v1.0.6
branch updates toreleases/v1.0.7
branch by @Yashk767 in #1116 - Merging
go1.21.1-support
branch toreleases/v1.0.7
branch by @Yashk767 in #1123 - Ran npm installl with updated node and npm versions to fix dependabot alerts by @Yashk767 in #1127
- Updated go ethereum version 1.12.2 by @Yashk767 in #1129
- updated oracle node version to
v1.0.7-alpha.1
by @Yashk767 in #1130 - Degraded go version to 1.19 for publish-github-release to support ghr by @Yashk767 in #1132
- Replaced
go1.21.1
togo1.21
in go.mod file by @Yashk767 in #1135 - revert degrading go version to 1.19 for publish-github-release for ghr support by @Yashk767 in #1133
Full Changelog: v1.0.7-alpha...v1.0.7-alpha.1