Skip to content

Commit 3a19f39

Browse files
chainwhispersuyu
andauthored
Release0.8.1 (bnb-chain#264)
* add bnbchaind v0.8.1 * add tbnbcli v0.8.1 * add tbnbcli v0.8.1 * add tbnbcli v0.8.1 * add tbnbcli v0.8.1 * add tbnbcli v0.8.1 Co-authored-by: suyu <[email protected]>
1 parent f83c0d9 commit 3a19f39

File tree

12 files changed

+1013
-0
lines changed

12 files changed

+1013
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
973661c08c6a9a4c6091fe0e38d3e00768795952a1b3828ae5f111017f6322ac tbnbcli

cli/testnet/0.8.1/linux/tbnbcli

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:973661c08c6a9a4c6091fe0e38d3e00768795952a1b3828ae5f111017f6322ac
3+
size 40879608
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
98e199b7ce5a76aca734e63545164783252d4365053bf2ac366501baf15b4ee2 tbnbcli

cli/testnet/0.8.1/mac/tbnbcli

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:98e199b7ce5a76aca734e63545164783252d4365053bf2ac366501baf15b4ee2
3+
size 43101676

fullnode/Changelog.md

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

3+
## 0.8.1
4+
5+
*Jan. 19th*
6+
7+
New release for Binance Chain testnet
8+
9+
**New Features**
10+
11+
* BEP82 Implementation
12+
* BEP84 Implementation
13+
* BEP87 Implementation
14+
* Cross-chain Transfer Improvements
15+
316
## 0.8.0-hf.2
417

518
*Jan. 11th 2021*
Lines changed: 182 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,182 @@
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 = 1
21+
# Block height of BEP9 upgrade
22+
BEP9Height = 1
23+
# Block height of BEP10 upgrade
24+
BEP10Height = 1
25+
# Block height of BEP19Height upgrade
26+
BEP19Height = 1
27+
# Block height of BEP12 upgrade
28+
BEP12Height = 1
29+
# Block height of BEP3 upgrade
30+
BEP3Height = 1
31+
# Block height of FixSignBytesOverflow upgrade
32+
FixSignBytesOverflowHeight = 1
33+
# Block height of LotSizeOptimization upgrade
34+
LotSizeUpgradeHeight = 1
35+
# Block height of changing listing rule upgrade
36+
ListingRuleUpgradeHeight = 1
37+
# Block height of FixZeroBalanceHeight upgrade
38+
FixZeroBalanceHeight = 1
39+
BEP70Height = 1
40+
BEP67Height = 1
41+
BEP8Height = 1
42+
43+
LaunchBscUpgradeHeight = 1
44+
# Block height of Fix Distribution upgrade
45+
FixSideChainRewardDistribution = 2208000
46+
47+
# Block height of BEP82Height upgrade
48+
BEP82Height = 7841000
49+
# Block height of BEP84Height upgrade
50+
BEP84Height = 7841000
51+
# Block height of BEP87Height upgrade
52+
BEP87Height = 7841000
53+
# Block height of FixFailAckPackage upgrade
54+
FixFailAckPackageHeight = 7841000
55+
# Block height of Enable Account Scripts For CrossChain Transfer upgrade
56+
EnableAccountScriptsForCrossChainTransferHeight = 7841000
57+
58+
[query]
59+
# ABCI query interface black list, suggested value: ["custom/gov/proposals", "custom/timelock/timelocks", "custom/atomicSwap/swapcreator", "custom/atomicSwap/swaprecipient"]
60+
ABCIQueryBlackList = []
61+
62+
[addr]
63+
# Bech32PrefixAccAddr defines the Bech32 prefix of an account's address
64+
bech32PrefixAccAddr = "tbnb"
65+
# Bech32PrefixAccPub defines the Bech32 prefix of an account's public key
66+
bech32PrefixAccPub = "bnbp"
67+
# Bech32PrefixValAddr defines the Bech32 prefix of a validator's operator address
68+
bech32PrefixValAddr = "bva"
69+
# Bech32PrefixValPub defines the Bech32 prefix of a validator's operator public key
70+
bech32PrefixValPub = "bvap"
71+
# Bech32PrefixConsAddr defines the Bech32 prefix of a consensus node address
72+
bech32PrefixConsAddr = "bca"
73+
# Bech32PrefixConsPub defines the Bech32 prefix of a consensus node public key
74+
bech32PrefixConsPub = "bcap"
75+
76+
##### publication related configurations #####
77+
[publication]
78+
# configurations ends with Kafka can be a semi-colon separated host-port list
79+
# Whether we want publish market data (this includes trades and order)
80+
publishOrderUpdates = false
81+
orderUpdatesTopic = "orders"
82+
orderUpdatesKafka = "127.0.0.1:9092"
83+
84+
# Whether we want publish account balance to notify browser db indexer persist latest account balance change
85+
publishAccountBalance = false
86+
accountBalanceTopic = "accounts"
87+
accountBalanceKafka = "127.0.0.1:9092"
88+
89+
# Whether we want publish order book changes
90+
publishOrderBook = false
91+
orderBookTopic = "orders"
92+
orderBookKafka = "127.0.0.1:9092"
93+
94+
# Whether we want publish block fee changes
95+
publishBlockFee = false
96+
blockFeeTopic = "accounts"
97+
blockFeeKafka = "127.0.0.1:9092"
98+
99+
# Whether we want publish transfers
100+
publishTransfer = false
101+
transferTopic = "transfers"
102+
transferKafka = "127.0.0.1:9092"
103+
104+
# Whether we want publish block
105+
publishBlock = false
106+
blockTopic = "block"
107+
blockKafka = "127.0.0.1:9092"
108+
109+
# Whether we want publish distribution
110+
publishDistributeReward = false
111+
distributeRewardTopic = "distribution"
112+
distributeRewardKafka = "127.0.0.1:9092"
113+
114+
# Whether we want publish staking
115+
publishStaking = false
116+
stakingTopic = "staking"
117+
stakingKafka = "127.0.0.1:9092"
118+
119+
# Whether we want publish slashing
120+
publishSlashing = false
121+
slashingTopic = "slashing"
122+
slashingKafka = "127.0.0.1:9092"
123+
124+
# Whether we want publish cross transfer
125+
publishCrossTransfer = false
126+
crossTransferTopic = "crossTransfer"
127+
crossTransferKafka = "127.0.0.1:9092"
128+
129+
## Whether we want publish mirror events
130+
publishMirror = false
131+
mirrorTopic = "mirror"
132+
mirrorKafka = "127.0.0.1:9092"
133+
134+
# Whether we want publish side proposals
135+
publishSideProposal = false
136+
sideProposalTopic = "sideProposal"
137+
sideProposalKafka = "127.0.0.1:9092"
138+
139+
# Whether we want publish breatheBlock
140+
publishBreatheBlock = false
141+
breatheBlockTopic = "breatheBlock"
142+
breatheBlockKafka = "127.0.0.1:9092"
143+
144+
# Global setting
145+
publicationChannelSize = 10000
146+
publishKafka = false
147+
publishLocal = false
148+
# max size in megabytes of marketdata json file before rotate
149+
localMaxSize = 1024
150+
# max days of marketdata json files to keep before deleted
151+
localMaxAge = 7
152+
153+
# whether the kafka open SASL_PLAINTEXT auth
154+
auth = false
155+
kafkaUserName = ""
156+
kafkaPassword = ""
157+
158+
# stop process when publish to Kafka failed
159+
stopOnKafkaFail = false
160+
161+
# please modify the default value into the version of Kafka you are using
162+
# kafka broker version, default (and most recommended) is 2.1.0. Minimal supported version could be 0.8.2.0
163+
kafkaVersion = "2.1.0"
164+
165+
[log]
166+
167+
# Write logs to console instead of file
168+
logToConsole = false
169+
170+
## The below parameters take effect only when logToConsole is false
171+
# Log file root, if not set, use home path
172+
logFileRoot = ""
173+
# Log file path relative to log file root path
174+
logFilePath = "bnc.log"
175+
# Number of logs keep in memory before writing to file
176+
logBuffSize = 10000
177+
[cross_chain]
178+
ibcChainId = 1
179+
bscChainId = "chapel"
180+
bscIbcChainId = 97
181+
[dex]
182+
BUSDSymbol = "BUSD-BAF"

0 commit comments

Comments
 (0)