|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## v1.1.12 |
| 4 | + |
| 5 | +FEATURE |
| 6 | +* [\#862](https://github.com/bnb-chain/bsc/pull/862) add prune ancient feature |
| 7 | +* [\#926](https://github.com/bnb-chain/bsc/pull/926) Separate Processing and State Verification on BSC |
| 8 | + |
| 9 | +IMPROVEMENT |
| 10 | +* [\#816](https://github.com/bnb-chain/bsc/pull/816) merge go-ethereum |
| 11 | +* [\#950](https://github.com/bnb-chain/bsc/pull/950) Improve state prefetch |
| 12 | +* [\#972](https://github.com/bnb-chain/bsc/pull/972) Redesign triePrefetcher to make it thread safe |
| 13 | +* [\#998](https://github.com/bnb-chain/bsc/pull/998) update dockerfile with a few enhancement |
| 14 | +* [\#1015](https://github.com/bnb-chain/bsc/pull/1015) disable noisy logs since system transaction will cause gas capping |
| 15 | + |
| 16 | +BUGFIX |
| 17 | +* [\#932](https://github.com/bnb-chain/bsc/pull/932) fix pipecommit issue |
| 18 | +* [\#953](https://github.com/bnb-chain/bsc/pull/953) correct logic for eip check of NewEVMInterpreter |
| 19 | +* [\#958](https://github.com/bnb-chain/bsc/pull/958) define DiscReason as uint8 |
| 20 | +* [\#959](https://github.com/bnb-chain/bsc/pull/959) update some packages' version |
| 21 | +* [\#983](https://github.com/bnb-chain/bsc/pull/983) fix nil pointer issue when stopping mining new block |
| 22 | +* [\#1002](https://github.com/bnb-chain/bsc/pull/1002) Fix pipecommit active statedb |
| 23 | +* [\#1005](https://github.com/bnb-chain/bsc/pull/1005) freezer batch compatible offline prunblock command |
| 24 | +* [\#1007](https://github.com/bnb-chain/bsc/pull/1007) missing contract upgrades and incorrect behavior when miners enable pipecommit |
| 25 | +* [\#1009](https://github.com/bnb-chain/bsc/pull/1009) resolve the concurrent cache read and write issue for fast node |
| 26 | +* [\#1011](https://github.com/bnb-chain/bsc/pull/1011) Incorrect merkle root issue when enabling pipecommit with miner |
| 27 | +* [\#1013](https://github.com/bnb-chain/bsc/pull/1013) tools broken because of writting metadata when open a readyonly db |
| 28 | +* [\#1014](https://github.com/bnb-chain/bsc/pull/1014) fast node can not recover from force kill or panic |
| 29 | +* [\#1019](https://github.com/bnb-chain/bsc/pull/1019) memory leak issue with diff protocol |
| 30 | +* [\#1020](https://github.com/bnb-chain/bsc/pull/1020) remove diffhash patch introduced from separate node |
| 31 | + |
| 32 | + |
3 | 33 | ## v1.1.11
|
4 | 34 |
|
5 | 35 | UPGRADE
|
|
0 commit comments