Skip to content
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

Make updateSvpState private. Call it from updateCollections #2840

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

julia-zack
Copy link
Contributor

Call updateSvpState from updateCollections.
Make updateSvpState private and adapt tests.

Copy link

github-actions bot commented Nov 7, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@julia-zack julia-zack force-pushed the update_svp_state_from_uc branch from 972acb3 to efabbb1 Compare November 8, 2024 11:59
@julia-zack julia-zack marked this pull request as ready for review November 8, 2024 12:00
@julia-zack julia-zack requested a review from a team as a code owner November 8, 2024 12:00
Copy link
Contributor

@apancorb apancorb left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -129,6 +130,10 @@ void setUp() {
logs
);

ECKey key = RskTestUtils.getEcKeyFromSeed("key");
RskAddress address = new RskAddress(key.getAddress());
when(rskTx.getSender(any())).thenReturn(address); // to not throw when calling update collections
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we explicitly say what this param should be?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated

@julia-zack julia-zack force-pushed the update_svp_state_from_uc branch from efabbb1 to 99bdde2 Compare November 8, 2024 12:33
Copy link

sonarcloud bot commented Nov 8, 2024

Copy link
Contributor

@marcos-iov marcos-iov left a comment

Choose a reason for hiding this comment

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

I was just asking about this on the other PR :)

Nice, merging it so we have all together

@marcos-iov marcos-iov merged commit a84f8a7 into update_state_svp Nov 11, 2024
8 checks passed
@marcos-iov marcos-iov deleted the update_svp_state_from_uc branch November 11, 2024 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants