The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/docs/versioning.md

559 B

Code Versioning

Due to the dependency structure in the codebase, it is advantageous to version the Contracts and then pin everything else in the monorepo to the same versioning.

Versioning Scheme:

  • Monotonically increasing Integer Versions corresponding to implementation contract deployments
    • ex. 1, 2, 3, etc.
  • Monorepo is tagged with integer version upon major release
    • The commit a release is associated with will contain agent/deployment code that is compatible with it
    • Agents/build artifacts are versioned using global repo version