diff --git a/README.md b/README.md index d40c9a2..fbd086c 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ See section help for more details, i.e.: `lunanode image help` ## TODO (looking for contributors) * [ ] Simplify code so there is less boilerplate. In particular, writing out every enum variant is pretty annoying when I need the same info out of them either way. -* [ ] Tests!!! I've written some, but this should be comprehensively tested. - * [ ] Write tests that involve talking with a live server! This will enable breaking changes from LunaNode to be seen before they are messed with. +* [ ] Tests! * [ ] Stricter typing. Certain attributes, even though they are recieved as Strings, should really be some kind of `enum`. Make every non-String type some kind of enum. * [ ] UUIDs should be UUID types and not string. The only library I could find to do this, Uuid, seems to serialize them without the dashes, which screws up Lunanode... annoyingly. * [ ] Subnets should be more strictly types. They should always be an IP/subnet combo as two fields (std::net::Ipv4Addr, i32(0..32)). @@ -43,7 +42,6 @@ See section help for more details, i.e.: `lunanode image help` ## Support This Project -Please consider supporting my business: [Bytetools Technologies Inc.](https://bytetools.ca/) which is how I make money. -Or you can [support me on librapay](https://liberapay.com/tait/). +* [Support me on librapay](https://liberapay.com/tait/).