From b7ad203d8942ff034872cd829b80c0e25e76f908 Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Tue, 10 Dec 2019 07:40:33 +0100 Subject: [PATCH] Added CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..b5f97131c2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Version 0.1.0 +## Features +- Create a session to associate an external chain address to a Desmos address. +- Create a post using a `MsgCreatePost` and providing a message. You can also decide whether other users can comment on such post or not. +- Like a post using a `MsgLikePost` and specifying a post id. +- Unlike a post using a `MsgUnlikePost` and specifying a post id. + +## Notes +- When generating Desmos accounts, the path to use is `m'/852'/0'/0/0` +- The stake token denomination is `desmos` \ No newline at end of file