termoose / nkn_client

Elixir client for NKN
MIT License
6 stars 1 forks source link

Can't send message #1

Closed BlindingDark closed 4 years ago

BlindingDark commented 4 years ago

I tried to send a message to another address but did not receive the message. But can receive messages from other address.

termoose commented 4 years ago

Thanks for letting me know, this project has taken a low priority for me but will get back to maintaining it soon. My guess is that the protobuf format has changed, but will take a look to make sure

BlindingDark commented 4 years ago

@termoose

2

I updated the unencrypted message sending formats. Encrypted messages and some other functions are still being implemented and haven't add tests.

termoose commented 4 years ago

Nice improvement with Jason as well! Do you plan on using it for an Elixir application? I'll try to get around to implementing the end-to-end encryption soon. Do you want to add anything else to the MR or should I got ahead and merge it?

BlindingDark commented 4 years ago

Yes, I am trying to apply it in a chat application, like d-chat. I think this PR contains enough commits. If there are new changes, I will open a new PR to make it easier to review.