Skip to content

Update ContractEntryDefinition with receive type#78

Open
d1ll0n wants to merge 1 commit intoxf00f:masterfrom
d1ll0n:fix-contract-entry-def
Open

Update ContractEntryDefinition with receive type#78
d1ll0n wants to merge 1 commit intoxf00f:masterfrom
d1ll0n:fix-contract-entry-def

Conversation

@d1ll0n
Copy link
Copy Markdown

@d1ll0n d1ll0n commented Feb 29, 2020

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant