Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
8ed5d7a
FTSE EA Transport Util functions
chray-zhang Aug 25, 2025
81d7db7
Changeset and name change
chray-zhang Aug 25, 2025
6eb519b
Changeset
chray-zhang Aug 25, 2025
56e9158
Check style and linting
chray-zhang Aug 25, 2025
525d225
Fixed tests
chray-zhang Aug 25, 2025
3481ff3
Linting
chray-zhang Aug 25, 2025
aa02878
pnp file
chray-zhang Aug 25, 2025
df9eb5a
fixed naming
chray-zhang Aug 25, 2025
b0f16b7
Formatting
chray-zhang Aug 25, 2025
8528434
depedencies
chray-zhang Aug 25, 2025
cb9cc0e
index.ts
chray-zhang Aug 25, 2025
8f77a1d
Empty source for just the transport utils
chray-zhang Aug 25, 2025
960be7d
fixed generate script
chray-zhang Aug 25, 2025
48369e4
Empty endpoint no server
chray-zhang Aug 25, 2025
8580c6a
Added to blocklist to remove adapter
chray-zhang Aug 26, 2025
3edbcb6
Changed package name
chray-zhang Aug 26, 2025
4f73815
Dependencies
chray-zhang Aug 26, 2025
5146892
Breaking PR up even more
chray-zhang Aug 26, 2025
8207ec2
First csv parsing commit
chray-zhang Aug 25, 2025
66ac793
FTSE100 and Russell Parsers
chray-zhang Aug 26, 2025
13dac67
Fixed factory
chray-zhang Aug 26, 2025
f7bc0e1
Revert "Breaking PR up even more"
chray-zhang Aug 26, 2025
861dd69
Full endpoint and unit tests
chray-zhang Aug 27, 2025
1c2a506
Fixed tests
chray-zhang Aug 27, 2025
c41571c
Revision
chray-zhang Aug 27, 2025
2dd4715
First csv parsing commit
chray-zhang Aug 25, 2025
a1079f9
FTSE100 and Russell Parsers
chray-zhang Aug 26, 2025
02037ab
Fixed factory
chray-zhang Aug 26, 2025
37c7a71
Fixed parsing
chray-zhang Aug 27, 2025
870612e
Linting
chray-zhang Aug 27, 2025
9fc0598
Refactored to include csv-parse
chray-zhang Aug 27, 2025
e50cc12
Merge branch 'csv-parsing-utils' into full-ftse-ea
chray-zhang Aug 27, 2025
ba95c3b
Fixed parsing and testing
chray-zhang Aug 27, 2025
3b49813
Editted parsers to parse out the appropriate things
chray-zhang Aug 27, 2025
8830ee2
Final EA Specs
chray-zhang Aug 28, 2025
ef5273a
Fixed params to be easier
chray-zhang Aug 28, 2025
e390f97
Fixed russel parser
chray-zhang Aug 28, 2025
9c88bd9
Transport test
chray-zhang Aug 28, 2025
824928c
Merge branch 'csv-parsing-utils' into full-ftse-ea
chray-zhang Aug 28, 2025
3815593
Fixed tests
chray-zhang Aug 28, 2025
77f1258
Changeset and re-add to readme gen
chray-zhang Aug 28, 2025
ed140da
Fixed adapter test
chray-zhang Aug 28, 2025
2b1898c
Fixed compile tests
chray-zhang Sep 2, 2025
c8098e6
Fixed test and lint
chray-zhang Sep 2, 2025
5b8d282
Created fallback method
chray-zhang Sep 2, 2025
fbd347a
Removed list response thats unused
chray-zhang Sep 2, 2025
7c7fa3a
Formatting
chray-zhang Sep 2, 2025
b5dd0fd
Removed operation parameter
chray-zhang Sep 2, 2025
b12dd93
Removed dynamic importing
chray-zhang Sep 2, 2025
a09052d
Static csv row and test changes
chray-zhang Sep 2, 2025
9569763
Merge branch 'main' into full-ftse-ea
chray-zhang Sep 4, 2025
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
5 changes: 5 additions & 0 deletions .changeset/lucky-humans-fly.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@chainlink/ftse-sftp-adapter': major
---

External Adapter to connect to FTSE's SFTP file server
239 changes: 239 additions & 0 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions packages/sources/ftse-sftp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Chainlink External Adapter for ftse-sftp

This README will be generated automatically when code is merged to `develop`. If you would like to generate a preview of the README, please run `yarn generate:readme <ADAPTER_NAME>`.
Loading
Loading