Commit Graph

  • c85547ca45 Add perp_base_symbol field to perp_bankruptcy master Nicholas Clarke 2022-01-26 12:23:31 -0800
  • b5b7bf783e Add required imports. Nicholas Clarke 2022-01-26 11:57:16 -0800
  • a7dbfd662a Add perp_base_symbol field to liquidate_token_and_perp Nicholas Clarke 2022-01-26 11:55:23 -0800
  • 7d474ed608 Utility function getAllSignatures Nicholas Clarke 2022-01-25 15:50:00 -0800
  • 99bae5a33a Small typo Nicholas Clarke 2022-01-24 16:07:35 -0800
  • 7922403ae2 Add perp market to redeem mngo parsing. Nicholas Clarke 2022-01-24 15:27:22 -0800
  • 5bf322ef00 Add new command "init" to populate some rows into the transactions table (required before the scraper can start). Nicholas Clarke 2022-01-13 14:27:38 -0800
  • 44b3b7027a Throw error where most recent fetched signature has slot less than afterSlot Nicholas Clarke 2022-01-12 23:41:52 -0800
  • 7fdb6d1a9a Revert accidental commit. Nicholas Clarke 2022-01-12 21:54:38 -0800
  • a3d5bffb62 Add parser for the now deprecated instruction ForceSettleQuotePositions Nicholas Clarke 2022-01-12 21:53:36 -0800
  • f59c55b1d8 Merge remote-tracking branch 'origin/master' Nicholas Clarke 2022-01-12 15:03:13 -0800
  • 18a8082a9b Seems to be an issue where refreshing too quickly leads to the code not stopping at the latest signature. Nicholas Clarke 2022-01-12 15:02:11 -0800
  • a251b139f5
    Merge pull request #5 from silas-x/master Nicholas Clarke 2022-01-11 09:04:13 -0800
  • 70e0e69dcc
    new feature: code security scanning silas 2022-01-10 19:58:23 +0000
  • 76506635fa
    new feature: dependency vuln scanning silas 2022-01-10 19:57:51 +0000
  • 6797b01b2c Allow parsers to run in parallel. Allow restrict inserting of signatures to one process only. Nicholas Clarke 2022-01-10 11:44:52 -0800
  • 83decc09c8 Add BNB, AVAX, LUNA spot. Nicholas Clarke 2022-01-09 12:42:57 -0800
  • d1a76d7147 Add Luna. Nicholas Clarke 2022-01-04 00:07:02 -0800
  • ba9d8abaad Add base symbol to settle fees and settle pnl parsers. Nicholas Clarke 2021-12-22 10:13:49 -0800
  • 3f6c14c111 Bugfix on fill event price parsing. Nicholas Clarke 2021-12-22 09:29:17 -0800
  • d35e0107b1 Fix bug by renaming field to reflect typo in mango_logs.json (lol) Nicholas Clarke 2021-12-16 22:23:28 -0800
  • 76f8f03eba Update mango client - required for updated mango_logs.json Nicholas Clarke 2021-12-16 22:11:33 -0800
  • 5d8cb0e52a Fix testing code to work with recent refactor Nicholas Clarke 2021-12-16 16:37:08 -0800
  • b7e3424275 Add parsed for CancelAllPerpOrders Nicholas Clarke 2021-12-16 16:36:17 -0800
  • e3d4401c53 Commit yarn.lock for heroku Nicholas Clarke 2021-12-14 09:36:55 -0800
  • 43ac55bf14 Update package.json Nicholas Clarke 2021-12-14 09:34:40 -0800
  • 36f1021869 Counter is off by one. Nicholas Clarke 2021-12-14 09:34:20 -0800
  • 3b9412cc14 Add PARSING_BATCH_SIZE as an environmental variable. Nicholas Clarke 2021-12-14 09:25:46 -0800
  • 319153140d Reduce risk of inconsistent DBs on code interruption. Nicholas Clarke 2021-12-14 09:24:40 -0800
  • b6ff171a3d Added BNB, AVAX. Nicholas Clarke 2021-12-14 09:04:17 -0800
  • 25693f6539 Store maker_client_order_id and taker_client_order_id from perp fill event. Nicholas Clarke 2021-12-07 00:20:22 -0800
  • aef85a6530 Refactoring to reduce DB space requirements - no longer store entire transaction. Nicholas Clarke 2021-12-07 00:19:50 -0800
  • 067ca2b087 Throw error when logs are truncated. Nicholas Clarke 2021-12-07 00:18:34 -0800
  • 621579eb22 Added MSOL Nicholas Clarke 2021-12-07 00:17:48 -0800
  • 60b467ffe5
    Merge a9deb95820 into 34e59c29ec tjshipe 2021-12-07 00:06:54 -0800
  • 34e59c29ec Add procfile Nicholas Clarke 2021-11-15 16:51:15 -0800
  • 0d93e12851
    Merge pull request #4 from blockworks-foundation/ts/anchorevents Nicholas Clarke 2021-11-06 23:09:52 -0700
  • f7a25fa56b Support additional spot and perp markets. Nicholas Clarke 2021-11-06 23:07:56 -0700
  • a9deb95820 Upgrade mango-client to get new market in ids.json ts/new-markets Tyler Shipe 2021-11-01 18:09:25 -0400
  • 093c3d4185 Handle CPI instructions. Nicholas Clarke 2021-11-01 14:34:59 -0700
  • 9a2e553840 Bugfixes + ignore CachePerpMarkets logs (parse updateFunding only) Nicholas Clarke 2021-11-01 14:34:33 -0700
  • 2868fa2691
    Merge pull request #2 from blockworks-foundation/ts/anchorevents Nicholas Clarke 2021-10-19 09:16:56 -0700
  • 40970da3ff Bugfixes - liquidateTokenAndPerp, tokenBalance Nicholas Clarke 2021-10-19 09:12:57 -0700
  • 2fc8605bc9 Various bugfixes to anchor parsers - net balances, fill events, openOrdersBalance. Nicholas Clarke 2021-10-18 22:45:06 -0700
  • ff8a3c0f37 Convert values in MngoAccrual and OpenOrdersBalance to Ui amounts. Nicholas Clarke 2021-10-18 14:15:48 -0700
  • 2d94d75a10 Added parsers for UpdateRootBankLog, CachePerpMarketsLog, OpenOrdersBalanceLog, MngoAccrualLog Nicholas Clarke 2021-10-17 23:21:27 -0700
  • 2de3415975 Switch between json log parsing and anchor event parsing using transaction slot. Nicholas Clarke 2021-10-17 21:50:48 -0700
  • 05eb106a77 Merge remote-tracking branch 'origin/master' into ts/anchorevents Nicholas Clarke 2021-10-17 15:28:59 -0700
  • 1acc0697a2 Rename parstTransactions.ts to parseAnchorTransactions.ts Nicholas Clarke 2021-10-17 15:17:08 -0700
  • f5d711f04b updated price and quantity adjustments in FillLog dd 2021-10-17 17:46:35 -0400
  • 70e0a3b1d6
    Merge pull request #1 from blockworks-foundation/dd/fundinglog Nicholas Clarke 2021-10-17 14:45:01 -0700
  • cfbe9923ba Parsing fixes for settle pnl and settle fees Nicholas Clarke 2021-10-17 14:43:15 -0700
  • a18e0b89c0 added update_funding to perp bankruptcy; untested dd 2021-10-16 19:51:59 -0400
  • 35462c3bf4 wip: add liquidate and settle pnl/fees parsing Tyler Shipe 2021-10-14 12:12:14 -0400
  • 2d69d1e959 wip: remove unnecessary array destructuring Tyler Shipe 2021-10-14 02:58:04 -0400
  • e49e7cc479 wip: parse new anchor style events Tyler Shipe 2021-10-14 01:31:06 -0400
  • 0928b4e5de Log messages start with ""Program log: " - need to account for this when parsing. Nicholas Clarke 2021-10-08 00:13:57 -0700
  • 22f22cb016 using prettier; implemented update funding dd 2021-10-07 16:47:08 -0700
  • e0a8e971e9 Initial commit. Nicholas Clarke 2021-09-28 14:52:55 -0700