rchain-community / rchain-api

An API for rchain dapps to communicate with the blockchain
Other
22 stars 12 forks source link

protobuf bloat: keep just .d.ts files for development? #90

Open dckc opened 3 years ago

dckc commented 3 years ago

The generated protobuf files are just bloat now... with the exception that they indirectly provide static types.

But those should be a devDependency, not a production dependency.

(context: investigating a performance issue in RSign)