The latest Solidity release (^0.6.0) has an additional function type called receive. The type for ContractEntryDefinition in web3x-codegen does not include this function type, which breaks compatibility with Solidity versions above 0.6.0. This PR adds 'receive' to the type union for that field.
The latest Solidity release (^0.6.0) has an additional function type called receive. The type for ContractEntryDefinition in web3x-codegen does not include this function type, which breaks compatibility with Solidity versions above 0.6.0. This PR adds 'receive' to the type union for that field.