quorumcontrol / dgit

dgit adds decentralized ownership to git - powered by Tupelo DLT and Skynet
https://dgit.dev/
MIT License
208 stars 16 forks source link

default to sia in all non test calls #60

Closed brandonwestcott closed 4 years ago

brandonwestcott commented 4 years ago

currently dgit init always uses sia, but a direct git remote add with a new dgit url would use chaintree storage, unless DGIT_OBJ_STORAGE=siaskynet was set. This make sia the default on repo chaintree creation regardless of caller. Tests still use the chaintree store

brandonwestcott commented 4 years ago

Closing in favor of https://github.com/quorumcontrol/dgit/pull/54