-
Notifications
You must be signed in to change notification settings - Fork 5
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
Merging the group currencies changes by BootNode #106
Draft
jaensen
wants to merge
15
commits into
CirclesUBI:merge-group-currencies
Choose a base branch
from
jaensen:dev
base: merge-group-currencies
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…-subgraph feature: deploy subgraph in a hosted service
* feature: deploy subgraph in a hosted service * feature: adds group currency token entity * feature: adds handler for group creation using the GroupCurrencyTokenFactory event * feature: adds the GroupCurrencyTokenFactory as a dataSource for group creation feature: adds the GroupCurrencyTokenFactory and GroupCurrencyToken contracts abi * features: adds the GroupCurrencyTokenFactory and GroupCurrencyTokenFactory Start Block env variables
feat: updates new group factory contract address
…nerCanMint, onlyTrustedCanMint) separates creation of a group to a new method
…m relationship of a group with a safe account
…th their respective function to create the safeGroup entitty feat: create a group template when a new group is created
adds createSafeGroupMemberId function
the events are OnlyOwnerCanMint, OnlyTrustedCanMint, OwnerChanged, Suspended
…ate plus the handler for adding new members to the group (#3) * feat: updates group contracts abis * feat: updates new group factory contract address * fixes: adds missing values from the group contract (suspended, onlyOwnerCanMint, onlyTrustedCanMint) * separates creation of a group to a new method * feat: adds the safe group member entity required to be used in the m2m relationship of a group with a safe account * feat: adds a template handler for the handleMemberTokenAdded event with their respective function to create the safeGroup entitty feat: create a group template when a new group is created
feat: adds the handler for the minted event, ATM just increase the minted amount for the group
* adds new event data schemas for group notifications * feat: adds notifications when group is created, member is added/removed and group minted * add missing group id in event data
use relationships instead of string addresses for group notification events
* group owner change schema event now uses string instead of safe because the old/new address might not be a safe account * fixed issue when group owner change event was not created * notifications for group owner change are only created when the new/old owner is a safe account * fixes: add missing notification type for the Group Owner Change event
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.