Voter lens upgrade#1076
Merged
Merged
Conversation
- Introduced MarketVoteInfo struct to encapsulate market voting details. - Implemented getAllMarketVotes function to retrieve voting information for a given liquidity provider. - Updated ABI and deployment files to reflect the new function and struct. - Changed contract addresses in deployment files to new implementations.
- Added veION configuration parameters in lisk.ts for liquidity token management. - Updated DevTesting contract to include a new testVoteUser function for voting logic and adjusted user addresses in test functions. - Refactored deployment script to streamline the process of setting LP tokens, adding markets, and deploying reward accumulators and bribes. - Improved error handling and logging for deployment transactions.
- Removed the MarketVoteInfo struct from VoterLens contract. - Updated deployment scripts for veION and voter to set the owner as deployer instead of multisig. - Ensured consistency in deployment configurations.
- Implemented getTotalMarketVotes function in VoterLens to calculate total market votes across all liquidity tokens. - Updated DevTesting contract with new test functions for total and individual market votes. - Adjusted user addresses in test functions for consistency. - Updated deployment scripts and ABI files to include new function and contract address changes.
✅ Deploy Preview for ionicv2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Type of change
High-level change(s) description - from the user's perspective
Related Issue(s)
Fixes
Related pull request(s)