Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 671 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 671 Bytes

Check examples to get going

Release procedure

Releasing contract changes

Any new contract changes should be backwards compatible, unless a new major version is being released. Both the Go and JavaScript packages will need to be released.

--- Go build ---

Dependencies:

make generate_types -C go

--- JavaScript build ---

make install -C js
make protos -C js/packages/types
make build -C js

--- Publish changes ---

  1. Commit all changes
  2. make publish -C js # Select appropriate version, lerna will auto commit vXX.XX.XX