Skip to content

Commit fcaca7e

Browse files
committed
Updated roadmap
1 parent 2602ecb commit fcaca7e

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

doc/docs/source/dev/roadmap.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Protocol
99
* Allow payment using a single out of band file exchange (invoice file), instead
1010
of two files exchange (invoice + commit).
1111

12+
* Allow adding friends with one scan (Single out of band file)
13+
1214
* Allow removing currency after it was added. Might require a zero balance.
1315

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

2830
* Allow payment without an invoice, like a donation?
2931

32+
3033
Economics
3134
---------
3235

@@ -39,8 +42,6 @@ Economics
3942
Offset core
4043
-----------
4144

42-
* Update compiler and dependencies
43-
4445
* Implement bidirectional connection attempt between nodes, along relays.
4546
Currently only one node attempts to connect to the other node, according to
4647
the order of public keys.
@@ -77,6 +78,10 @@ Offset core
7778
* Should add textual constant prefix to all signatures?
7879
* Is the signature malleable? Is this an issue? What can be done to solve?
7980

81+
* Add backup API
82+
83+
* Add monthly report API.
84+
8085
* Replace ``ring`` cryptographic library with something else, due to testing
8186
issues. [`Issue <https://github.com/freedomlayer/offset/issues/167>`__]
8287
**Closed by** [`PR 300 <https://github.com/freedomlayer/offset/pull/300>`__]
@@ -85,6 +90,9 @@ Offset core
8590
(cargo-audit) [`Issue <https://github.com/freedomlayer/offset/issues/241>`__],
8691
**Closed by** [`PR 301 <https://github.com/freedomlayer/offset/pull/301>`__].
8792

93+
* Update compiler and dependencies -- **Done**
94+
95+
8896
Offset mobile app
8997
-----------------
9098

0 commit comments

Comments
 (0)