planet-nine-app / sessionless

A repo for the sessionless protocol
https://sessionless.org
MIT License
38 stars 10 forks source link

Rust CLI - Upgrade #45

Closed FssAy closed 3 months ago

FssAy commented 3 months ago

Description

I really had nothing interesting to do, so I've decided to upgrade the Rust CLI merged on #43 as much as I could without making it too complex, or changing any core functionality.

Changes

Disclaimer

Project compiles and runs without any warnings, but I cannot test it with all the systems. I would appreciate if you (@zach-planet-nine) could test it for me and see if everything looks like you expect. It should work exactly the same (the same input will result in the same output), but with newer logs. The only issue there might be is with signing "Messages" as I've decided to use serialization library instead of raw strings, but I doubt it will produce any errors.

zach-planet-nine commented 3 months ago

Looks good. I'm going to go ahead and merge and delete that test function.