All notable changes to this project will be documented in this file.
The changelog format is based on Keep a Changelog.
0.6.102 - 01-Apr-2025
- add new NEM testnet
- add 'beneficiary' and 'totalFee' to result from
/local/block/atto determine block beneficiary directly - add route
/mosaic/definition/lastto get the last mosaic definition - add local endpoint
/local/mosaic/definition/supplyfor querying historical mosaic supplies, including expiration height - add a new
TRACK_EXPIRED_MOSAICSnode feature to track expired mosaics - add
/local/mosaics/expiredto report expired mosaics, and include a new 'expiredMosaicType' property in the output to differentiate expired and restored mosaics
- mosaic description change would effectively zero all balances prior to mosaic redefinition fork. Update MosaicDefinitionCreationObserver to track these balance resets as mosaic expirations
- replace removeAll with removeExpiration in ExpiredNamespacesObserver
- only 'restore' mosaic balances if the root is inactive
- MosaicDefinitionRetriever needs SQL parameters
- block lessor is not set correctly in the database when (future) remote link is pending. Update RemoteLinks to retrieve the active (not current) remote link
- complete SDK rewrite, see details in readme