Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added diagrams/offset_node.epgz
Binary file not shown.
Binary file removed diagrams/offst_node.epgz
Binary file not shown.
12 changes: 10 additions & 2 deletions doc/docs/source/dev/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Protocol
* Allow payment using a single out of band file exchange (invoice file), instead
of two files exchange (invoice + commit).

* Allow adding friends with one scan (Single out of band file)

* Allow removing currency after it was added. Might require a zero balance.

* Currently the buyer pays fees. Maybe this is a wrong model and the seller
Expand All @@ -27,6 +29,7 @@ Protocol

* Allow payment without an invoice, like a donation?


Economics
---------

Expand All @@ -39,8 +42,6 @@ Economics
Offset core
-----------

* Update compiler and dependencies

* Implement bidirectional connection attempt between nodes, along relays.
Currently only one node attempts to connect to the other node, according to
the order of public keys.
Expand Down Expand Up @@ -77,6 +78,10 @@ Offset core
* Should add textual constant prefix to all signatures?
* Is the signature malleable? Is this an issue? What can be done to solve?

* Add backup API

* Add monthly report API.

* Replace ``ring`` cryptographic library with something else, due to testing
issues. [`Issue <https://github.com/freedomlayer/offset/issues/167>`__]
**Closed by** [`PR 300 <https://github.com/freedomlayer/offset/pull/300>`__]
Expand All @@ -85,6 +90,9 @@ Offset core
(cargo-audit) [`Issue <https://github.com/freedomlayer/offset/issues/241>`__],
**Closed by** [`PR 301 <https://github.com/freedomlayer/offset/pull/301>`__].

* Update compiler and dependencies -- **Done**


Offset mobile app
-----------------

Expand Down