-
Notifications
You must be signed in to change notification settings - Fork 31
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
Npm #39
Conversation
Add indentation Co-authored-by: Nick Johnson <arachnid@notdot.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.
I see some redundant logging boilerplate being added to each gateway. Can that be abstracted into common code?
I work on this in another branch. moved the logResult into server-analytics library. |
* remove log result util * bump server-analytics version, update types and functions * bypass frozen-lockfile flag for deps update * bypass frozen-lockfile flag for deps update * lint * revert frozen-lockfile flag * keep rozen-lockfile disabled * lint
Co-authored-by: Nick Johnson <arachnid@notdot.net>
* move propsDecoder * Add Request as type * Update workers-types * Fix lint error
This PR makes the following changes
crosschain-resolver
andcrosschain-reverse-resolver
to https://github.com/ensdomains/ens-evmgatewayevm-gateway
,evm-verifier
,l1-gateway
,l1-verifier
as npm modules.worker.ts
script currently has some redundant code which @mdtanrikulu will handle with different PR)