github.com/frankli-dev/go-ethereum@v1.1.1/CHANGELOG.md (about)

     1  # Changelog
     2  
     3  ## v1.1.0
     4  *[\#152](https://github.com/binance-chain/bsc/pull/152) upgrade to go-ethereum 1.10.3
     5  
     6  ## v1.0.7-hf.2
     7  BUGFIX
     8  * [\#194](https://github.com/binance-chain/bsc/pull/194) bump btcd to v0.20.1-beta
     9  
    10  ## v1.0.7-hf.1
    11  BUGFIX
    12  * [\#190](https://github.com/binance-chain/bsc/pull/190) fix disk increase dramaticly
    13  * [\#191](https://github.com/binance-chain/bsc/pull/191) fix the reorg routine of tx pool stuck issue
    14  
    15  ## v1.0.7
    16  * [\#120](https://github.com/binance-chain/bsc/pull/120) add health check endpoint
    17  * [\#116](https://github.com/binance-chain/bsc/pull/116) validator only write database state when enough distance 
    18  * [\#115](https://github.com/binance-chain/bsc/pull/115) add batch query methods
    19  * [\#112](https://github.com/binance-chain/bsc/pull/112) apply max commit tx time for miner worker to avoid empty block
    20  * [\#101](https://github.com/binance-chain/bsc/pull/101) apply block number limit for the `eth_getLogs` api
    21  * [\#99](https://github.com/binance-chain/bsc/pull/99) enable directbroadcast flag to decrease the block propagation time
    22  * [\#90](https://github.com/binance-chain/bsc/pull/90) add tini in docker image 
    23  * [\#84](https://github.com/binance-chain/bsc/pull/84) add jq in docker image
    24  
    25  
    26  ## v1.0.6
    27  * [\#68](https://github.com/binance-chain/bsc/pull/68) apply mirror sync upgrade on mainnet
    28  
    29  ## v1.0.5
    30  
    31  SECURITY
    32  * [\#63](https://github.com/binance-chain/bsc/pull/63) security patches from go-ethereum 
    33  * [\#54](https://github.com/binance-chain/bsc/pull/54) les: fix GetProofsV2 that could potentially cause a panic.
    34  
    35  FEATURES
    36  * [\#56](https://github.com/binance-chain/bsc/pull/56) apply mirror sync upgrade 
    37  * [\#53](https://github.com/binance-chain/bsc/pull/53) support fork id in header; elegant upgrade
    38  
    39  IMPROVEMENT
    40  * [\#61](https://github.com/binance-chain/bsc/pull/61)Add `x-forward-for` log message when handle message failed
    41  * [\#60](https://github.com/binance-chain/bsc/pull/61) add rpc method request gauge
    42  
    43  BUGFIX
    44  * [\#59](https://github.com/binance-chain/bsc/pull/59) fix potential deadlock of pub/sub module 
    45  
    46  
    47  
    48  ## v1.0.4
    49  
    50  IMPROVEMENT
    51  * [\#35](https://github.com/binance-chain/bsc/pull/35) use fixed gas price when network is idle 
    52  * [\#38](https://github.com/binance-chain/bsc/pull/38) disable noisy log from consensus engine 
    53  * [\#47](https://github.com/binance-chain/bsc/pull/47) upgrade to golang1.15.5
    54  * [\#49](https://github.com/binance-chain/bsc/pull/49) Create pull request template for all developer to follow 
    55  
    56  
    57  ## v1.0.3
    58  
    59  IMPROVEMENT
    60  * [\#36](https://github.com/binance-chain/bsc/pull/36) add max gas allwance calculation
    61  
    62  ## v1.0.2
    63  
    64  IMPROVEMENT
    65  * [\#29](https://github.com/binance-chain/bsc/pull/29) eth/tracers: revert reason in call_tracer + error for failed internal…
    66  
    67  ## v1.0.1-beta
    68  
    69  IMPROVEMENT
    70  * [\#22](https://github.com/binance-chain/bsc/pull/22) resolve best practice advice 
    71  
    72  FEATURES
    73  * [\#23](https://github.com/binance-chain/bsc/pull/23) enforce backoff time for out-turn validator
    74  
    75  BUGFIX
    76  * [\#25](https://github.com/binance-chain/bsc/pull/25) minor fix for ramanujan upgrade
    77  
    78  UPGRADE
    79  * [\#26](https://github.com/binance-chain/bsc/pull/26) update chapel network config for ramanujan fork
    80  
    81  ## v1.0.0-beta.0
    82  
    83  FEATURES
    84  * [\#5](https://github.com/binance-chain/bsc/pull/5) enable bep2e tokens for faucet
    85  * [\#14](https://github.com/binance-chain/bsc/pull/14) add cross chain contract to system contract
    86  * [\#15](https://github.com/binance-chain/bsc/pull/15) Allow liveness slash fail
    87  
    88  IMPROVEMENT
    89  * [\#11](https://github.com/binance-chain/bsc/pull/11) remove redundant gaslimit check 
    90  
    91  BUGFIX
    92  * [\#4](https://github.com/binance-chain/bsc/pull/4) fix validator failed to sync a block produced by itself
    93  * [\#6](https://github.com/binance-chain/bsc/pull/6) modify params for Parlia consensus with 21 validators 
    94  * [\#10](https://github.com/binance-chain/bsc/pull/10) add gas limit check in parlia implement
    95  * [\#13](https://github.com/binance-chain/bsc/pull/13) fix debug_traceTransaction crashed issue