Update mdf.md

This commit is contained in:
Dean Eigenmann 2019-11-05 07:31:23 +01:00 committed by GitHub
parent 1e4c4eab8a
commit 81965e4d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

11
mdf.md
View File

@ -13,8 +13,9 @@
4. [Usage](#usage)
1. [`parents`](#parents)
2. [`ephemeral`](#ephemeral)
5. [Footnotes](#footnotes)
6. [Acknowledgements](#acknowledgements)
5. [Changelog](#changelog)
6. [Footnotes](#footnotes)
7. [Acknowledgements](#acknowledgements)
## Abstract
@ -77,6 +78,12 @@ Nodes MAY decide to not persist ephemeral messages, however they MUST NOT be sha
Nodes SHOULD send ephemeral messages in batch mode. As their delivery is not needed to be guaranteed.
## Changelog
| Version | Comment |
| :-----: | ------- |
| [0.1.0](https://github.com/vacp2p/specs/blob/53bc8585add58695c28cfaf4382818f4daf8de84/mdf.md) | Initial Release |
## Footnotes
1. <https://en.wikipedia.org/wiki/Directed_acyclic_graph>
2. <https://jepsen.io/consistency/models/causal>