vyper-core icon indicating copy to clipboard operation
vyper-core copied to clipboard

🐍 Permissionless derivatives

Results 3 vyper-core issues
Sort by recently updated
recently updated
newest added

We have to include solana linter from https://github.com/crytic/solana-lints In root `Cargo.toml`: ```toml [workspace.metadata.dylint] libraries = [ { git = "https://github.com/crytic/solana-lints", pattern = "lints/*" }, ] ```

Include `cargo audit` command in gh actions Same as: https://github.com/blockworks-foundation/mango-v3/commit/f149e2b27dcd0c4c87b9c087c773955bf5fc3774

We currently have a MIT license but should we move to something more opinionated like GPL v3 or AGPL? Wdyt @thegreat-vanderlinde