-
Notifications
You must be signed in to change notification settings - Fork 72
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
feat: abacus-ts raw data loading #1341
Changes from 38 commits
d2f3489
f887e6c
94ef1e3
71f8dd8
e0e05ff
6ddeb68
7c25ca7
8305f2e
202f169
27acae5
7cd5506
595e1a0
306b31b
7a85a86
91f1196
15621c1
d0855de
fd1a39d
0da5633
3cadec2
1c516a3
f0cfc7a
0198c59
6189fa1
dcc53a8
75ff184
6856775
88cb956
4f4e061
e965fb5
5172c36
5486c65
a6fe44f
bfc405e
917832c
9772e4d
41bb0af
2487d1d
2bbe7af
75c9297
4399e36
684de6b
5fbe076
bd867e9
2ee4069
c9b8375
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@jsr:registry=https://npm.jsr.io | ||
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
"test": "vitest run", | ||
"tsc": "tsc", | ||
"postinstall": "tar -xzC public -f tradingview/tradingview.tgz", | ||
"prepare": "husky", | ||
"prepare": "ts-patch install && typia patch && husky", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I honestly don't know what this is for, the typia installer helper did this. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This is the message I got from installing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the grammar is great There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lmao I have no clue what that even means |
||
"commitlint": "commitlint --edit", | ||
"wdio": "wdio run ./wdio.conf.ts" | ||
}, | ||
|
@@ -56,12 +56,12 @@ | |
"@cosmjs/tendermint-rpc": "^0.32.1", | ||
"@datadog/browser-logs": "^5.23.3", | ||
"@dydxprotocol/v4-abacus": "1.13.39", | ||
"@dydxprotocol/v4-client-js": "1.12.2", | ||
"@dydxprotocol/v4-client-js": "1.15.1", | ||
"@dydxprotocol/v4-localization": "^1.1.257", | ||
"@dydxprotocol/v4-proto": "^7.0.0-dev.0", | ||
"@funkit/connect": "^4.0.2", | ||
"@emotion/is-prop-valid": "^1.3.0", | ||
"@ethersproject/providers": "^5.7.2", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. was this on purpose? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. oop I thought tina removed it There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeah it's not on main i think |
||
"@funkit/connect": "^4.0.2", | ||
"@hugocxl/react-to-image": "^0.0.9", | ||
"@js-joda/core": "^5.5.3", | ||
"@keplr-wallet/types": "^0.12.121", | ||
|
@@ -145,6 +145,7 @@ | |
"reselect": "^5.1.0", | ||
"styled-components": "^6.1.12", | ||
"twin.macro": "^3.4.1", | ||
"typia": "^7.1.0", | ||
"unionize": "^3.1.0", | ||
"use-latest": "^1.2.1", | ||
"viem": "^2.16.2", | ||
|
@@ -155,6 +156,7 @@ | |
"@commitlint/cli": "^19.0.3", | ||
"@commitlint/config-conventional": "^19.0.3", | ||
"@ladle/react": "^4.0.2", | ||
"@ryoppippi/unplugin-typia": "npm:@jsr/ryoppippi__unplugin-typia@^1.1.0", | ||
"@testing-library/webdriverio": "^3.2.1", | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/color": "^3.0.3", | ||
|
@@ -207,9 +209,11 @@ | |
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"stream-browserify": "^3.0.0", | ||
"tailwindcss": "^3.4.6", | ||
"ts-morph": "^24.0.0", | ||
"ts-node": "^10.9.2", | ||
"ts-patch": "^3.3.0", | ||
"tsx": "^4.7.1", | ||
"typescript": "^5.6.3", | ||
"typescript": "^5.7.2", | ||
"url-polyfill": "^1.1.12", | ||
"util": "^0.12.5", | ||
"vite": "^4.3.9", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is for the unplugin-typia install