oysterprotocol / oyster-streamable

Streamable implementation of the Oyster protocol. WIP!
4 stars 0 forks source link

[Streamable] Use datamap-generator lib #5

Closed AaronVasquez closed 6 years ago

AaronVasquez commented 6 years ago

A lot of the encryption and datamap functions are duplicated. We should be DRY so we can focus on only optimizing just 1 module.

jfarago commented 6 years ago

@AaronVasquez would this be a good time to rename the datamap-generator to be more of a utility library?

AaronVasquez commented 6 years ago

Hm, utils might be too vague. What name were you thinking of?

jfarago commented 6 years ago

Oh man... here we go, let me get back to you in a week. 🤣

rfornea commented 6 years ago

oysterUtils? oysterShared?

AaronVasquez commented 6 years ago

Do want this to be a dumping ground of shared things? Or something more focused?

If it's just a dumping ground, oyster-utils could probably work.

rfornea commented 6 years ago

My personal preference is a dumping ground of things shared between projects. My reason is that I don't want us to have to maintain a different repo for everything we want to share.

AaronVasquez commented 6 years ago

sgtm. oyster-utils it is