Pitch: Enhancing events emitted during Round creation on v1.0.0 #38
lmcorbalan
started this conversation in
New Ideas
Replies: 1 comment
-
Looks good |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem
RoleGranted
->MetadataUpdated
->ProjectCreated
. This order is not useful when working on the subgraph and indexer.VotingContractCreated
event contains the address of the newly created round and strategy contracts (both are clones) but no strategy implementation address.Suggested Implementation
Registry.sol
toProjectCreated
->RoleGranted
->MetadataUpdated
.VotingContractCreated
event.VotingContractCreated
toStrategyContractCreated
Reference implementation BootNodeDev/allo-protocol-contracts#5
Beta Was this translation helpful? Give feedback.
All reactions