-
Notifications
You must be signed in to change notification settings - Fork 326
[OPDATA-3889] Ftse EA Parsing Utils #3993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 11 commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
e807511
Initial commit for split
chray-zhang 638bf65
dependencies
chray-zhang 620f1ff
Changeset
chray-zhang 73628d2
comma
chray-zhang 6129575
cleanup
chray-zhang b631b7f
Revision
chray-zhang a53b80f
Removed unused imports
chray-zhang a8cef07
Revision for comments
chray-zhang 7fb0283
Removed unused import
chray-zhang 950ff3b
Revision
chray-zhang c794c4b
Merge branch 'main' into ftse-utils
chray-zhang b6eb2e7
Revision #3
chray-zhang 9ee7b6d
Fixed test
chray-zhang 82cce90
Revision and removed this.convertValue
chray-zhang 745e0c3
Fixed build
chray-zhang 176a3bf
Renaming and refactoring
chray-zhang cfbe2ba
Merge branch 'main' into ftse-utils
chray-zhang 8781e1e
Revision build
chray-zhang 9e98946
Fixed comments
chray-zhang 31feea8
revision
chray-zhang 018a805
Revision
chray-zhang 944984f
removed unnecc check
chray-zhang 9554864
Fixed build
chray-zhang 080cb91
Revision
chray-zhang 1c9ff59
removed anys
chray-zhang 5543807
Fixed test
chray-zhang 4539ffc
Removed test
chray-zhang 64b1f62
Revision
chray-zhang c2c3739
Revision
chray-zhang 22b53a9
Revision
chray-zhang 4faddaa
Revision
chray-zhang 452c438
Merge branch 'main' into ftse-utils
chray-zhang d1fb425
Merge branch 'main' into ftse-utils
chray-zhang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@chainlink/ftse-sftp-adapter': minor | ||
| --- | ||
|
|
||
| Added parser utils for FTSE EA |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+21.9 KB
.yarn/cache/@sinonjs-fake-timers-npm-14.0.0-a3a0f6aa25-da9f7797fd.zip
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -66,6 +66,7 @@ | |
| "xsushi-price", | ||
| "coinbase-prime", | ||
| "harris-and-trotter", | ||
| "nav-consulting" | ||
| "nav-consulting", | ||
| "ftse-sftp" | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| { | ||
| "name": "@chainlink/ftse-sftp-adapter", | ||
| "version": "0.0.0", | ||
| "description": "Chainlink ftse-sftp adapter.", | ||
| "keywords": [ | ||
| "Chainlink", | ||
| "LINK", | ||
| "blockchain", | ||
| "oracle", | ||
| "ftse-sftp" | ||
| ], | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "repository": { | ||
| "url": "https://github.com/smartcontractkit/external-adapters-js", | ||
| "type": "git" | ||
| }, | ||
| "license": "MIT", | ||
| "scripts": { | ||
| "clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo", | ||
| "prepack": "yarn build", | ||
| "build": "tsc -b", | ||
| "server": "node -e 'require(\"./index.js\").server()'", | ||
| "server:dist": "node -e 'require(\"./dist/index.js\").server()'", | ||
| "start": "yarn server:dist" | ||
| }, | ||
| "dependencies": { | ||
| "@chainlink/external-adapter-framework": "2.7.0", | ||
| "csv-parse": "5.5.6", | ||
| "decimal.js": "^10.5.0", | ||
| "tslib": "^2.3.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@sinonjs/fake-timers": "^14.0.0", | ||
| "@types/jest": "^29.5.14", | ||
| "@types/node": "22.14.1", | ||
| "jest": "^29.7.0", | ||
| "jest-util": "^29.7.0", | ||
| "nock": "13.5.6", | ||
| "ts-jest": "^29.2.5", | ||
| "typescript": "5.8.3" | ||
| } | ||
| } |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.