What's Changed
- API now using hex-representation for bytes and uint256. Note:
0xprefix is now required. - Adapted to latest
FoundryOutputchanges according to TIP-18 - Introduced new
INX(IOTA Node Extension) feature. This allows the core HORNET node to be extended with plugins written in any language supporting gRPC. - Re-implemented Indexer and MQTT plugins as INX extensions. (Note: MQTT over WebSockets is now available under
/api/plugins/mqtt/v1instead of/mqtt) - Implemented new MQTT topics acccording to TIP-28
- Added two new endpoints to the API
/api/v2/outputs/rawto fetch the raw bytes of an output, and/api/v2/outputs/metadatato fetch metadata only.