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.
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
BE-586 | Claimbot #524
BE-586 | Claimbot #524
Changes from 28 commits
cd919d6
25746a1
801f9f4
53dc4b8
d349b3f
dbc37ec
a629788
3d1c9b6
c548460
f37ac1d
ad494d3
ac10250
b7e3e6c
0183cce
f139b10
54d41bd
92ee4b2
5a93a63
811bfac
f2084e0
54a4d82
6bc4139
89df2a6
a94eea3
46cf981
3c90eb8
3e2d513
0ff913b
fc39dd7
3216bb1
b1ecbf4
8a8ef15
adb286c
d298179
131ba9e
172b2ad
d11fbf2
beee769
2593bc0
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.
🛠️ Refactor suggestion
Consider adding configuration parameters for fine-grained control.
The plugin configurations could benefit from additional parameters to control their behavior:
This would provide more flexibility in different environments without requiring code changes.
Example structure:
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.
Consider abstracting all of the chain clients behind a struct
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.
Add input validation and consider connection management.
The constructor could be improved in several ways:
Consider adding validation and cleanup: