Skip to content

Commit 0b94461

Browse files
authored
Bump version to beta1, update changelog (#13501)
1 parent e0689a2 commit 0b94461

File tree

2 files changed

+4
-14
lines changed

2 files changed

+4
-14
lines changed

ChangeLog.md

-10
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,11 @@ ChangeLog
55

66
### Breaking changes
77

8-
- `--prune.mode` default is `full`. For compatibility with `geth` and other clients. Plz set explicit
9-
`--prune.mode` flag to your Erigon3 setups - to simplify future upgrade/downgrade.
108
- Bor chains: enable our internal Consensus Layer by default (name: Astrid)
119
- The process should auto upgrade - in which case you may find that it starts creating new snapshots for checkpoints and milestones.
1210
- This may however fail, as there are a number of potential edge cases. If this happens the process will likely stop with a failure message.
1311
- In this situation you will need to do a clean sync, in which case the complete snapshot set will be downloaded and astrid will sync.
1412
- If you want to prevent this and retain the old behaviour start erigon with --polygon.sync=false
15-
- Released binaries for Linux are now dynamically linked (
16-
Issues: https://github.com/erigontech/erigon/issues/12570, https://github.com/erigontech/erigon/issues/12556 )
17-
18-
### New features:
19-
20-
- Decided to fix snapshots format and go for `beta1`. Main focus: fast bug-reports fixes, chain-tip/rpc perf, validator
21-
mode.
22-
- Erigon3 book: https://development.erigon-documentation-preview.pages.dev/
2313

2414
### TODO
2515

params/version.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ var (
3434

3535
// see https://calver.org
3636
const (
37-
VersionMajor = 3 // Major version component of the current release
38-
VersionMinor = 0 // Minor version component of the current release
39-
VersionMicro = 0 // Patch version component of the current release
40-
VersionModifier = "alpha7" // Modifier component of the current release
37+
VersionMajor = 3 // Major version component of the current release
38+
VersionMinor = 0 // Minor version component of the current release
39+
VersionMicro = 0 // Patch version component of the current release
40+
VersionModifier = "beta1" // Modifier component of the current release
4141
VersionKeyCreated = "ErigonVersionCreated"
4242
VersionKeyFinished = "ErigonVersionFinished"
4343
ClientName = "erigon"

0 commit comments

Comments
 (0)