Releases: iotaledger/iri
v1.3.1-testnet
TESTNET V1.3.1
v1.3.1
Version 1.3.0
- 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
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
* IXI script reload timeout added. * TX request propagation added
Mainnet release v1.2.2
Fixed a tip request regression, and added tests.
testnet-v1.2.1
IRI Public Testnet Release: v1.2.1
Mainnet Release: v1.2.1
- Cleaned up API messaging.
- Added supply-chain validation
Mainnet Release: v1.2.0
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
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.