Версия экспериментальная, для тестнета, но может быть запущена и в боевой Ardor-сети.
Release 2.1.1e
https://www.jelurida.com/Change log:
This is an experimental release. It is a mandatory upgrade only for testnet
nodes, but can also be run on mainnet.
Contract Manager IntelliJ Plugin is now available to enable contract
deployment and management from inside the IntelliJ Java Development IDE.
The Contract Manager utility now supports contract verification which, given
a hash of existing contract deployed as cloud data and a Java source file,
compiles the source file and verifies that the resulting class file is
identical to the contract class file.
API callers are objects which enable simple integration of Java programs with
the Ardor APIs. Multiple code samples are provided under
./addons/src/java/com/jelurida/ardor/client/api to demonstrate tasks such as
local signing, fee calculation, message encryption and decryption, and waiting
for a new block.
Transaction voucher loading is now supported when logging in using remembered
passphrase.
Fixed coin exchange between parent and child chain.
Fixed decimal calculations for MS currency reserve and claim dialogs.