whirlpools
whirlpools copied to clipboard
Open source concentrated liquidity AMM contract on Solana
# Tasks - [x] Upgrade to Solana 1.17 - [x] Upgrade to Anchor 0.29 - [x] Migrate to Interface & InterfaceAccount type - [x] Add v2 instructions - [x] initialize_pool_v2...
See: https://github.com/neodyme-labs/solana-security-txt This will show up in explorers like solscan.
It would be nice if Orca provided a TWAP oracle, as Uniswap V2 and V3 do.
Hi @yugure-orca! Thinking about v1 of the ts sdk and figured it would be a good idea to set up the repo as a monorepo. This allows us to more...
* Enable lint-staged * Add clippy & eslint * Add gh actions stript to run linter
Kinobi requires `address` field in Anchor idl which Anchor only added in v0.30. This causes the build to fail. Added a workaround to manually insert the program id
Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...