Closed mrZizik closed 6 years ago
what do you think guys? @luckychess @lebdron
As reality show the swig interface usually enough, and in fact maintaining additional binding code can be quite messy and inconsistent. Moreover some wrappers around generated bindings can be done by yourself
1 -
crypto.convertFromExisting(readKeyFromFile("../admin@test.pub"), readKeyFromFile("../admin@test.priv"));
Why don't we overload that method to handle filepaths and read them too?2 - Instead
this
Same for other builder.
3 - Make this method static and don't create unnecessary objects.
4 - I think clients don't need to know about GRPC and stuff.
Instead:
this