Skip to content

Commit b678a5c

Browse files
Adds DBAG EA (#4009)
* Adds initial draft of the DBAG EA * Refactoring * handle ERR_INVALID_ARG_TYPE error * Adds unit tests * Tests * Decimal js * Adds tests and market in params * Changeset * Minor edits * Fix tests * Fix test * Fix tests * Address comments * Remove debugging * nits * Adds 15 digits precision * Non-null returns for EA response * Fixes test --------- Co-authored-by: Alex Kuznicki <[email protected]>
1 parent 671e5f8 commit b678a5c

36 files changed

+4462
-2
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chainlink/deutsche-boerse-adapter': major
3+
---
4+
5+
Adds first release of the Deutsche Boerse EA

.pnp.cjs

Lines changed: 123 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
27.5 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
9.55 KB
Binary file not shown.

packages/sources/deutsche-boerse/CHANGELOG.md

Whitespace-only changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Chainlink External Adapter for deutsche-boerse
2+
3+
This README will be generated automatically when code is merged to `main`. If you would like to generate a preview of the README, please run `yarn generate:readme deutsche-boerse`.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: v2
2+
plugins:
3+
- remote: buf.build/bufbuild/es
4+
out: src/gen
5+
opt:
6+
- target=ts
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version: v2
2+
modules:
3+
- path: src/proto

0 commit comments

Comments
 (0)