github.com/energicryptocurrency/go-energi@v1.1.7/CHANGELOG.md (about)

     1  # Core Node Changelog
     2  
     3  ## 1.2.0 (Banana Hard Fork)
     4  
     5  ### Changed
     6  - Updated staking simulator according to Banana hardfork changes
     7  
     8  ### New
     9  - Upon activating `Banana-txfee` hardfork, 10% of block transaction fees will be sent to coinbase as a part of a block reward
    10  - Upon activating `Banana-blocktime` hardfork, energi network block generation time will be reduced from 60 seconds to 15 seconds
    11  - Upon activating `Banana-pos` hardfork, new pos algorithm will make block reward distribution proportional to the user's active stake
    12  - Upon activating `Banana-difficulty-adjustment` hardfork, new values will be used for difficulty adjustment algorithm
    13  
    14  ## 1.1.7
    15  
    16  ### Changed
    17  - bumped golang version to v1.21.4
    18  
    19  ### Fixed
    20  - fixes debug_traceBlock methods that were missing governance transaction info
    21  
    22  ## 1.1.6
    23  
    24  ### Changed
    25  - Removed armv5 support
    26  - Removed mips support
    27  - Supported Linux upgraded to Ubuntu 22.04
    28  - Bootnodes settings
    29  - Removed testing Interval Generator
    30  
    31  ### Fixed
    32  - `energi` directory contains linting fixes
    33  - unit test fixes
    34  - build pipeline fixes
    35  
    36  ## 1.1.5
    37  
    38  ### Fixed
    39  - Go module support
    40  - Upgraded Golang version to 1.21.0
    41  
    42  ## 1.1.4
    43  
    44  ### Fixed
    45  - preimages hotfix
    46  
    47  ## 1.1.3
    48  
    49  ### Changed
    50  - Updated Golang version to 1.17
    51  
    52  ## 1.1.2
    53  
    54  ### Changed
    55  - Removed swarm functionality
    56  - Removed symbols from releases
    57  
    58  ### Fixed
    59  - miner.setAutoCompounding()
    60  - Repeated USB enumeration failures
    61  - Builds on Mac
    62  
    63  ### New
    64  - Governance submodule
    65  - Hardfork check function
    66  - Simple PoS simulator
    67  
    68  ## 1.1.1
    69  
    70  ### Changed
    71  - Various code optimizations
    72  - Treasury proposal fee structure: from 100 NRG to 300 NRG + 0.2% of the amount
    73  - Renamed `autocollateralize` to `autocompounding`
    74  
    75  ### Fixed
    76  - Unit tests
    77  - Wrong port log message on testnet
    78  - Balance issue in EVM affecting `msg.sender`
    79  - Further enhancements to checkpoint registry
    80  
    81  ### New
    82  - Preimage exception package which fixes full sync
    83  - Checkpoint for Asgard hard fork block
    84  - Checkpoints for testnet
    85  - Icon on Windows
    86  
    87  ## 1.1.0 (Apple Hard Fork)
    88  
    89  ### Changed
    90  - Improved log messages
    91  - Disabled light client
    92  - Disabled usb flag
    93  - Stake cooldown reduced from 60 to 30 minutes
    94  
    95  ### Fixed
    96  - Data race concerning secKeyBuf buffer
    97  - Difficulty adjustment (based on PID controller)
    98  - Issue syncing on mainnet
    99  - Issue where preimages may become corrupted
   100  
   101  ### New
   102  - Masternode stats now available through RPC services
   103  - Hardfork registry to enable scheduling and alerting users of upcoming hardforks
   104  - New optimized version of checkpoint registry
   105  - Preimage hash correction upon detecting damage