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

Auto liquidity cleanup fixes #4399

Merged
merged 5 commits into from
Aug 28, 2022
Merged

Conversation

bogdan-rosianu
Copy link
Contributor

Description of the reasoning behind the pull request (what feature was missing / how the problem was manifesting itself / what was the motive behind the refactoring)

  • the current vm-common has some issues with the auto liquidity removal

Proposed Changes

  • reference a version with fixes

Testing procedure

  • liquidity should be removed accordingly

@bogdan-rosianu bogdan-rosianu self-assigned this Aug 26, 2022
go.mod Outdated
@@ -12,7 +12,7 @@ require (
github.com/ElrondNetwork/elrond-go-core v1.1.19
github.com/ElrondNetwork/elrond-go-crypto v1.0.1
github.com/ElrondNetwork/elrond-go-logger v1.0.7
github.com/ElrondNetwork/elrond-vm-common v1.3.14
github.com/ElrondNetwork/elrond-vm-common v1.3.15-0.20220825161922-b9b0bd5da6e0
Copy link
Contributor

Choose a reason for hiding this comment

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

please create a proper 1.3.15 release

Copy link
Contributor Author

Choose a reason for hiding this comment

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

used the proper release.
I cannot target it towards rc/2022-july since the branch cannot be tested without PR #4395
The target branch will automatically be updated after it is merged. fyi @iulianpascalau

Copy link
Contributor

@iulianpascalau iulianpascalau left a comment

Choose a reason for hiding this comment

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

Proper release + redirect the PR towards rc/2022-july branch

Base automatically changed from EN-12987-add-multiple-allowed-addresses to rc/2022-july August 28, 2022 14:19
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (rc/2022-july@cdcf7e0). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff               @@
##             rc/2022-july    #4399   +/-   ##
===============================================
  Coverage                ?   73.91%           
===============================================
  Files                   ?      677           
  Lines                   ?    86864           
  Branches                ?        0           
===============================================
  Hits                    ?    64207           
  Misses                  ?    17863           
  Partials                ?     4794           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Collaborator

@gabi-vuls gabi-vuls left a comment

Choose a reason for hiding this comment

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

System test passed.

@gabi-vuls gabi-vuls merged commit f1564dd into rc/2022-july Aug 28, 2022
@gabi-vuls gabi-vuls deleted the EN-12995-liq-cleanup-fixes branch August 28, 2022 19:45
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.

None yet

5 participants