martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
460 stars 123 forks source link

Improve wallet parser for chia v1.4.0+ #341

Closed djerfy closed 2 years ago

djerfy commented 2 years ago

Improve wallet parser for Chia 1.4.0+ (tested). Related with issue #340.

martomi commented 2 years ago

Thanks for the fix 🙌

Please add some examples for the new log format in this folder. I suggest to name the files nominal-before-1.4.0.txt and nominal-after-1.4.0.txt for example.

And add a test case reading from the new log format here.

Test cases are mandatory for parser logic so we can be confident it works for all versions.

djerfy commented 2 years ago

Thanks for your comment. Tests have been added and tested for me (with success and error) 👍

martomi commented 2 years ago

Love it, thanks for the quick iteration!