0.24.1 • Published 2 months ago

@lehman-brothers-holdings/markets v0.24.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

work in progress

License

See the LICENSE file.

The majority of this repo is MIT licensed, but some parts needed for compiling the solana program are under GPL.

Development

See DEVELOPING.md and FAQ-DEV.md

Dependencies

  • rust version 1.69.0
  • solana-cli 1.16.7
  • anchor-cli 0.28.0
  • npm 8.1.2
  • node v16.13.1

Deployments

  • devnet: LEH4u6EgtyVzqtwK1eB6fdgxJHX7HuARvgNdXKubw2h
  • mainnet-beta: LEH4u6EgtyVzqtwK1eB6fdgxJHX7HuARvgNdXKubw2h
  • primary market group on mainnet-beta: EPmFN4MZHUiLJwcwmmEH2rXTy4J8jMipJUz7iSbV9KWu

Release

For program deployment, see RELEASING.md.

Here are steps followed while performing a npm package release note: the UI currently uses code directly from github, pointing to the ts-client branch

  • use yarn publish to release a new package, ensure compatibility with program release to mainnet-beta
  • fix the tag auto added by yarn to match our internal convention, see script fix-npm-tag.sh, tags should look like this e.g.npm-v0.0.1, note: the npm package version/tag should not necessarily match the latest program deployment