Go to file
Godmode Galactus d7bdb18f6e
making compatible with mango bencher by removing ids
2023-02-15 13:53:53 +01:00
.cargo CI: Fix cargo audit step 2022-06-02 13:44:54 +02:00
.github/workflows
common upgraded anchor and solana 2022-04-21 10:36:59 -04:00
mango-logs Additional logging for force_settle_perp_position and liquidate_delisting_token 2022-06-16 14:03:27 -07:00
mango-macro upgraded anchor and solana 2022-04-21 10:36:59 -04:00
program making compatible with mango bencher by removing ids 2023-02-15 13:53:53 +01:00
.gitignore
Anchor.toml upgraded anchor and solana 2022-04-21 10:36:59 -04:00
Cargo.lock v3.6.2 2022-10-04 19:10:44 +01:00
Cargo.toml
LICENSE
README.md publish audit (#203) 2022-08-31 16:39:27 +02:00
audit.pdf publish audit (#203) 2022-08-31 16:39:27 +02:00
changelog.md update deploy time for 3.6.1 2022-09-08 15:05:50 -07:00
consumed_per_instruction_uniq.log
cu_per_ix.sh
proposals.md
rustfmt.toml

README.md

Mango Markets V3 - Decentralized Margin Trading

⚠️ Warning

Any content produced by Blockworks, or developer resources that Blockworks provides, are for educational and inspiration purposes only. Blockworks does not encourage, induce or sanction the deployment of any such applications in violation of applicable laws or regulations.

Contribute

Significant contributions to the source code may be compensated with a grant from the Blockworks Foundation.

Security

Mango has been audited by Neodyme, you can find the report here.

You will be compensated by the Mango DAO for privately reporting vulnerabilities to the maintainers of this repo. Email hello@blockworks.foundation

Branches and Tags

  • New development happens on main. Pull requests should always target main by default.

  • Release branches have names like release/3.3.0 and are branched off of main or a parent release branch.

    • Bugfixes for releases should usually be merged into main and then be cherry-picked to the release branch.
    • Only push to release branches after talking to the release owner.
    • When a release is done, the released version is tagged and the release branch is deleted.
  • Release tags have names like v3.3.1.

  • To know what is deployed on mainnet, check the Anchor Builds.