Post
Topic
Board Альтернативные криптовалюты
Re: [ARDR] Nxt: Ardor - масштабируемая ChildChain-платформа
by
abctc
on 24/11/2017, 08:16:40 UTC
Вышла новая версия Ardor - 2.0.6e для тестовой сети.

Quote from: Jelurida link=https://nxtforum.org/nrs-releases/ardor-v2-0-6e/
Change log:

This is a feature-freeze release for the Ardor testnet. No more API changes or
feature additions are planned before launch, only bug fixes.

The source code is now included in the package, for a public review, under a
temporary evaluation license only.

Added getExecutedTransactions API. This new API accepts parameters: "chain",
"height", "numberOfConfirmations", "type", "subtype", "sender", "recipient",
"firstIndex", "lastIndex", and returns the transactions from the specified
chain executed at this height, or executed with at least that many number of
confirmations.
Both non-phased and phased transactions are returned. For phased transactions,
only those approved and executed at the specified height, or approved with at
least that many confirmations of the final approval transaction, are returned.
If height is specified, sender or recipient parameters are optional, otherwise
at least one of them is required.

Fixed UI bugs - base target calculation, missing asset control setup, asset
control local signing, calculation of deadline when doing manual transaction
bundling.