pandonetwork / pando

A distributed remote protocol for git based on IPFS, ethereum and aragonOS
184 stars 14 forks source link

Refactor pando-lib to use promises #65

Closed corydickson closed 5 years ago

corydickson commented 5 years ago

We'd like to split these three classes out to separate files if the methods look good and have them bring in the same IPFS/IPLD objects. In the Tree class, the extend() method is omitted because it may not be necessary to have it behave like Commit. There could be something I'm missing tho...

Some improvements:

corydickson commented 5 years ago

@osarrouy Thanks for the feedback! Also not sure, I will fix before merge