Tanmay
Tanmay
We can refactor into the following messages. cc @lumtis ``` // MsgDisableCCTXflags -> PolicyType_groupEmergency // Disable inbound and outbound transactions , Disable both or any one // MsgEnableCCTXflags -> PolicyType_groupOperational...
Broke this down into issue #2244 and #2245
Closing this issue , and working on the new issues listed above
I tried it out on the current mainnet data, and it works as expected. I will raise a pr after the mainnet is upgraded to v15 , and I am...
Not sure, the v15 upgrade handler already adds the two modules https://github.com/zeta-chain/node/blob/93c12e0d5fe88f7a883b6f33e6edc8402add8334/app/setup_handlers.go#L31-L34 If in case the handler needs to be changed, then yes, it would make sense to to wait...
Add, Remove observer is a separate functionality from TSS migration and should be tested separately . It would make sense to create a e2e test first which does the following...
Related : https://github.com/zeta-chain/protocol-private/issues/96
This test was already added in this pr https://github.com/zeta-chain/node/pull/3786/files#diff-a317fa4d370595fa975abfd95a858e4962f6a19775ab9e8247a0ea959ca79024
No , this issue is for changes on the client to prevent it from voting, Right now , we avoid the votes from gong through on the zetacore only
This is something good to have , and not needed right now . We can consider this as part of a bigger refactor to improve processing of events