- Updated staking simulator according to Banana hardfork changes
- Upon activating
Banana-txfee
hardfork, 10% of block transaction fees will be sent to coinbase as a part of a block reward - Upon activating
Banana-blocktime
hardfork, energi network block generation time will be reduced from 60 seconds to 15 seconds - Upon activating
Banana-pos
hardfork, new pos algorithm will make block reward distribution proportional to the user's active stake - Upon activating
Banana-difficulty-adjustment
hardfork, new values will be used for difficulty adjustment algorithm
- Using top 100 oldest masternodes as bootnodes
- bumped golang version to v1.21.4
- fixes debug_traceBlock methods that were missing governance transaction info
- Removed armv5 support
- Removed mips support
- Supported Linux upgraded to Ubuntu 22.04
- Bootnodes settings
- Removed testing Interval Generator
energi
directory contains linting fixes- unit test fixes
- build pipeline fixes
- Go module support
- Upgraded Golang version to 1.21.0
- preimages hotfix
- Updated Golang version to 1.17
- Removed swarm functionality
- Removed symbols from releases
- miner.setAutoCompounding()
- Repeated USB enumeration failures
- Builds on Mac
- Governance submodule
- Hardfork check function
- Simple PoS simulator
- Various code optimizations
- Treasury proposal fee structure: from 100 NRG to 300 NRG + 0.2% of the amount
- Renamed
autocollateralize
toautocompounding
- Unit tests
- Wrong port log message on testnet
- Balance issue in EVM affecting
msg.sender
- Further enhancements to checkpoint registry
- Preimage exception package which fixes full sync
- Checkpoint for Asgard hard fork block
- Checkpoints for testnet
- Icon on Windows
- Improved log messages
- Disabled light client
- Disabled usb flag
- Stake cooldown reduced from 60 to 30 minutes
- Data race concerning secKeyBuf buffer
- Difficulty adjustment (based on PID controller)
- Issue syncing on mainnet
- Issue where preimages may become corrupted
- Masternode stats now available through RPC services
- Hardfork registry to enable scheduling and alerting users of upcoming hardforks
- New optimized version of checkpoint registry
- Preimage hash correction upon detecting damage