Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Releases: iridiumdev/Iridium-IRD-Core

Iridium core v5.0.1

13 Dec 14:12
Compare
Choose a tag to compare

"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

02 Jul 12:49
0f3cc89
Compare
Choose a tag to compare

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

18 Jun 08:58
99b7a98
Compare
Choose a tag to compare

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

24 Apr 14:23
5551b3e
Compare
Choose a tag to compare

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

21 Jun 07:02
Compare
Choose a tag to compare

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

28 Apr 22:50
1839153
Compare
Choose a tag to compare

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

14 Mar 13:57
b119e18
Compare
Choose a tag to compare

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

21 Jan 10:14
4d5023f
Compare
Choose a tag to compare

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

11 Dec 16:16
549ce95
Compare
Choose a tag to compare

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

15 Nov 10:52
ec3ce51
Compare
Choose a tag to compare

Old core, for backup purpose.