* Waku v2 Node API: Split into implemented and NYI - Init is now separated into Create and Start node * Simplify Node API * Node API: proc->method and add WakuNode as first argument * Fix indent to make compile * Stub out all API methods
* changed to data * fix * updated * checkpoint * sending protobuf * working on tests * bump * fix * fix * fix * testing * Update test_waku.nim
* Start adding waku v2 api calls * Another attempt at Waku v2 API