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

Vendor external dependencies #220

Open fbac opened 4 months ago

fbac commented 4 months ago
          nit: consider vendoring external dependencies. This can help with version control and at compile time.

The possibility of having multiple vendored versions of the same external dep can help us in the development process.

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