Skip to content

Commit 55ef216

Browse files
committed
relace binance to bnb in changelog
1 parent b679ba8 commit 55ef216

File tree

1 file changed

+92
-92
lines changed

1 file changed

+92
-92
lines changed

CHANGELOG.md

+92-92
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
## v1.1.10
44

55
FEATURE
6-
* [\#885](https://github.com/binance-chain/bsc/pull/885) add Euler Hardfork, including BEP-127 and BEP-131
6+
* [\#885](https://github.com/bnb-chain/bsc/pull/885) add Euler Hardfork, including BEP-127 and BEP-131
77

88

99
BUGFIX
10-
* [\#856](https://github.com/binance-chain/bsc/pull/856) fix logic issue: handlers.removePeer() is called twice
11-
* [\#860](https://github.com/binance-chain/bsc/pull/860) fix:defer bloomprocessor close
12-
* [\#877](https://github.com/binance-chain/bsc/pull/877) fix validator pipecommit issue
13-
* [\#870](https://github.com/binance-chain/bsc/pull/870) fix:Shift panic for zero length of heads
10+
* [\#856](https://github.com/bnb-chain/bsc/pull/856) fix logic issue: handlers.removePeer() is called twice
11+
* [\#860](https://github.com/bnb-chain/bsc/pull/860) fix:defer bloomprocessor close
12+
* [\#877](https://github.com/bnb-chain/bsc/pull/877) fix validator pipecommit issue
13+
* [\#870](https://github.com/bnb-chain/bsc/pull/870) fix:Shift panic for zero length of heads
1414

1515
## v1.1.9
1616

1717
IMPROVEMENT
18-
* [\#792](https://github.com/binance-chain/bsc/pull/792) add shared storage for prefetching state data
19-
* [\#795](https://github.com/binance-chain/bsc/pull/795) implement state verification pipeline in pipecommit
20-
* [\#803](https://github.com/binance-chain/bsc/pull/803) prefetch state data during the mining process
18+
* [\#792](https://github.com/bnb-chain/bsc/pull/792) add shared storage for prefetching state data
19+
* [\#795](https://github.com/bnb-chain/bsc/pull/795) implement state verification pipeline in pipecommit
20+
* [\#803](https://github.com/bnb-chain/bsc/pull/803) prefetch state data during the mining process
2121
* [\#812](https://github.com/bnb-chain/bsc/pull/812) skip verification on account storage root to tolerate with fastnode when doing diffsync
2222
* [\#818](https://github.com/bnb-chain/bsc/pull/818) add shared storage to the prefetcher of miner
2323
* [\#820](https://github.com/bnb-chain/bsc/pull/820) disable diffsync when pipecommit is enabled
@@ -33,195 +33,195 @@ BUGFIX
3333

3434
## v1.1.8
3535
FEATURES
36-
* [\#668](https://github.com/binance-chain/bsc/pull/668) implement State Verification && Snapshot Commit pipeline
37-
* [\#581](https://github.com/binance-chain/bsc/pull/581) implement geth native trace
38-
* [\#543](https://github.com/binance-chain/bsc/pull/543) implement offline block prune tools
36+
* [\#668](https://github.com/bnb-chain/bsc/pull/668) implement State Verification && Snapshot Commit pipeline
37+
* [\#581](https://github.com/bnb-chain/bsc/pull/581) implement geth native trace
38+
* [\#543](https://github.com/bnb-chain/bsc/pull/543) implement offline block prune tools
3939

4040
IMPROVEMENT
41-
* [\#704](https://github.com/binance-chain/bsc/pull/704) prefetch state by applying the transactions within one block
42-
* [\#713](https://github.com/binance-chain/bsc/pull/713) add ARM binaries for release pipeline
41+
* [\#704](https://github.com/bnb-chain/bsc/pull/704) prefetch state by applying the transactions within one block
42+
* [\#713](https://github.com/bnb-chain/bsc/pull/713) add ARM binaries for release pipeline
4343

4444
BUGFIX
45-
* [\#667](https://github.com/binance-chain/bsc/pull/667) trie: reject deletions when verifying range proofs #667
46-
* [\#643](https://github.com/binance-chain/bsc/pull/643) add timeout for stopping p2p server to fix can not gracefully shutdown issue
47-
* [\#740](https://github.com/binance-chain/bsc/pull/740) update discord link which won't expire
45+
* [\#667](https://github.com/bnb-chain/bsc/pull/667) trie: reject deletions when verifying range proofs #667
46+
* [\#643](https://github.com/bnb-chain/bsc/pull/643) add timeout for stopping p2p server to fix can not gracefully shutdown issue
47+
* [\#740](https://github.com/bnb-chain/bsc/pull/740) update discord link which won't expire
4848

4949
## v1.1.7
5050

5151
BUGFIX
52-
* [\#628](https://github.com/binance-chain/bsc/pull/628) fix state inconsistent when doing diffsync
52+
* [\#628](https://github.com/bnb-chain/bsc/pull/628) fix state inconsistent when doing diffsync
5353

5454
## v1.1.6
5555
BUGFIX
56-
* [\#582](https://github.com/binance-chain/bsc/pull/582) the DoS vulnerabilities fixed in go-ethereum v1.10.9
56+
* [\#582](https://github.com/bnb-chain/bsc/pull/582) the DoS vulnerabilities fixed in go-ethereum v1.10.9
5757

5858
IMPROVEMENT
59-
* [\#578](https://github.com/binance-chain/bsc/pull/578) reduce memory allocation and upgrade snappy version
59+
* [\#578](https://github.com/bnb-chain/bsc/pull/578) reduce memory allocation and upgrade snappy version
6060

6161
FEATURES
62-
* [\#570](https://github.com/binance-chain/bsc/pull/570) reannounce local pending transactions
62+
* [\#570](https://github.com/bnb-chain/bsc/pull/570) reannounce local pending transactions
6363

6464
## v1.1.5
6565
BUGFIX
66-
* [\#509](https://github.com/binance-chain/bsc/pull/509) fix graceful shutdown bug
66+
* [\#509](https://github.com/bnb-chain/bsc/pull/509) fix graceful shutdown bug
6767

6868
IMPROVEMENT
69-
* [\#536](https://github.com/binance-chain/bsc/pull/536) get diff accounts by replaying block when diff layer not found
70-
* [\#527](https://github.com/binance-chain/bsc/pull/527) improve diffsync protocol in many aspects
71-
* [\#493](https://github.com/binance-chain/bsc/pull/493) implement fast getDiffAccountsWithScope API
69+
* [\#536](https://github.com/bnb-chain/bsc/pull/536) get diff accounts by replaying block when diff layer not found
70+
* [\#527](https://github.com/bnb-chain/bsc/pull/527) improve diffsync protocol in many aspects
71+
* [\#493](https://github.com/bnb-chain/bsc/pull/493) implement fast getDiffAccountsWithScope API
7272

7373
## v1.1.4
7474
Improvement
75-
* [\#472](https://github.com/binance-chain/bsc/pull/472) add metrics for contract code bitmap cache
76-
* [\#473](https://github.com/binance-chain/bsc/pull/473) fix ci test flow
75+
* [\#472](https://github.com/bnb-chain/bsc/pull/472) add metrics for contract code bitmap cache
76+
* [\#473](https://github.com/bnb-chain/bsc/pull/473) fix ci test flow
7777

7878
BUGFIX
79-
* [\#491](https://github.com/binance-chain/bsc/pull/491) fix prefetcher related bugs
79+
* [\#491](https://github.com/bnb-chain/bsc/pull/491) fix prefetcher related bugs
8080

8181
FEATURES
82-
* [\#480](https://github.com/binance-chain/bsc/pull/480) implement bep 95
82+
* [\#480](https://github.com/bnb-chain/bsc/pull/480) implement bep 95
8383

8484

8585
## v1.1.3
8686
Improvement
87-
* [\#456](https://github.com/binance-chain/bsc/pull/456) git-flow support lint, unit test, and integration test
88-
* [\#449](https://github.com/binance-chain/bsc/pull/449) cache bitmap and change the cache type of GetCode
89-
* [\#454](https://github.com/binance-chain/bsc/pull/454) fix cache key do not have hash func
90-
* [\#446](https://github.com/binance-chain/bsc/pull/446) parallel bloom calculation
91-
* [\#442](https://github.com/binance-chain/bsc/pull/442) ignore empty tx in GetDiffAccountsWithScope
92-
* [\#426](https://github.com/binance-chain/bsc/pull/426) add block proccess backoff time when validator is not in turn and received in turn block
93-
* [\#398](https://github.com/binance-chain/bsc/pull/398) ci pipeline for release page
87+
* [\#456](https://github.com/bnb-chain/bsc/pull/456) git-flow support lint, unit test, and integration test
88+
* [\#449](https://github.com/bnb-chain/bsc/pull/449) cache bitmap and change the cache type of GetCode
89+
* [\#454](https://github.com/bnb-chain/bsc/pull/454) fix cache key do not have hash func
90+
* [\#446](https://github.com/bnb-chain/bsc/pull/446) parallel bloom calculation
91+
* [\#442](https://github.com/bnb-chain/bsc/pull/442) ignore empty tx in GetDiffAccountsWithScope
92+
* [\#426](https://github.com/bnb-chain/bsc/pull/426) add block proccess backoff time when validator is not in turn and received in turn block
93+
* [\#398](https://github.com/bnb-chain/bsc/pull/398) ci pipeline for release page
9494

9595

9696
BUGFIX
97-
* [\#446](https://github.com/binance-chain/bsc/pull/446) fix concurrent write of subfetcher
98-
* [\#444](https://github.com/binance-chain/bsc/pull/444) fix blockhash not correct for the logs of system tx receipt
99-
* [\#409](https://github.com/binance-chain/bsc/pull/409) fix nil point in downloader
100-
* [\#408](https://github.com/binance-chain/bsc/pull/408) core/state/snapshot: fix typo
97+
* [\#446](https://github.com/bnb-chain/bsc/pull/446) fix concurrent write of subfetcher
98+
* [\#444](https://github.com/bnb-chain/bsc/pull/444) fix blockhash not correct for the logs of system tx receipt
99+
* [\#409](https://github.com/bnb-chain/bsc/pull/409) fix nil point in downloader
100+
* [\#408](https://github.com/bnb-chain/bsc/pull/408) core/state/snapshot: fix typo
101101

102102

103103
FEATURES
104-
* [\#431](https://github.com/binance-chain/bsc/pull/431) Export get diff accounts in block api
105-
* [\#412](https://github.com/binance-chain/bsc/pull/412) add extension in eth protocol handshake to disable tx broadcast
106-
* [\#376](https://github.com/binance-chain/bsc/pull/376) implement diff sync
104+
* [\#431](https://github.com/bnb-chain/bsc/pull/431) Export get diff accounts in block api
105+
* [\#412](https://github.com/bnb-chain/bsc/pull/412) add extension in eth protocol handshake to disable tx broadcast
106+
* [\#376](https://github.com/bnb-chain/bsc/pull/376) implement diff sync
107107

108108
## v1.1.2
109109
Security
110-
* [\#379](https://github.com/binance-chain/bsc/pull/379) A pre-announced hotfix release to patch a vulnerability in the EVM (CVE-2021-39137).
110+
* [\#379](https://github.com/bnb-chain/bsc/pull/379) A pre-announced hotfix release to patch a vulnerability in the EVM (CVE-2021-39137).
111111

112112

113113
## v1.1.1
114114
IMPROVEMENT
115-
* [\#355](https://github.com/binance-chain/bsc/pull/355) miner should propose block on a proper fork
115+
* [\#355](https://github.com/bnb-chain/bsc/pull/355) miner should propose block on a proper fork
116116

117117
BUGFIX
118-
* [\#350](https://github.com/binance-chain/bsc/pull/350) flag: fix TriesInmemory specified but not work
119-
* [\#358](https://github.com/binance-chain/bsc/pull/358) miner: fix null pending block
120-
* [\#360](https://github.com/binance-chain/bsc/pull/360) pruner: fix state bloom sync permission in Windows
121-
* [\#366](https://github.com/binance-chain/bsc/pull/366) fix double close channel of subfetcher
118+
* [\#350](https://github.com/bnb-chain/bsc/pull/350) flag: fix TriesInmemory specified but not work
119+
* [\#358](https://github.com/bnb-chain/bsc/pull/358) miner: fix null pending block
120+
* [\#360](https://github.com/bnb-chain/bsc/pull/360) pruner: fix state bloom sync permission in Windows
121+
* [\#366](https://github.com/bnb-chain/bsc/pull/366) fix double close channel of subfetcher
122122

123123

124124
## v1.1.1-beta
125-
* [\#333](https://github.com/binance-chain/bsc/pull/333) improve block fetcher efficiency
126-
* [\#326](https://github.com/binance-chain/bsc/pull/326) eth/tracers: improve tracing performance
127-
* [\#257](https://github.com/binance-chain/bsc/pull/257) performance improvement in many aspects
125+
* [\#333](https://github.com/bnb-chain/bsc/pull/333) improve block fetcher efficiency
126+
* [\#326](https://github.com/bnb-chain/bsc/pull/326) eth/tracers: improve tracing performance
127+
* [\#257](https://github.com/bnb-chain/bsc/pull/257) performance improvement in many aspects
128128

129129

130130
## v1.1.0
131-
* [\#282](https://github.com/binance-chain/bsc/pull/282) update discord link
132-
* [\#280](https://github.com/binance-chain/bsc/pull/280) update discord link
133-
* [\#227](https://github.com/binance-chain/bsc/pull/227) use more aggressive write cache policy
131+
* [\#282](https://github.com/bnb-chain/bsc/pull/282) update discord link
132+
* [\#280](https://github.com/bnb-chain/bsc/pull/280) update discord link
133+
* [\#227](https://github.com/bnb-chain/bsc/pull/227) use more aggressive write cache policy
134134

135135
## v1.1.0-beta
136-
* [\#152](https://github.com/binance-chain/bsc/pull/152) upgrade to go-ethereum 1.10.3
136+
* [\#152](https://github.com/bnb-chain/bsc/pull/152) upgrade to go-ethereum 1.10.3
137137

138138
## v1.0.7-hf.2
139139
BUGFIX
140-
* [\#194](https://github.com/binance-chain/bsc/pull/194) bump btcd to v0.20.1-beta
140+
* [\#194](https://github.com/bnb-chain/bsc/pull/194) bump btcd to v0.20.1-beta
141141

142142
## v1.0.7-hf.1
143143
BUGFIX
144-
* [\#190](https://github.com/binance-chain/bsc/pull/190) fix disk increase dramaticly
145-
* [\#191](https://github.com/binance-chain/bsc/pull/191) fix the reorg routine of tx pool stuck issue
144+
* [\#190](https://github.com/bnb-chain/bsc/pull/190) fix disk increase dramaticly
145+
* [\#191](https://github.com/bnb-chain/bsc/pull/191) fix the reorg routine of tx pool stuck issue
146146

147147
## v1.0.7
148-
* [\#120](https://github.com/binance-chain/bsc/pull/120) add health check endpoint
149-
* [\#116](https://github.com/binance-chain/bsc/pull/116) validator only write database state when enough distance
150-
* [\#115](https://github.com/binance-chain/bsc/pull/115) add batch query methods
151-
* [\#112](https://github.com/binance-chain/bsc/pull/112) apply max commit tx time for miner worker to avoid empty block
152-
* [\#101](https://github.com/binance-chain/bsc/pull/101) apply block number limit for the `eth_getLogs` api
153-
* [\#99](https://github.com/binance-chain/bsc/pull/99) enable directbroadcast flag to decrease the block propagation time
154-
* [\#90](https://github.com/binance-chain/bsc/pull/90) add tini in docker image
155-
* [\#84](https://github.com/binance-chain/bsc/pull/84) add jq in docker image
148+
* [\#120](https://github.com/bnb-chain/bsc/pull/120) add health check endpoint
149+
* [\#116](https://github.com/bnb-chain/bsc/pull/116) validator only write database state when enough distance
150+
* [\#115](https://github.com/bnb-chain/bsc/pull/115) add batch query methods
151+
* [\#112](https://github.com/bnb-chain/bsc/pull/112) apply max commit tx time for miner worker to avoid empty block
152+
* [\#101](https://github.com/bnb-chain/bsc/pull/101) apply block number limit for the `eth_getLogs` api
153+
* [\#99](https://github.com/bnb-chain/bsc/pull/99) enable directbroadcast flag to decrease the block propagation time
154+
* [\#90](https://github.com/bnb-chain/bsc/pull/90) add tini in docker image
155+
* [\#84](https://github.com/bnb-chain/bsc/pull/84) add jq in docker image
156156

157157

158158
## v1.0.6
159-
* [\#68](https://github.com/binance-chain/bsc/pull/68) apply mirror sync upgrade on mainnet
159+
* [\#68](https://github.com/bnb-chain/bsc/pull/68) apply mirror sync upgrade on mainnet
160160

161161
## v1.0.5
162162

163163
SECURITY
164-
* [\#63](https://github.com/binance-chain/bsc/pull/63) security patches from go-ethereum
165-
* [\#54](https://github.com/binance-chain/bsc/pull/54) les: fix GetProofsV2 that could potentially cause a panic.
164+
* [\#63](https://github.com/bnb-chain/bsc/pull/63) security patches from go-ethereum
165+
* [\#54](https://github.com/bnb-chain/bsc/pull/54) les: fix GetProofsV2 that could potentially cause a panic.
166166

167167
FEATURES
168-
* [\#56](https://github.com/binance-chain/bsc/pull/56) apply mirror sync upgrade
169-
* [\#53](https://github.com/binance-chain/bsc/pull/53) support fork id in header; elegant upgrade
168+
* [\#56](https://github.com/bnb-chain/bsc/pull/56) apply mirror sync upgrade
169+
* [\#53](https://github.com/bnb-chain/bsc/pull/53) support fork id in header; elegant upgrade
170170

171171
IMPROVEMENT
172-
* [\#61](https://github.com/binance-chain/bsc/pull/61)Add `x-forward-for` log message when handle message failed
173-
* [\#60](https://github.com/binance-chain/bsc/pull/61) add rpc method request gauge
172+
* [\#61](https://github.com/bnb-chain/bsc/pull/61)Add `x-forward-for` log message when handle message failed
173+
* [\#60](https://github.com/bnb-chain/bsc/pull/61) add rpc method request gauge
174174

175175
BUGFIX
176-
* [\#59](https://github.com/binance-chain/bsc/pull/59) fix potential deadlock of pub/sub module
176+
* [\#59](https://github.com/bnb-chain/bsc/pull/59) fix potential deadlock of pub/sub module
177177

178178

179179

180180
## v1.0.4
181181

182182
IMPROVEMENT
183-
* [\#35](https://github.com/binance-chain/bsc/pull/35) use fixed gas price when network is idle
184-
* [\#38](https://github.com/binance-chain/bsc/pull/38) disable noisy log from consensus engine
185-
* [\#47](https://github.com/binance-chain/bsc/pull/47) upgrade to golang1.15.5
186-
* [\#49](https://github.com/binance-chain/bsc/pull/49) Create pull request template for all developer to follow
183+
* [\#35](https://github.com/bnb-chain/bsc/pull/35) use fixed gas price when network is idle
184+
* [\#38](https://github.com/bnb-chain/bsc/pull/38) disable noisy log from consensus engine
185+
* [\#47](https://github.com/bnb-chain/bsc/pull/47) upgrade to golang1.15.5
186+
* [\#49](https://github.com/bnb-chain/bsc/pull/49) Create pull request template for all developer to follow
187187

188188

189189
## v1.0.3
190190

191191
IMPROVEMENT
192-
* [\#36](https://github.com/binance-chain/bsc/pull/36) add max gas allwance calculation
192+
* [\#36](https://github.com/bnb-chain/bsc/pull/36) add max gas allwance calculation
193193

194194
## v1.0.2
195195

196196
IMPROVEMENT
197-
* [\#29](https://github.com/binance-chain/bsc/pull/29) eth/tracers: revert reason in call_tracer + error for failed internal…
197+
* [\#29](https://github.com/bnb-chain/bsc/pull/29) eth/tracers: revert reason in call_tracer + error for failed internal…
198198

199199
## v1.0.1-beta
200200

201201
IMPROVEMENT
202-
* [\#22](https://github.com/binance-chain/bsc/pull/22) resolve best practice advice
202+
* [\#22](https://github.com/bnb-chain/bsc/pull/22) resolve best practice advice
203203

204204
FEATURES
205-
* [\#23](https://github.com/binance-chain/bsc/pull/23) enforce backoff time for out-turn validator
205+
* [\#23](https://github.com/bnb-chain/bsc/pull/23) enforce backoff time for out-turn validator
206206

207207
BUGFIX
208-
* [\#25](https://github.com/binance-chain/bsc/pull/25) minor fix for ramanujan upgrade
208+
* [\#25](https://github.com/bnb-chain/bsc/pull/25) minor fix for ramanujan upgrade
209209

210210
UPGRADE
211-
* [\#26](https://github.com/binance-chain/bsc/pull/26) update chapel network config for ramanujan fork
211+
* [\#26](https://github.com/bnb-chain/bsc/pull/26) update chapel network config for ramanujan fork
212212

213213
## v1.0.0-beta.0
214214

215215
FEATURES
216-
* [\#5](https://github.com/binance-chain/bsc/pull/5) enable bep2e tokens for faucet
217-
* [\#14](https://github.com/binance-chain/bsc/pull/14) add cross chain contract to system contract
218-
* [\#15](https://github.com/binance-chain/bsc/pull/15) Allow liveness slash fail
216+
* [\#5](https://github.com/bnb-chain/bsc/pull/5) enable bep2e tokens for faucet
217+
* [\#14](https://github.com/bnb-chain/bsc/pull/14) add cross chain contract to system contract
218+
* [\#15](https://github.com/bnb-chain/bsc/pull/15) Allow liveness slash fail
219219

220220
IMPROVEMENT
221-
* [\#11](https://github.com/binance-chain/bsc/pull/11) remove redundant gaslimit check
221+
* [\#11](https://github.com/bnb-chain/bsc/pull/11) remove redundant gaslimit check
222222

223223
BUGFIX
224-
* [\#4](https://github.com/binance-chain/bsc/pull/4) fix validator failed to sync a block produced by itself
225-
* [\#6](https://github.com/binance-chain/bsc/pull/6) modify params for Parlia consensus with 21 validators
226-
* [\#10](https://github.com/binance-chain/bsc/pull/10) add gas limit check in parlia implement
227-
* [\#13](https://github.com/binance-chain/bsc/pull/13) fix debug_traceTransaction crashed issue
224+
* [\#4](https://github.com/bnb-chain/bsc/pull/4) fix validator failed to sync a block produced by itself
225+
* [\#6](https://github.com/bnb-chain/bsc/pull/6) modify params for Parlia consensus with 21 validators
226+
* [\#10](https://github.com/bnb-chain/bsc/pull/10) add gas limit check in parlia implement
227+
* [\#13](https://github.com/bnb-chain/bsc/pull/13) fix debug_traceTransaction crashed issue

0 commit comments

Comments
 (0)