github.com/gregpr07/bsc@v1.1.2/CHANGELOG.md (about)

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