issues
search
ApeWorX
/
ethpm-types
Implementation of EIP-2678
Apache License 2.0
14
stars
8
forks
source link
feat: add `receive` property to `ContractType` and fix issue with `fallback` always present [APE-1003]
#77
Closed
antazoey
closed
1 year ago
antazoey
commented
1 year ago
What I did
Adds the
receive
property to
ContractType
class, mostly to help with Solidity understanding.
Makes fallback optional again
How I did it
How to verify it
Checklist
[x] Passes all linting checks (pre-commit and CI jobs)
[x] New test cases have been added and are passing
[x] Documentation has been updated
[x] PR title follows
Conventional Commit
standard (will be automatically included in the changelog)
What I did
receive
property toContractType
class, mostly to help with Solidity understanding.How I did it
How to verify it
Checklist