Releases: imperviousai/imp-releases
Releases · imperviousai/imp-releases
v0.1.4
- 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.
v0.1.3
- Pass through reply_to_id on the messaging API
- Fix a bug where reply_to_id was not showing up in the WebSocket stream.
v0.1.2
- Allow messaging API to specify amount to send with the message.
- Increase lightning fee routing limit to 10k sats by default.
v0.1.1
Fix a crash error when receiving a message with an invalid signature.
Impervious - Minor Release
This marks the first minor release of the Impervious daemon!