Skip to content

feat: update controller to inherit from BaseControllerV2 #397

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

Merged
merged 20 commits into from
Aug 22, 2024

Conversation

cryptodev-2s
Copy link
Contributor

SmartTransactionController has been updated to inherit from StaticIntervalPollingController instead of StaticIntervalPollingControllerV2

Fixes #385

},

this.update((state) => {
state.smartTransactionsState.smartTransactions[chainId][currentIndex] = {

Check warning

Code scanning / CodeQL

Prototype-polluting assignment Medium

This assignment may alter Object.prototype if a malicious '__proto__' string is injected from
library input
.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@legobeat any thoughts on how to fix this issue ?

@cryptodev-2s cryptodev-2s requested a review from MajorLift August 21, 2024 11:54
@cryptodev-2s cryptodev-2s requested a review from MajorLift August 22, 2024 13:46
MajorLift
MajorLift previously approved these changes Aug 22, 2024
Copy link

@MajorLift MajorLift left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@cryptodev-2s cryptodev-2s dismissed MajorLift’s stale review August 22, 2024 14:11

The merge-base changed after approval.

@cryptodev-2s cryptodev-2s requested a review from MajorLift August 22, 2024 14:11
@cryptodev-2s cryptodev-2s merged commit 80013a4 into main Aug 22, 2024
16 checks passed
@cryptodev-2s cryptodev-2s deleted the feature/update-to-base-controller-v2 branch August 22, 2024 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to BaseControllerV2
3 participants