Releases: iridiumdev/Iridium-IRD-Core
Iridium core v5.0.1
"Speedy Gonzales"
This is a Maintenance release
- Checkpoints added to speedup the first sync process
- Update to RocksDB v6.7.3
- Update to Boost v1.76
- Re-Enable Tests suite
- Compilation output folders are now synced with the release types (Release, Debug...).
- Various fixes and includes for up-to-date compilators.
- CXX 14 conformation.
What's Changed
Full Changelog: v5.0.0...v5.0.1
Iridium core v5.0.0
Hard fork v5
- Hardfork to V5 (cn pico) is scheduled at block 332500 on Monday 15th of July around 9:00 UTC
- fix forever years unlock time when sending from simplewallet RPC API without unlock_time parameter
- cn pico/trtl pow algo
- update miniupnp to v2.1
- New tx notification of all peers do not stop the event loop anymore
- increase DB limits to handle more tx at time and keep rpc responsive
Iridium core v4.2.0
Release version 4.2.0
This is a fix release
While this release doesn't need a Hard Fork, it's better for all to update.
changelog
- Fix mem leak caused by arbitrary data filled in Tx extra tags
- Daemon: print_stats command
- Daemon: print_alt_blocks command
Iridium core v4.1.0
Release version 4.1.0
This is a big maintenance release
While this release doesn't need a Hard Fork, it's better for all to update.
WARNING : The default iridium_walletd RPC Port is now 14008
Linux binaries are universal
If you want to build an optimized version for you system (using jemalloc or native arch , you have to compile the source)
changelog
- potential exploit fixed (mainly burned coins - Thx BBScoin devs)
- compilation on any systems
- build universal binaries for linux by setting -DARCH=default
- update to rocksDB 5.17.2
- json headers response for all rpc requests
- Now pow implementation is the same as Monero : No more cn_context (Thx KRB devs).
- default walletd is now 14008 to be coherent with all the rpc api : now *7 = p2p, *8 = API
- Modernize to C++ 11, many fixes and improvements.
- Error on opening a non existant wallet file now return a correct message instead of "wrong version"
- Fix inProcessNode and NodeRpcProxy strange sync at start resulting in an infinite loop until next block is found.
- add jemalloc cmake module for linux
- Add Ascii Art banner (Thx Thunderosa)
Iridium core v4.0.2
Release version 4.0.2
This is a minor bug fix release :
- Fix iridium_walletd not syncing from scratch
- Fix some compiler warnings
- Fix getinfo method return wrong last known block index
Iridium core v4.0.1
Release version 4.0.1
Hard fork scheduled at block 115200 on Monday April 30 at about 8h UTC
- switch to cryptonite lite variant 1 also called v7
- Mixin is now mandatory : min 2 max 10
- calculate difficulty on the right window size
- Various typo and fixes
- update to latest LWMA
- fix MTP size
by default, testnet is setup like this :
upgrade to V2 at block 2 <- cryptonight
upgrade to V3 at block 5 <- cryptonight
upgrade to V4 at block 10 <- cryptonight lite variant 1
testnet target is 15s
Iridium core 3.0.0
Release version 3.0.0
Hard fork scheduled at block 95250 on Monday March 19, 2018
- speed up blockchain sync
- fix limits to stay safe on difficulty algorithm
- fix Zawy's coefficient to stick to target @175.0s
- security fix to prevent a potential exploit
- get rid of "Timeout error" when nodes leaves
- add difficulty per block to the query method for the block explorer
- update seeds nodes to the 3 servers : MTL(CA), RBX(FR) and SDN(AU)
- update checkpoints
- testnet is now configurable in the config file but you have to recompile.
- add reset param in CreateAddress Method
by default, testnet is setup like this :
upgrade to V2 at block 2
upgrade to V3 at block 10
target 15s
Iridium core 2.1.3
This is the release ready for the Hard Fork scheduled at block 69500
- New Zawy LW-WHM difficulty algorithm
- Increase the max block size limit to allow bigger tx
This archive include the statically linked binaries for the iridium coin :
- iridiumd : the iridium daemon
- iridium_simplewallet : the iridium simplewallet use for pools
- iridium_walletd : the iridium wallet daemon used for exchange api
- iridium_miner : a simple (and not very optimised) miner for tests
Iridium core 2.1.2
sha256 : a3504060749d7bbe65ca5619c435a41eda81e1c16ceaab180ac627ff3e98abc0
This is the release for the failed Hard Fork at block 48000
- Update core to latest Bytecoin : 2.1.2
- update rocksdb to new version
- speed improvements
First release for backup purpose
Old core, for backup purpose.