Skip to content

Releases: imperviousai/imp-releases

v0.1.4

17 Aug 13:50
a1959e5
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • AMP support
  • Small breaking change: Message & Websocket now use bytes instead of string 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

09 Aug 15:43
6d36da5
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
  • 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

05 Aug 14:54
6539d81
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • Allow messaging API to specify amount to send with the message.
  • Increase lightning fee routing limit to 10k sats by default.

v0.1.1

04 Aug 23:25
6539d81
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Fix a crash error when receiving a message with an invalid signature.

Impervious - Minor Release

04 Aug 14:30
aa7343d
Compare
Choose a tag to compare
Pre-release

This marks the first minor release of the Impervious daemon!