File tree 2 files changed +4
-14
lines changed
2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,11 @@ ChangeLog
5
5
6
6
### Breaking changes
7
7
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.
10
8
- Bor chains: enable our internal Consensus Layer by default (name: Astrid)
11
9
- The process should auto upgrade - in which case you may find that it starts creating new snapshots for checkpoints and milestones.
12
10
- 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.
13
11
- 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.
14
12
- 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/
23
13
24
14
### TODO
25
15
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ var (
34
34
35
35
// see https://calver.org
36
36
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
41
41
VersionKeyCreated = "ErigonVersionCreated"
42
42
VersionKeyFinished = "ErigonVersionFinished"
43
43
ClientName = "erigon"
You can’t perform that action at this time.
0 commit comments