-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add type table loader. #98
Conversation
Added - Add `async function typeTableLoader({registryEntryId})` option to look up the `typeTable` to use by id for both `encode` and `decode`. Changed - Refactor `registryEntryId` encoding and decoding logic. Trying to be more readable and handle more error and edge cases. This is a work in progress.
- Update actions. - Enable codecov uploading.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #98 +/- ##
==========================================
+ Coverage 88.19% 91.55% +3.36%
==========================================
Files 30 34 +4
Lines 1881 2559 +678
==========================================
+ Hits 1659 2343 +684
+ Misses 222 216 -6
... and 7 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
- Fix lint issue. - Sync types between files. - Improve optional options marking.
- Fail if both typeTable and typeTableLoader are specified. - Add tests.
No description provided.