-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #334 from metaDAOproject/feat/performance
Feat: restructuring, cleansing, performance improvements, RPC failover
- Loading branch information
Showing
61 changed files
with
5,080 additions
and
1,088 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
TODO | ||
|
||
[] Insert conditional prices when new proposal is indexed - DONE | ||
[] Manage database connections better - probably a connection pool with dedicated channels for each major component | ||
[] Add telemetry - probably log calltrace when indexer crashes | ||
[] Add logging for db connections and health checks | ||
[] Unify v3 and v4 indexers to both either use croner or regular intervals (currently v3 uses cron and v4 uses regular intervals) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ALTER TABLE "markets" ADD COLUMN "base_amount" numeric;--> statement-breakpoint | ||
ALTER TABLE "markets" ADD COLUMN "quote_amount" numeric; |
Oops, something went wrong.