AugurProject / augur-core

Augur v1 - Smart Contracts [DEPRECATED]
https://www.augur.net
GNU General Public License v3.0
594 stars 133 forks source link

Keep the ABI in git #727

Closed pgebheim closed 6 years ago

MicahZoltu commented 6 years ago

I'm not a fan of derived files is git. Why not put these into an artifact store? Alternatively, push them to a GitHub pages branch or an artifacts branch. Even a gist would work (can link to it from readme).

justinbarry commented 6 years ago

@MicahZoltu Generally, I would agree with you. We want this for the upcoming monorepo stuff. If it isn't included building augur-core from source requires a specific set of tools most of the team won't have installed.

This is your typical correct vs convenient tradeoff.