gitlab.com/yannislg/go-pulse@v0.0.0-20210722055913-a3e24e95638d/CHANGELOG.md (about)

     1  # Changelog
     2  ## v1.0.6
     3  * [\#68](https://github.com/binance-chain/bsc/pull/68) apply mirror sync upgrade on mainnet
     4  
     5  ## v1.0.5
     6  
     7  SECURITY
     8  * [\#63](https://github.com/binance-chain/bsc/pull/63) security patches from go-ethereum 
     9  * [\#54](https://github.com/binance-chain/bsc/pull/54) les: fix GetProofsV2 that could potentially cause a panic.
    10  
    11  FEATURES
    12  * [\#56](https://github.com/binance-chain/bsc/pull/56) apply mirror sync upgrade 
    13  * [\#53](https://github.com/binance-chain/bsc/pull/53) support fork id in header; elegant upgrade
    14  
    15  IMPROVEMENT
    16  * [\#61](https://github.com/binance-chain/bsc/pull/61)Add `x-forward-for` log message when handle message failed
    17  * [\#60](https://github.com/binance-chain/bsc/pull/61) add rpc method request gauge
    18  
    19  BUGFIX
    20  * [\#59](https://github.com/binance-chain/bsc/pull/59) fix potential deadlock of pub/sub module 
    21  
    22  
    23  
    24  ## v1.0.4
    25  
    26  IMPROVEMENT
    27  * [\#35](https://github.com/binance-chain/bsc/pull/35) use fixed gas price when network is idle 
    28  * [\#38](https://github.com/binance-chain/bsc/pull/38) disable noisy log from consensus engine 
    29  * [\#47](https://github.com/binance-chain/bsc/pull/47) upgrade to golang1.15.5
    30  * [\#49](https://github.com/binance-chain/bsc/pull/49) Create pull request template for all developer to follow 
    31  
    32  
    33  ## v1.0.3
    34  
    35  IMPROVEMENT
    36  * [\#36](https://github.com/binance-chain/bsc/pull/36) add max gas allwance calculation
    37  
    38  ## v1.0.2
    39  
    40  IMPROVEMENT
    41  * [\#29](https://github.com/binance-chain/bsc/pull/29) eth/tracers: revert reason in call_tracer + error for failed internal…
    42  
    43  ## v1.0.1-beta
    44  
    45  IMPROVEMENT
    46  * [\#22](https://github.com/binance-chain/bsc/pull/22) resolve best practice advice 
    47  
    48  FEATURES
    49  * [\#23](https://github.com/binance-chain/bsc/pull/23) enforce backoff time for out-turn validator
    50  
    51  BUGFIX
    52  * [\#25](https://github.com/binance-chain/bsc/pull/25) minor fix for ramanujan upgrade
    53  
    54  UPGRADE
    55  * [\#26](https://github.com/binance-chain/bsc/pull/26) update chapel network config for ramanujan fork
    56  
    57  ## v1.0.0-beta.0
    58  
    59  FEATURES
    60  * [\#5](https://github.com/binance-chain/bsc/pull/5) enable bep2e tokens for faucet
    61  * [\#14](https://github.com/binance-chain/bsc/pull/14) add cross chain contract to system contract
    62  * [\#15](https://github.com/binance-chain/bsc/pull/15) Allow liveness slash fail
    63  
    64  IMPROVEMENT
    65  * [\#11](https://github.com/binance-chain/bsc/pull/11) remove redundant gaslimit check 
    66  
    67  BUGFIX
    68  * [\#4](https://github.com/binance-chain/bsc/pull/4) fix validator failed to sync a block produced by itself
    69  * [\#6](https://github.com/binance-chain/bsc/pull/6) modify params for Parlia consensus with 21 validators 
    70  * [\#10](https://github.com/binance-chain/bsc/pull/10) add gas limit check in parlia implement
    71  * [\#13](https://github.com/binance-chain/bsc/pull/13) fix debug_traceTransaction crashed issue