external-adapters-js icon indicating copy to clipboard operation
external-adapters-js copied to clipboard

Monorepo containing JavaScript implementation of external adapters

Results 64 external-adapters-js issues
Sort by recently updated
recently updated
newest added

Adapters removed: - accuweather - agoric - alpine - anchor - augur - binance-dex - bob - bsol-price - cache.gold - ccip-read - circuit-breaker - coincodex - conflux - crypto-volatility-index...

## Description There is a bug in the L2 Sequencer health EA where the EA does not correctly correctly check that the L2 network's block height is growing. The issue...

## Description NovaPoshta Adapter for tracking parcels. ## Steps to Test ```bash $ yarn test packages/sources/novaposhta/test/unit/tracking.test.ts PASS packages/sources/novaposhta/test/unit/tracking.test.ts Test Suites: 1 passed, 1 total Tests: 1 passed, 1 total Snapshots:...

I've been trying to make my own external adapter based off an example in this repo, but I've been having some issues because all the pieces of code I need...

Hello, friends. I created an adapter, ```bash ⚠️ NOTICE: Adapter changes must also have a changeset. Generate a changeset with 'yarn changeset' and include it in your commit. ``` but...

This code should be extracted form this loop, for readability. 1. So the idea is to do N checks, and if any of them fail we confirm with the dummy...

Error messages like `Could not retrieve valid data` currently do not show the ticker / pair for which this occurred. Having this in the log would be helpful for troubleshooting...

### Description External Adapters accept overrides as input parameters or as hardcoded configuration within the EA. These traditionally are used for symbol to symbol conversions when a data provider requires...