Eli

Results 9 issues of Eli

#### What would you like to be added: For invalid queries (e.g. https://ocean.defichain.com/v0/mainnet/poolpairs/dexprices?denomination=NOSUCHTOKEN), return error details - something akin to `/poolpair` error response: ```json { "error": { "code": 404, "type":...

good first issue
kind/feature
triage/accepted
area/apps
apps/whale-api

#### What would you like to be added: - A centralised indexer for `AccountHistory` and possibly more. #### Why is this needed: - Legacy-api `/v1/getsubgraphswaps` endpoint is very slow due...

kind/feature
triage/accepted
area/apps

#### What would you like to be added: By design, this prevents accidental invalidation of a large chain fork. But this proves to be problematic as a chain might be...

kind/feature
needs/triage
area/apps
apps/whale-api

## To merge after build and release workflow is ready Then we can freeze whale and move everyone over for 100% feature parity and release stability before performing the refactor...

kind/chore
area/apps

### Ready to merge but app is still a work in progress #### What this PR does / why we need it: Scaffolds a solution for #1150 - A new...

kind/feature
area/packages
area/apps

### Ready to merge but app is still a work in progress (the smaller the PR, the easier to review) #### What this PR does / why we need it:...

kind/feature
area/packages
area/apps

#### What this PR does / why we need it: Block invalidation (triggering deletes on the tables when a block is invalidated) #### Which issue(s) does this PR fixes?: Fixes...

kind/feature
area/packages
area/apps

…swap rpc (#1065) #### What this PR does / why we need it: Adds the `path` and `verbose` params to the `testpoolswap` rpc call #### Which issue(s) does this PR...

kind/feature
area/packages

#### What this PR does - A quick change to export `AssetName` #### Why - Prevent downstream packages from having to import from `dist` ```ts import { AssetName } from...