v0.10.0
Pre-release
Pre-release
Added
-
The
includeDirectTransfersparameter for the/api/chats/getand/api/chatroomsendpoints in #91 -
New properties to the
/api/node/statusendpoint in #90:interface Response { loader: { loaded: boolean; now: number; syncing: boolean; consensus: number; blocks: number; blocksCount: number; } // ... }
-
timestampMsfield for the transactions in #93 -
?returnUnconfirmed=1flag for transactions in #96 -
Explicit fields for the unconfirmed transactions:
interface UnconfirmedTransaction { // ... blockId: null; height: null; confirmations: 0; }
-
Socket connection between nodes in #99. Learn more at https://docs.adamant.im
Changed
countnow is returned as a number in every response in #110- The default sorting for all endpoints is now
timestamp:desc. All timestamp-based sorting now prioritizestimestampMs.
Fixed
- The bug when transaction pool doesn't properly remove transactions in #108
- False warnings "discarded the received block" and "skipping delegate slots" in #120
Deprecated
- GitHub Wiki. Use https://docs.adamant.im for documentation
- The
withoutDirectTransfersfilter for all endpoints, useincludeDirectTransfersinstead