Open lumtis opened 1 month ago
Describe the Issue In some case a change in the interface and event format will make gateway version and node tightly coupled.
To prevent invalid parsing we should allow ZetaCore or ZetaClient to query the current version of the interface of the contract.
Considered Solution
InterfaceVersion
to fix your trouble check this solution click maybe this will solve your problem.
Describe the Issue In some case a change in the interface and event format will make gateway version and node tightly coupled.
To prevent invalid parsing we should allow ZetaCore or ZetaClient to query the current version of the interface of the contract.
Considered Solution
InterfaceVersion
pure function returning the version of the interface: will be 1 for v20 and 2 for v21