Skip to content

Commit c4d82c3

Browse files
authored
release: prepare for release v1.5.13 (bnb-chain#3095)
1 parent a6f09de commit c4d82c3

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
11
# Changelog
2+
## v1.5.13
3+
### FEATURE
4+
[\#3019](https://github.com/bnb-chain/bsc/pull/3019) BEP-524: Short Block Interval Phase Two: 0.75 seconds
5+
[\#3044](https://github.com/bnb-chain/bsc/pull/3044) params: double FullImmutabilityThreshold for BEP-520 & BEP-524
6+
[\#3045](https://github.com/bnb-chain/bsc/pull/3045) Feature: StakeHub Contract Interface Implementation
7+
[\#3040](https://github.com/bnb-chain/bsc/pull/3040) bsc: add new block fetching mechanism
8+
[\#3043](https://github.com/bnb-chain/bsc/pull/3043) p2p: support new msg broadcast features
9+
[\#3070](https://github.com/bnb-chain/bsc/pull/3070) chore: renaming for evn and some optmization
10+
[\#3073](https://github.com/bnb-chain/bsc/pull/3073) evn: add support for node id removal
11+
[\#3072](https://github.com/bnb-chain/bsc/pull/3072) config: support more evn configuration in tool
12+
[\#3075](https://github.com/bnb-chain/bsc/pull/3075) config: apply two default miner option
13+
[\#3083](https://github.com/bnb-chain/bsc/pull/3083) evn: improve node ID management with better error handling
14+
[\#3084](https://github.com/bnb-chain/bsc/pull/3084) metrics: add more monitor metrics for EVN
15+
[\#3087](https://github.com/bnb-chain/bsc/pull/3087) bsc2: fix block sidecar fetching issue
16+
[\#3090](https://github.com/bnb-chain/bsc/pull/3090) chore: update maxwell contrats addresses
17+
[\#3091](https://github.com/bnb-chain/bsc/pull/3091) chore: fix several occasional issues for EVN
18+
[\#3049](https://github.com/bnb-chain/bsc/pull/3049) upstream: pick bugfix and feature from latest geth v1.5.9
19+
[\#3096](https://github.com/bnb-chain/bsc/pull/3096) config: update BSC Testnet hardfork time: Maxwell
20+
21+
### BUGFIX
22+
[\#3050](https://github.com/bnb-chain/bsc/pull/3050) miner: fix memory leak caused by no discard env
23+
[\#3061](https://github.com/bnb-chain/bsc/pull/3061) p2p: fix bscExt checking logic
24+
25+
### IMPROVEMENT
26+
[\#3034](https://github.com/bnb-chain/bsc/pull/3034) miner: optimize clear up logic for envs
27+
[\#3039](https://github.com/bnb-chain/bsc/pull/3039) Revert "miner: limit block size to eth protocol msg size (#2696)"
28+
[\#3041](https://github.com/bnb-chain/bsc/pull/3041) feat: add json-rpc-api.md
29+
[\#3057](https://github.com/bnb-chain/bsc/pull/3057) eth/protocols/bsc: adjust vote reception limit
30+
[\#3067](https://github.com/bnb-chain/bsc/pull/3067) ethclient/gethclient: add deduplication and max keys limit to GetProof
31+
[\#3063](https://github.com/bnb-chain/bsc/pull/3063) rpc: add method name length limit and configurable message size limit
32+
[\#3077](https://github.com/bnb-chain/bsc/pull/3077) performance: track large tx execution cost
33+
[\#3074](https://github.com/bnb-chain/bsc/pull/3074) jsutils: add tool GetLargeTxs
34+
[\#3082](https://github.com/bnb-chain/bsc/pull/3082) metrics: optimize mev metrics
35+
[\#3081](https://github.com/bnb-chain/bsc/pull/3081) miner: reset recommit timer on new block
36+
[\#3062](https://github.com/bnb-chain/bsc/pull/3062) refactor: use slices.Contains to simplify code
37+
[\#3088](https://github.com/bnb-chain/bsc/pull/3088) core/vote: change waiting blocks for voting since start mining
38+
[\#3089](https://github.com/bnb-chain/bsc/pull/3089) core/systemcontracts: remove lorentz/rialto
39+
[\#3085](https://github.com/bnb-chain/bsc/pull/0000) miner: fix goroutine leak
40+
241
## v1.5.12
342
### BUGFIX
443
[\#3057](https://github.com/bnb-chain/bsc/pull/3057) eth/protocols/bsc: adjust vote reception limit

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ package version
1919
const (
2020
Major = 1 // Major version component of the current release
2121
Minor = 5 // Minor version component of the current release
22-
Patch = 12 // Patch version component of the current release
22+
Patch = 13 // Patch version component of the current release
2323
Meta = "" // Version metadata to append to the version string
2424
)

0 commit comments

Comments
 (0)