github.com/JFJun/bsc@v1.0.0/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  ## v1.0.4
     4  
     5  IMPROVEMENT
     6  * [\#35](https://github.com/binance-chain/bsc/pull/35) use fixed gas price when network is idle 
     7  * [\#38](https://github.com/binance-chain/bsc/pull/38) disable noisy log from consensus engine 
     8  * [\#47](https://github.com/binance-chain/bsc/pull/47) upgrade to golang1.15.5
     9  * [\#49](https://github.com/binance-chain/bsc/pull/49) Create pull request template for all developer to follow 
    10  
    11  
    12  ## v1.0.3
    13  
    14  IMPROVEMENT
    15  * [\#36](https://github.com/binance-chain/bsc/pull/36) add max gas allwance calculation
    16  
    17  ## v1.0.2
    18  
    19  IMPROVEMENT
    20  * [\#29](https://github.com/binance-chain/bsc/pull/29) eth/tracers: revert reason in call_tracer + error for failed internal…
    21  
    22  ## v1.0.1-beta
    23  
    24  IMPROVEMENT
    25  * [\#22](https://github.com/binance-chain/bsc/pull/22) resolve best practice advice 
    26  
    27  FEATURES
    28  * [\#23](https://github.com/binance-chain/bsc/pull/23) enforce backoff time for out-turn validator
    29  
    30  BUGFIX
    31  * [\#25](https://github.com/binance-chain/bsc/pull/25) minor fix for ramanujan upgrade
    32  
    33  UPGRADE
    34  * [\#26](https://github.com/binance-chain/bsc/pull/26) update chapel network config for ramanujan fork
    35  
    36  ## v1.0.0-beta.0
    37  
    38  FEATURES
    39  * [\#5](https://github.com/binance-chain/bsc/pull/5) enable bep2e tokens for faucet
    40  * [\#14](https://github.com/binance-chain/bsc/pull/14) add cross chain contract to system contract
    41  * [\#15](https://github.com/binance-chain/bsc/pull/15) Allow liveness slash fail
    42  
    43  IMPROVEMENT
    44  * [\#11](https://github.com/binance-chain/bsc/pull/11) remove redundant gaslimit check 
    45  
    46  BUGFIX
    47  * [\#4](https://github.com/binance-chain/bsc/pull/4) fix validator failed to sync a block produced by itself
    48  * [\#6](https://github.com/binance-chain/bsc/pull/6) modify params for Parlia consensus with 21 validators 
    49  * [\#10](https://github.com/binance-chain/bsc/pull/10) add gas limit check in parlia implement
    50  * [\#13](https://github.com/binance-chain/bsc/pull/13) fix debug_traceTransaction crashed issue