Skip to content

Commit 79b7f1e

Browse files
chainwhispersuyu
andauthored
Prepare Release v0.8.2 (bnb-chain#265)
* add bnbcli * add bnbchaind * add bnbchaind * add bnbchaind * replace binaries * add bnbcli * add bnbcli * edit changelog * edit changelog Co-authored-by: suyu <[email protected]>
1 parent 3a19f39 commit 79b7f1e

File tree

13 files changed

+1590
-0
lines changed

13 files changed

+1590
-0
lines changed

cli/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## 0.8.2
4+
5+
*Jan. 26th*
6+
7+
New release for Binance Chain mainnet
8+
9+
v0.8.2 and v0.8.1 have the same features
10+
11+
## 0.8.1
12+
*Jan 21th 2021*
13+
14+
New release for Binance Chain testnet
15+
16+
**New Features**
17+
18+
* BEP82 Implementation
19+
* BEP84 Implementation
20+
* BEP87 Implementation
21+
322
## 0.8.0
423
*Aug 23th*
524
**New Feature**

cli/prod/0.8.2/linux/bnbcli

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:a59b7da5c9cb63f5b947c3212f03feac21cf4c97a819cef132452d22198897b9
3+
size 40879840
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a59b7da5c9cb63f5b947c3212f03feac21cf4c97a819cef132452d22198897b9 bnbcli

cli/prod/0.8.2/mac/bnbcli

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:d835b27f17acea9fb223108f8c5279a2ac08b06b20b279868f999be1587e2a78
3+
size 46806756

cli/prod/0.8.2/mac/sha256checksum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d835b27f17acea9fb223108f8c5279a2ac08b06b20b279868f999be1587e2a78 bnbcli

fullnode/Changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.8.2
4+
5+
*Jan 26th 2021*
6+
7+
New release for Binance Chain Mainnet
8+
9+
**Bugfix**
10+
11+
* Fix issue with handling errors of `mirror` and `sync`
12+
13+
314
## 0.8.1
415

516
*Jan. 19th*
Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
# This is a TOML config file.
2+
# For more information, see https://github.com/toml-lang/toml
3+
4+
[base]
5+
# Interval blocks of breathe block, if breatheBlockInterval is 0, breathe block will be created every day.
6+
breatheBlockInterval = 0
7+
# Size of account cache
8+
accountCacheSize = 30000
9+
# Size of signature cache
10+
signatureCacheSize = 30000
11+
# Running mode when start up, 0: Normal, 1: TransferOnly, 2: RecoverOnly
12+
startMode = 0
13+
# Concurrency of OrderKeeper, should be power of 2
14+
orderKeeperConcurrency = 2
15+
# Days count back for breathe block
16+
breatheBlockDaysCountBack = 7
17+
18+
[upgrade]
19+
# Block height of BEP6 upgrade
20+
BEP6Height = 20300000
21+
# Block height of BEP9 upgrade
22+
BEP9Height = 20300000
23+
# Block height of BEP10 upgrade
24+
BEP10Height = 20300000
25+
# Block height of BEP19 upgrade
26+
BEP19Height = 20300000
27+
# Block height of BEP12 upgrade
28+
BEP12Height = 25120000
29+
# Block height of BEP3 upgrade
30+
BEP3Height = 41277000
31+
# Block height of FixSignBytesOverflow upgrade
32+
FixSignBytesOverflowHeight = 51467800
33+
# Block height of LotSizeOptimization upgrade
34+
LotSizeUpgradeHeight = 51467800
35+
# Block height of changing listing rule upgrade
36+
ListingRuleUpgradeHeight = 51467800
37+
# Block height of FixZeroBalanceHeight upgrade
38+
FixZeroBalanceHeight = 51467800
39+
# Block height of BEP8 upgrade
40+
BEP8Height = 99550000
41+
# Block height of BEP67 upgrade
42+
BEP67Height = 99550000
43+
# Block height of BEP70 upgrade
44+
BEP70Height = 99550000
45+
# Block height of smart chain upgrade
46+
LaunchBscUpgradeHeight = 109999000
47+
# Block height of BEP82Height upgrade
48+
BEP82Height = 146060000
49+
# Block height of BEP84Height upgrade
50+
BEP84Height = 146060000
51+
# Block height of BEP87Height upgrade
52+
BEP87Height = 146060000
53+
# Block height of FixFailAckPackage upgrade
54+
FixFailAckPackageHeight = 146060000
55+
# Block height of Enable Account Scripts For CrossChain Transfer upgrade
56+
EnableAccountScriptsForCrossChainTransferHeight = 146060000
57+
58+
[addr]
59+
# Bech32PrefixAccAddr defines the Bech32 prefix of an account's address
60+
bech32PrefixAccAddr = "bnb"
61+
# Bech32PrefixAccPub defines the Bech32 prefix of an account's public key
62+
bech32PrefixAccPub = "bnbp"
63+
# Bech32PrefixValAddr defines the Bech32 prefix of a validator's operator address
64+
bech32PrefixValAddr = "bva"
65+
# Bech32PrefixValPub defines the Bech32 prefix of a validator's operator public key
66+
bech32PrefixValPub = "bvap"
67+
# Bech32PrefixConsAddr defines the Bech32 prefix of a consensus node address
68+
bech32PrefixConsAddr = "bca"
69+
# Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key
70+
bech32PrefixConsPub = "bcap"
71+
72+
##### publication related configurations #####
73+
[publication]
74+
# configurations ends with Kafka can be a semi-colon separated host-port list
75+
# Whether we want publish market data (this includes trades and order)
76+
publishOrderUpdates = true
77+
orderUpdatesTopic = "orders"
78+
orderUpdatesKafka = "127.0.0.1:9092"
79+
80+
# Whether we want publish account balance to notify browser db indexer persist latest account balance change
81+
publishAccountBalance = true
82+
accountBalanceTopic = "accounts"
83+
accountBalanceKafka = "127.0.0.1:9092"
84+
85+
# Whether we want publish order book changes
86+
publishOrderBook = true
87+
orderBookTopic = "orders"
88+
orderBookKafka = "127.0.0.1:9092"
89+
90+
# Whether we want publish block fee changes
91+
publishBlockFee = true
92+
blockFeeTopic = "accounts"
93+
blockFeeKafka = "127.0.0.1:9092"
94+
95+
# Whether we want publish transfers
96+
publishTransfer = true
97+
transferTopic = "transfers"
98+
transferKafka = "127.0.0.1:9092"
99+
100+
# Whether we want publish distribution
101+
publishDistributeReward = false
102+
distributeRewardTopic = "distribution"
103+
distributeRewardKafka = "127.0.0.1:9092"
104+
105+
# Whether we want publish staking
106+
publishStaking = false
107+
stakingTopic = "staking"
108+
stakingKafka = "127.0.0.1:9092"
109+
110+
# Whether we want publish slashing
111+
publishSlashing = false
112+
slashingTopic = "slashing"
113+
slashingKafka = "127.0.0.1:9092"
114+
115+
# Whether we want publish cross transfer
116+
publishCrossTransfer = false
117+
crossTransferTopic = "crossTransfer"
118+
crossTransferKafka = "127.0.0.1:9092"
119+
120+
## Whether we want publish mirror events
121+
publishMirror = false
122+
mirrorTopic = "mirror"
123+
mirrorKafka = "127.0.0.1:9092"
124+
125+
# Whether we want publish side proposals
126+
publishSideProposal = false
127+
sideProposalTopic = "sideProposal"
128+
sideProposalKafka = "127.0.0.1:9092"
129+
130+
# Whether we want publish breatheBlock
131+
publishBreatheBlock = false
132+
breatheBlockTopic = "breatheBlock"
133+
breatheBlockKafka = "127.0.0.1:9092"
134+
135+
# Global setting
136+
publicationChannelSize = "10000"
137+
publishKafka = false
138+
publishLocal = true
139+
# max size in megabytes of marketdata json file before rotate
140+
localMaxSize = 1024
141+
# max days of marketdata json files to keep before deleted
142+
localMaxAge = 7
143+
144+
[log]
145+
146+
# Write logs to console instead of file
147+
logToConsole = false
148+
149+
## The below parameters take effect only when logToConsole is false
150+
# Log file root, if not set, use home path
151+
logFileRoot = ""
152+
# Log file path relative to log file root path
153+
logFilePath = "bnc.log"
154+
# Number of logs keep in memory before writing to file
155+
logBuffSize = 10000
156+
157+
[cross_chain]
158+
ibcChainId = 1
159+
bscChainId = "bsc"
160+
bscIbcChainId = 56
161+
162+
[dex]
163+
# The suffixed symbol of BUSD
164+
BUSDSymbol = "BUSD-BD1"

0 commit comments

Comments
 (0)