Go to file
GroovieGermanikus cfc27f63d6 Revert "cleanup docker build"
This reverts commit 3e1009bbb4.
2023-09-08 22:09:49 +02:00
.github/workflows Revert "cleanup docker build" 2023-09-08 22:09:49 +02: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 remove connector/src/memory_target.rs 2023-09-08 18:57:07 +02:00
lib sync with main branch 2023-09-08 17:54:24 +02:00
service-mango-accounts sync with main branch 2023-09-08 17:54:24 +02:00
service-mango-crank sync with main branch 2023-09-08 17:54:24 +02:00
service-mango-fills sync with main branch 2023-09-08 17:54:24 +02:00
service-mango-orderbook remove strange comma from Cargo.toml to make github actions happy 2023-09-08 19:32:31 +02:00
service-mango-pnl sync with main branch 2023-09-08 17:54:24 +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 v0.1.4 2023-04-13 13:49:12 +01:00
.gitignore Add mango-fills client library 2023-04-08 04:04:36 +01:00
Cargo.lock sync with main branch 2023-09-08 17:54:24 +02:00
Cargo.toml sync with main branch 2023-09-08 17:54:24 +02:00
Dockerfile Revert "cleanup docker build" 2023-09-08 22:09:49 +02:00
LICENSE switch to AGPL license 2023-03-25 15:58:32 +04:00
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 v0.1.4 2023-04-13 13:49:12 +01:00
tsconfig.esm.json v0.1.4 2023-04-13 13:49:12 +01:00
tsconfig.json v0.1.4 2023-04-13 13:49:12 +01:00
tsconfig.types.json v0.1.4 2023-04-13 13:49:12 +01:00
yarn.lock Add mango-fills client library 2023-04-08 04:04:36 +01:00

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