Go to file
GroovieGermanikus 7f2a0be3c9 use pubkey instead of string for account_id and program_id 2023-09-05 15:25:06 +02:00
.github/workflows Orderbook Feed Fixes (#3) 2023-04-25 16:16:20 +01:00
cd Orderbook Feed Fixes (#3) 2023-04-25 16:16:20 +01:00
ci rust version 1.71.1 2023-08-29 09:45:45 +02:00
connector use pubkey instead of string for account_id and program_id 2023-09-05 15:25:06 +02:00
lib correctly display oracle peg orders (#4) 2023-05-04 01:17:04 +02:00
service-mango-accounts Optionally read token from config 2023-07-25 17:05:27 +01:00
service-mango-crank fmt 2023-08-29 01:05:18 +02:00
service-mango-fills clippy cleanup 2023-08-29 08:55:40 +02:00
service-mango-orderbook clippy cleanup 2023-08-29 08:55:40 +02:00
service-mango-pnl clippy cleanup 2023-08-29 08:55:40 +02:00
ts/client v0.1.7 2023-06-23 15:35:06 +01:00
.dockerignore Orderbook Feed Fixes (#3) 2023-04-25 16:16:20 +01:00
.eslintrc.json
.gitignore
Cargo.lock add itertools 2023-09-05 15:24:37 +02:00
Cargo.toml
Dockerfile
LICENSE
README.md Update README.md 2023-06-23 15:29:10 +01:00
package.json v0.1.7 2023-06-23 15:35:06 +01:00
tsconfig.cjs.json
tsconfig.esm.json
tsconfig.json
tsconfig.types.json
yarn.lock

README.md

mango-geyser-services

Mango v4 Geyser Services

Components

  • lib/

    Tools for building services

  • service-mango-fills/

    A service providing lowest-latency, bandwidth conserving access to fill events for Mango V4 Perp and Openbook markets as they are processed by the rpc node.

  • service-mango-pnl/

    A service providing pre-computed account lists ordered by unsettled PnL per market

  • service-mango-orderbook/

    A service providing Orderbook L2/L3 state and delta updates for Mango V4 Perp and Openbook Spot markets