v0.1.4
Pre-release
Pre-release
- AMP support
- Small breaking change: Message & Websocket now use
bytes
instead ofstring
for the data/message parameter.
You can now send longer data and even files through the lightning network with IMP! For this initial release, IMP will support up to ~480KB of data in a single message. For each 900 bytes of data, you are required to send at minimum 1 satoshi. IE, 9,000 bytes require the message to send at least 10 sats (not in addition, just at minimum). This is required so that the message can be split up amongst multiple lightning payment parts of 1 sat minimum.