ソースを参照

prepare for release v1.0.7

fudongbai 4 年 前
コミット
c30f17c678
2 ファイル変更12 行追加1 行削除
  1. 11 0
      CHANGELOG.md
  2. 1 1
      params/version.go

+ 11 - 0
CHANGELOG.md

@@ -1,4 +1,15 @@
 # Changelog
+## v1.0.7
+* [\#120](https://github.com/binance-chain/bsc/pull/120) add health check endpoint
+* [\#116](https://github.com/binance-chain/bsc/pull/116) validator only write database state when enough distance 
+* [\#115](https://github.com/binance-chain/bsc/pull/115) add batch query methods
+* [\#112](https://github.com/binance-chain/bsc/pull/112) apply max commit tx time for miner worker to avoid empty block
+* [\#101](https://github.com/binance-chain/bsc/pull/101) apply block number limit for the `eth_getLogs` api
+* [\#99](https://github.com/binance-chain/bsc/pull/99) enable directbroadcast flag to decrease the block propagation time
+* [\#90](https://github.com/binance-chain/bsc/pull/90) add tini in docker image 
+* [\#84](https://github.com/binance-chain/bsc/pull/84) add jq in docker image
+
+
 ## v1.0.6
 * [\#68](https://github.com/binance-chain/bsc/pull/68) apply mirror sync upgrade on mainnet
 

+ 1 - 1
params/version.go

@@ -23,7 +23,7 @@ import (
 const (
 	VersionMajor = 1  // Major version component of the current release
 	VersionMinor = 0  // Minor version component of the current release
-	VersionPatch = 6  // Patch version component of the current release
+	VersionPatch = 7  // Patch version component of the current release
 	VersionMeta  = "" // Version metadata to append to the version string
 )