Eli
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":...
#### 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...
#### 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...
## 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...
### 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...
### 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:...
#### 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...
…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...
#### What this PR does - A quick change to export `AssetName` #### Why - Prevent downstream packages from having to import from `dist` ```ts import { AssetName } from...