coinbase / chainstorage

The File System For a Multi-Blockchain World
https://time-wilderness-a70.notion.site/ChainStorage-5c173d1cafd842ceb9e38c26bfbd6265?pvs=4
Apache License 2.0
69 stars 24 forks source link

Set up toolchain version manager #30

Open jiezhang opened 9 months ago

jiezhang commented 9 months ago

This issue is an follow up of #29. Without a toolchain version manager, developers running different versions of the toolchain, especially golang and protoc, could run into conflicts.

One example is the generated protobuf code such as blockchain.pb.go.

As proposed by @bestmike007 we may leverage asdf to manage the toolchain version.