[Proxy colonies M3] feat: implement versioning for all ColonyFundsMovedBetweenFundingPots
events
#4231
Labels
enhancement
New feature or request
Specification
Story
As a user using an older version of the colony, I can still move funds between domains.
Description
Since a new
chainId
argument was added to theColonyFundsMovedBetweenFundingPots
event, now when funds are moved, we need to make sure old colony versions will keep working.Sagas:
chainId
as the second to last argument, otherwise notBlock ingestor:
ColonyFundsMovedBetweenFundingPots
events withchainId
(basically the same as the old one)Implementation
This issue is complete when...
The text was updated successfully, but these errors were encountered: