-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dev #141
Conversation
This file contains 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
… separated vote amounts (#108) * fixed AllInteractions, DaoPools, DaoValidators: added isVoteFor flag, separated vote amounts * fixed tests for AllPools (added tests for CommissionClaimed, ActivePortfolioExchanged events)
* fixed AllInteractions, DaoPools, DaoValidators: added isVoteFor flag, separated vote amounts * fixed tests for AllPools (added tests for CommissionClaimed, ActivePortfolioExchanged events) * fixed tests for AllInteractions, AllPools, AllPoolsInvestors, BasicPool, InvestPool (coverage 100%) * fixed tests for DaoPools, DaoValidators (coverage 100%) * fixed typo
* updated schema for rewards in DaoPools * separeted rewardUSD amounts, updated Reward types * handled OffchainResultsSaved event * fixed doc
* replaced ArrayHelpers with dlsl/graph-modules * replaced HistorySearcher with dlsl/graph-modules
* updated schema for rewards in DaoPools * separeted rewardUSD amounts, updated Reward types * handled OffchainResultsSaved event * fixed doc * added VoterOffchain entity, updated DaoPool * fixed VoterOffchain entity * added claimedRewardUSD to VoterOffchain entity
* changed onDelegated handler, added onRequested handler * fixed entities * added test for onRequested * added onRequested handler to AllInteractions * fixed tx types
* changed onDelegated handler, added onRequested handler * fixed entities * added test for onRequested * added onRequested handler to AllInteractions * fixed tx types * updated abis, updated DaoPoolDeployed event handler, added ExpertNFT to DaoPools * added GlobalExpert to DaoPools * fixed test for ERC721Expert --------- Co-authored-by: Artem Chystiakov <[email protected]>
* added proposalsCount to VoterInPool * fixed onRewardClaimed handler
* added interactedWithPool to transaction entity in AllInteractions * fixed GetPerformanceFee * fixed test for TraderPool * fixed typo
* updated abis for AllInteractions, AllPools, AllPoolsInvestors * updated abis for BasicPool, DaoPools, DaoValidators, InvestPool
* added DelegatedTreasury event, changed Voted event in DaoPools * changed Voted event in AllInteractions * removed VoterInPoolTreasury
* added globals to Voter * added global info on all daos in Voter * offchain RewardCredited fix * fixed delegators count
* removed trader pools * changed schema in AllInteractions, removed unused imports, updated CI
* removed trader pools * changed DaoPoolDeployed, ProposalCreated, DistributionProposalClaimed events. Removed DPCreated, DaoTokenSaleDeployed events * updated DistributionProposal abi
* refactored DAO schema * updated abis, subgraph.yaml, fixed schema in DaoPools --------- Co-authored-by: Artem Chystiakov <[email protected]>
* fixed entities, most of handlers fixed * fixed ExpertNFT handlers * fixed onVoteChanged handler * fixed tests * fixed tests/handlers in DaoPools
…129) * added DelegatorRewardsClaimed, changed rewards logic, changed voting * small fix * handled whitelistType in TokenSale
* added delegatedUSD field to VoterInPoolPair entity * added creationTimestamp field to VoterInPoolPair entity * Update DaoPools/src/mappings/DaoPool.ts --------- Co-authored-by: Artem Chystiakov <[email protected]>
…133) * added delegated vote info, delegatees count, totalMicropoolRewardUSD * small fix
Feature/rewards
* New docs for schemas * small fixes
* Added DelegatedTreasury event * Added VotingRewardClaimed event
* changed Bought event * Update DaoPools/tests/TokenSale.test.ts --------- Co-authored-by: Artem Chystiakov <[email protected]>
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.
No description provided.