Skip to content

Merge main into release/v3.x.x#229

Merged
dusan-maksimovic merged 6 commits intorelease/v3.x.xfrom
main
Feb 12, 2025
Merged

Merge main into release/v3.x.x#229
dusan-maksimovic merged 6 commits intorelease/v3.x.xfrom
main

Conversation

@dusan-maksimovic
Copy link
Copy Markdown
Collaborator

Description

Closes: #XXXX

Add a description of the changes that this PR introduces and the files that
are the most critical to review.


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • Targeted the correct branch
  • Included the necessary unit tests
  • Added/adjusted the necessary interchain tests
  • Added a changelog entry in .changelog
  • Compiled the contracts by using make compile and included content of the artifacts directory into the PR
  • Regenerated front-end schema by using make schema and included generated files into the PR
  • Updated the relevant documentation or specification
  • Reviewed "Files changed" and left comments if necessary
  • Confirmed all CI checks have passed

dusan-maksimovic and others added 6 commits January 29, 2025 16:15
* introduce participant's cap

* Introduce snapshot map for total voting power tracking and handle its population

* Added round<->height tracking and implemented validation for users locking in extra_cap based on their voting power in previous round.

* Introduced USER_LOCKS to be able to calculate users voting power at a given height

* - Added test for compunders cap and fixed couple of minor bugs within the new code
- validate_denom() modified to be able to execute for past rounds as well

* fixing errors after merge from main

* added tests for user lock snapshoting and heght<->round tracking

* added transaction to remove the constants at a specified timestamps

* implementation of migration

* CR required changes

* added SNAPSHOTS_ACTIVATION_HEIGHT

* added migration tests

* added changelogs, recompiled contracts and schemas

* added util function for ICQ results mock
* Refactoring vote and adding unvote feature

* Make clippy happy

* Remove unnecessary unvoted_proposals in process_unvotes

* Adding a test case for unvote

* Update wasms

* Improving readability by adding / restoring comments, renaming variables

* Store vote and voting allowed round directly in process_votes

* Adding new test: attempts to unvote non-existing or not-owned locks should fail

* Adding changelog

* Fix HydroBase.client.ts as generated by make schema

* Addressing Dusan's comments
* implement hydro DAO DAO governance support

* added changelog

* CR changes
* Prepare v3.1.0 release

* Regenerate schema

* Regenerate client types

* Change migration and version to v3.1.0

* Fix migration mod
@dusan-maksimovic dusan-maksimovic merged commit c4382a0 into release/v3.x.x Feb 12, 2025
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.

3 participants