Thanks to the latest Desmos version (v0.12.3
), we've implemented the possibility for users of doing some new things:
- editing polls and attachments of a post;
- adding a relationship towards users;
- blocking and unblocking users;
- changing your DTag;
- transferring your DTag to another user.
Inside Phase 6 you will be able to play with those features and earn some DSM by completing the following challenges:
- Create and edit a post changing its poll data and attachments (50 Desmos Tokens)
- Add a relationship towards a user (25 Desmos Tokens)
- Block and unblock a user (50 Desmos Tokens)
- Change your DTag (25 Desmos Tokens)
- Transfer your DTag to another user (100 Desmos Tokens)
:::warning Used version
All these challenges must be completed using the latest Desmos version (v0.12.3
). You can get it by cloning the Desmos repository and checking out that tag:
git fetch -a
git checkout tags/v0.12.3
make install
:::