Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.

Releases: iotaledger/iri

v1.3.1-testnet

10 Aug 15:14
Compare
Choose a tag to compare
TESTNET V1.3.1

v1.3.1

10 Aug 08:32
Compare
Choose a tag to compare
Fixed tip selection regression

Version 1.3.0

08 Aug 21:54
Compare
Choose a tag to compare
- added Kerl as an additional hash function.
- Tips: improved memory consumption and IRI loading time.
- ZMQ:  tx topic only publishes newly stored transactions
        tx arrival time added.
        timestamps normalized to seconds.
- DB: cache size increase, to reduce flushes to disk (user-configurable)
- Node: faster broadcast priority queue
        DNS refresher is now user-configurable, for troubleshooting reverse-DNS issues.
- TipSelection: bugfixes & optimizations to MCMC.
  • First snapshot as a part of 3-step phasing to the final design of transaction structure

Mainnet release v1.2.4

04 Jul 17:15
Compare
Choose a tag to compare
Fixed synchronization issue in previous build.

* optimized tip selection - added maxDepth
* match address and *ports* of TCP/UDP neighbors
* load tips on IRI start-up
* added initial zmq support

Mainnet release v1.2.3

01 Jul 17:30
Compare
Choose a tag to compare
* IXI script reload timeout added.
* TX request propagation added

Mainnet release v1.2.2

28 Jun 15:12
Compare
Choose a tag to compare
Fixed a tip request regression, and added tests.

testnet-v1.2.1

19 Jun 17:28
Compare
Choose a tag to compare
IRI Public Testnet Release: v1.2.1

Mainnet Release: v1.2.1

12 Jun 19:16
Compare
Choose a tag to compare
  • Cleaned up API messaging.
  • Added supply-chain validation

Mainnet Release: v1.2.0

09 Jun 18:32
Compare
Choose a tag to compare

This is the mainnet release v1.2.0, which comes with a new snapshot. DELETE/ARCHIVE your databse (mainnetdb folder, most likely)

Transactions with timestamp below 1497031200 will be rejected.

Min Weight Magnitude is set to 15.

Binaries and sources signed with public key hosted at keybase.io/paulhandy. They may be verified with, i,e.,

gpg --verify iri-1.2.0.jar.asc iri-1.2.0.jar

For those new to pgp/gpg, you will need to import the public key:

curl https://keybase.io/paulhandy/pgp_keys.asc | gpg --import

Mainnet Release: v1.1.4.3

06 Jun 21:52
Compare
Choose a tag to compare

This is the mainnet release v1.1.4.3 which fixes a bug related to db batch saving. It also adds support for 243-trits security transactions and a new rescan function.

In order to transition your database to the new one, you have to run IRI with the --rescan flag. You only have to do this once.