This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
expect
condition hit when building ContractCall in abigen-generated file
#612
Labels
bug
Something isn't working
Version
Platform
Linux
Description
I am hitting an
expect
condition when building aContractCall
from abigen-generated code.Building the ContractCall:
https://github.com/PeggyJV/gravity-bridge/blob/69d40539a0d8f68ee2a82857462d9558d5cdfa9b/orchestrator/ethereum_gravity/src/valset_update.rs#L132-L146
The error:
https://github.com/PeggyJV/gravity-bridge/blob/69d40539a0d8f68ee2a82857462d9558d5cdfa9b/orchestrator/gravity_abi/src/gravity.rs#L278
The JSON used to generate the function:
https://github.com/PeggyJV/gravity-bridge/blob/69d40539a0d8f68ee2a82857462d9558d5cdfa9b/orchestrator/gravity_abi/Gravity.json#L616-L668
The code used to generate the file:
https://github.com/PeggyJV/gravity-bridge/blob/69d40539a0d8f68ee2a82857462d9558d5cdfa9b/orchestrator/abi_build/src/main.rs#L7-L30
The text was updated successfully, but these errors were encountered: