Skip to content

Commit

Permalink
changelog alpha6 (#13043)
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov authored Dec 9, 2024
1 parent 451fbed commit ab0e24b
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ ChangeLog
mode.
- Erigon3 book: https://development.erigon-documentation-preview.pages.dev/

### Fixes:

- `eth_syncing` works on Bor chains
- support upper-bounds at: `eth_accRange` https://github.com/erigontech/erigon/pull/12609 , `erigon_getBalanceChangesInBlock` https://github.com/erigontech/erigon/pull/12642, `debug_getModifiedAccountsByNumber` https://github.com/erigontech/erigon/pull/12634
- `eth_getLogs` fix `fee cap less than block` https://github.com/erigontech/erigon/pull/12640

### TODO

- milestone: https://github.com/erigontech/erigon/milestone/5
Expand All @@ -32,6 +26,31 @@ ChangeLog

### Acknowledgements:

## v3.0.0-alpha6

### Breaking changes

- `--prune.mode` default is `full`. For compatibility with `geth` and other clients. Plz set explicit
`--prune.mode` flag to your Erigon3 setups - to simplify future upgrade/downgrade.

### New features:

- Reduced `.idx` and `.efi` files size by 25% (require re-sync)
- debian packages
- `--externalcl` support
- bor-mainnet can work on 32G machine
- Erigon3 book: https://development.erigon-documentation-preview.pages.dev/

### Fixes:

- `eth_syncing` works on Bor chains
- support upper-bounds at: `eth_accRange` https://github.com/erigontech/erigon/pull/12609 ,
`erigon_getBalanceChangesInBlock` https://github.com/erigontech/erigon/pull/12642,
`debug_getModifiedAccountsByNumber` https://github.com/erigontech/erigon/pull/12634
- `eth_getLogs` fix `fee cap less than block` https://github.com/erigontech/erigon/pull/12640

### Acknowledgements:

## v3.0.0-alpha5

- Breaking change: Caplin changed snapshots format
Expand Down

0 comments on commit ab0e24b

Please sign in to comment.