keep-network / keep-core

The smart contracts and reference client behind the Keep network
https://keep.network
MIT License
118 stars 73 forks source link

Compilation error fix due to duplicated generated types #3760

Closed tomaszslabon closed 7 months ago

tomaszslabon commented 7 months ago

This PR fixes a compilation problem due to duplicated types that were generated by the abigen. The problem is due to an error in the version of abigen that we use for contract code generation. See https://github.com/keep-network/keep-common/issues/117 for explanation.

tomaszslabon commented 7 months ago

Looks good but shouldn't we re-generate contract bindings as well?

See 10b46e4a4885959b4d87828d99c593851797f2d7. I ran make and committed all the files related to WalletProposalValidator.