-
Notifications
You must be signed in to change notification settings - Fork 1
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
chore: setup TypeScript type checking #208
Conversation
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
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.
As far as I understand typescript, lgtm, and thank you for kicking this off!
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
@juliangruber added a few more commits to fix the remaining issue and address your comment. The PR is ready for final review and landing. |
@@ -2,6 +2,7 @@ import assert from 'node:assert' | |||
import * as Sentry from '@sentry/node' | |||
import { preprocess } from './lib/preprocess.js' | |||
import { evaluate } from './lib/evaluate.js' | |||
// TODO: implement typings - see https://github.com/filecoin-station/on-contract-event/issues/2 |
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.
I think we should switch to ethers@6 instead
See space-meridian/roadmap#80
The content of
tsconfig.json
is from station-core:https://github.com/filecoin-station/core/blob/01e9a9f6169c6df5dc152bf7d89b04bade3e5d70/tsconfig.json)
Out of scope/follow-up issues: