Skip to content

Latest commit

 

History

History
100 lines (70 loc) · 4.14 KB

CHANGELOG.md

File metadata and controls

100 lines (70 loc) · 4.14 KB

Changelog

v1.1.0

*#282 update discord link *#280 update discord link *#227 use more aggressive write cache policy

v1.1.0-beta

*#152 upgrade to go-ethereum 1.10.3

v1.0.7-hf.2

BUGFIX

  • #194 bump btcd to v0.20.1-beta

v1.0.7-hf.1

BUGFIX

  • #190 fix disk increase dramaticly
  • #191 fix the reorg routine of tx pool stuck issue

v1.0.7

  • #120 add health check endpoint
  • #116 validator only write database state when enough distance
  • #115 add batch query methods
  • #112 apply max commit tx time for miner worker to avoid empty block
  • #101 apply block number limit for the eth_getLogs api
  • #99 enable directbroadcast flag to decrease the block propagation time
  • #90 add tini in docker image
  • #84 add jq in docker image

v1.0.6

  • #68 apply mirror sync upgrade on mainnet

v1.0.5

SECURITY

  • #63 security patches from go-ethereum
  • #54 les: fix GetProofsV2 that could potentially cause a panic.

FEATURES

  • #56 apply mirror sync upgrade
  • #53 support fork id in header; elegant upgrade

IMPROVEMENT

  • #61Add x-forward-for log message when handle message failed
  • #60 add rpc method request gauge

BUGFIX

  • #59 fix potential deadlock of pub/sub module

v1.0.4

IMPROVEMENT

  • #35 use fixed gas price when network is idle
  • #38 disable noisy log from consensus engine
  • #47 upgrade to golang1.15.5
  • #49 Create pull request template for all developer to follow

v1.0.3

IMPROVEMENT

  • #36 add max gas allwance calculation

v1.0.2

IMPROVEMENT

  • #29 eth/tracers: revert reason in call_tracer + error for failed internal…

v1.0.1-beta

IMPROVEMENT

  • #22 resolve best practice advice

FEATURES

  • #23 enforce backoff time for out-turn validator

BUGFIX

  • #25 minor fix for ramanujan upgrade

UPGRADE

  • #26 update chapel network config for ramanujan fork

v1.0.0-beta.0

FEATURES

  • #5 enable bep2e tokens for faucet
  • #14 add cross chain contract to system contract
  • #15 Allow liveness slash fail

IMPROVEMENT

  • #11 remove redundant gaslimit check

BUGFIX

  • #4 fix validator failed to sync a block produced by itself
  • #6 modify params for Parlia consensus with 21 validators
  • #10 add gas limit check in parlia implement
  • #13 fix debug_traceTransaction crashed issue