Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: create chain data directory if it doesn't exist (#331) * Upgrade chainsauce (#315) * chore: upgrade chainsauce package * chore: vendor in chainsauce cache * feat: update indexer to use new chainsauce interface * chore: reorganize abis as a flat map * chore: restore roundcreted event rename * chore: configure new json storage * fix: unused import * fix: await live indexer * fix: indexer watch after catchup * chore: update event handler builder * fix: set event poll interval to 20 seconds * fix: index project registry v2 * feat: update applications in parallel * feat: fix up disk cache * fix: use strict null check in cache * fix: do not silence disk write errors * feat: allow disabling chainsauce cache * chore: rename diskCache to deprecatedDiskCache * fix: error handling for live indexing * feat: use event types from chainsauce * fix: snapshot differences * feat: change to eventemitter interface * chore: update new chainsauce rpc client interface * fix: calculator vote assignment * fix: @typescript-eslint/unbound-method linter error for subscribeToContract * fix: handle event handler errors * fix: proportional match test * enh: use object for clearer logging * fix: use hex type * fix: shorten log call * chore: remove leftover conflict marker * feat: implement resource monitor (#330) * feat: implement resource monitor * fix: monitor configured storage directories * fix: check specific directory * chore: move polyfilled types to types.d.ts * fix: boolean coercion to enable res monitor * fix: resourcemonitor test * feat: check in types.d.ts * feat: separate tests * fix:r esourcelog import * feat: sqlite backed indexing * fix: update polygon usdc to native usdc (#334) feat: update polygon usdc to native usdc * Add dai support to pgn mainnet (#335) feat: dai support to pgn mainnet * postgres poc * postgres poc * Add gist valueless token on optimism (#341) feat: gist valueless token on optimism * fix: gist address (#343) * fix: gist address * chore: update voteAmountCap for gist --------- Co-authored-by: eagle <[email protected]> * fix: update polygon usdc to native usdc (#334) feat: update polygon usdc to native usdc * Add dai support to pgn mainnet (#335) feat: dai support to pgn mainnet * Add gist valueless token on optimism (#341) feat: gist valueless token on optimism * fix: gist address (#343) * fix: gist address * chore: update voteAmountCap for gist --------- Co-authored-by: eagle <[email protected]> * handle invalid dates * feat: switch to pg, use schemas to namespace versions * feat: data driven database repository * chore: remove unused migrations from drizzle * chore: delete drizzle * sorry i have no idea * chore: update chansauce for postgres support * feat: add rpc logger * fix: lint * feat: add docker compose * fix: allow json fields in postgraphile * feat: add simplify names plugin * feat: simplify grapql names * feat: snake case postgres columns * feat: update chainsauce for batched indexing * feat: index prices in postgres * feat: add postgraphile filters * fix: tests * feat: handle event tests * fix: handle event tests * chore: remove snapshot scripts * buffered event inserts, cached round match amount, delete price updater * update chainsauce * fix price fetching * feat: multi chain prices * round and app stats * async donation handling * get contract name for event * fix tests * rename mutation to changeset * rename mutation to changeset * rename mutation to changeset * reduce log noise * fix retry for coingecko and rpc * reduce log noise * add tags to rounds and projects * donor address index * add changeset * update chainsauce * WIP * fix registry abi * index allo v2 profiles creation * temporarily set projectNumber to 0 for allo v2 profiles * fix linter * bump version and index all chains in staging * plain methods for querying * split allov1 and allov2 * stop logging rpc calls * refactor to use new query methods * fix tests * update readme * unnest storage dir one level * parse address in calculator * fix: applications unique donors count * fix: remove duplicate pluralistic * fix tests * fix linter * increase data version and enable staging deployments --------- Co-authored-by: eagle <[email protected]> Co-authored-by: Atris <[email protected]> Co-authored-by: Andrea Franz <[email protected]>
- Loading branch information