Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Feat(validator)/claimer #417
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
base: dev
Are you sure you want to change the base?
Feat(validator)/claimer #417
Changes from all commits
4e39a03
e6b5d7e
829bd77
fc5020c
e367173
c488c4a
a91a9c6
4ef27a7
4c7d59a
89b6b0b
cffaa00
9a7cc65
025345e
3a2ff60
f7ec86f
7b9ffa0
cd47f5f
6e34daa
d66c455
e4c617f
c54c899
f47ec8a
b2bf8d8
13d6e2b
979394b
de4b1b6
ee90f37
c3d2a23
4aa595a
28e6095
23937af
c9dbe57
30b174d
62f36b8
9affefb
84081ea
43e8021
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Still needed?
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.
Will remove these 👍
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.
💡 Verification agent
🧩 Analysis chain
Updated PM2 and removed Web3 dependencies
^5.2.2
to^6.0.5
, which aligns with the PR objective of adding PM2 support.web3
andweb3-batched-send
dependencies have been removed, suggesting a shift in how the application interacts with the blockchain.🏁 Script executed:
Length of output: 277
Action Required: Remove Remaining Web3 References
The changes in
validator-cli/package.json
correctly update PM2 to^6.0.5
and remove the Web3-related dependencies. However, verification revealed that the filerelayer-cli/src/utils/relay.ts
still imports:import Web3 from "web3";
import initializeBatchedSend from "web3-batched-send";
Please update or remove these imports to ensure consistency with the dependency removals and to prevent potential runtime issues.