Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions docs/components/adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,26 +127,6 @@ export const adapter = new Adapter({
})
```

## Test Payload

The test payload is not specified as a parameter for an adapter. It is defined in the `test-payload.json` file in the root-level of the adapter folder. It is used for soak testing the adapter. An example of this file is shown below.

```json
{
"requests": [
{
"base": "ETH",
"quote": "USD"
},
{
"base": "JPY",
"quote": "USD",
"endpoint": "forex"
}
]
}
```

## Request Validation & Transformation

This diagram expands on the `Validation Middleware` section of the `EA v3 Design` diagram in [Basics](../basics.md#ea-v3-design)
Expand Down
1 change: 0 additions & 1 deletion docs/guides/creating-a-new-v3-ea.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ adapter // Name after the adapter
├─ package.json
├─ CHANGELOG.md // Content auto-updated through changesets
├─ README.md // Content auto-generated by CI scripts
├─ test-payload.json
├─ tsconfig.json
└─ tsconfig.test.json
```
Expand Down
1 change: 0 additions & 1 deletion scripts/generator-adapter/generators/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export default class extends Generator.default {
'CHANGELOG.md',
'package.json',
'README.md',
'test-payload.json',
'tsconfig.json',
'tsconfig.test.json',
]
Expand Down

This file was deleted.

Loading