diff --git a/diagrams/offset_node.epgz b/diagrams/offset_node.epgz new file mode 100644 index 0000000..2c75df9 Binary files /dev/null and b/diagrams/offset_node.epgz differ diff --git a/diagrams/offst_node.epgz b/diagrams/offst_node.epgz deleted file mode 100644 index c820c6a..0000000 Binary files a/diagrams/offst_node.epgz and /dev/null differ diff --git a/doc/docs/source/dev/roadmap.rst b/doc/docs/source/dev/roadmap.rst index 2869295..51fd838 100644 --- a/doc/docs/source/dev/roadmap.rst +++ b/doc/docs/source/dev/roadmap.rst @@ -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 @@ -27,6 +29,7 @@ Protocol * Allow payment without an invoice, like a donation? + Economics --------- @@ -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. @@ -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 `__] **Closed by** [`PR 300 `__] @@ -85,6 +90,9 @@ Offset core (cargo-audit) [`Issue `__], **Closed by** [`PR 301 `__]. +* Update compiler and dependencies -- **Done** + + Offset mobile app -----------------