zeta-chain / protocol-contracts

Protocol contracts implementing the core logic of the protocol, deployed on ZetaChain and on connected chains
MIT License
70 stars 58 forks source link

Unified tooling version control #219

Open fbac opened 4 months ago

fbac commented 4 months ago
          nit: we rely on hardcoded versions across different workflows. It's not criticial but it would be interesting to work in a separate issue to group the versions into a single file, so there's only one source of truth when it comes to updating the tooling.

Example .versions.yaml

node: 18
go: X
slither: Y
...

_Originally posted by @fbac in https://github.com/zeta-chain/protocol-contracts/pull/212#discussion_r1674318232_