Use Subgraph & Batched Events #3

Merged
Theo merged 9 commits from tornadocontrib/nova-ui:events-simple into master 2024-05-09 00:34:31 +03:00
Contributor

Due to OOM and poor ts-loader support ( The ts-loader wouldn't recognize .ts files lol ), I have ended up transpiling typescript service codes to commonjs by hand ( Copy pasted code & removed type definitions and exports )

Related: #1

OOM issue

https://github.com/webpack/webpack/issues/2396
https://github.com/GoogleChromeLabs/worker-plugin/issues/30

Recreated PR without built files

To build files use the following command

yarn build

or

yarn generate

And to update events

yarn update:events
Due to OOM and poor ts-loader support ( The ts-loader wouldn't recognize .ts files lol ), I have ended up transpiling typescript service codes to commonjs by hand ( Copy pasted code & removed type definitions and exports ) Related: https://git.tornado.ws/tornadocash/nova-ui/pulls/1 OOM issue https://github.com/webpack/webpack/issues/2396 https://github.com/GoogleChromeLabs/worker-plugin/issues/30 Recreated PR without built files To build files use the following command ``` yarn build ``` or ``` yarn generate ``` And to update events ``` yarn update:events ```
tornadocontrib added 9 commits 2024-05-08 23:24:22 +03:00
Theo merged commit bb46f01dcf into master 2024-05-09 00:34:31 +03:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tornadocash/nova-ui#3
No description provided.