Go to file
Riordan Panayides 488f363119 v0.1.4
- Use correct WebSocket implementation in browser
- Pass reconnectionAttemptsExhausted to onDisconnect
- Add disconnect function
- Fix package types
2023-04-13 13:49:12 +01:00
.github/workflows Fix workflow syntax error 2022-10-08 13:08:43 +01:00
cd Refactoring, Fills Feed changes (#1) 2023-04-07 16:27:54 +01:00
ci Restore CI scripts 2023-01-04 00:03:16 +00:00
connector Refactoring, Fills Feed changes (#1) 2023-04-07 16:27:54 +01:00
lib Refactoring, Fills Feed changes (#1) 2023-04-07 16:27:54 +01:00
service-mango-crank Refactoring, Fills Feed changes (#1) 2023-04-07 16:27:54 +01:00
service-mango-fills Fix HeadUpdate seq_nums 2023-04-08 02:31:59 +01:00
service-mango-orderbook Refactoring, Fills Feed changes (#1) 2023-04-07 16:27:54 +01:00
service-mango-pnl Refactoring, Fills Feed changes (#1) 2023-04-07 16:27:54 +01:00
ts/client v0.1.4 2023-04-13 13:49:12 +01:00
.dockerignore Add docker build and fly deployment actions (#2) 2022-09-20 23:01:24 +02: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 Refactoring, Fills Feed changes (#1) 2023-04-07 16:27:54 +01:00
Cargo.toml jsonrpc dep: Work with vanilla v18.0.0 2023-03-21 11:34:05 +01:00
Dockerfile Enable cargo-chef 2023-04-08 02:32:17 +01:00
LICENSE switch to AGPL license 2023-03-25 15:58:32 +04:00
README.md Update CD, dependencies, READMEs 2023-01-11 15:40:36 +00:00
package.json v0.1.4 2023-04-13 13:49:12 +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.

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

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