nucypher / nucypher-contracts

Ethereum contracts supporting TACo applications on the Threshold Network.
16 stars 11 forks source link

contract_instance has no attribute 'receipt' #285

Open KPrasch opened 1 month ago

KPrasch commented 1 month ago

Version 0.8.8 of eth-ape is not compatible with Deployer.finalize because the contract instance type does not have the receipt attribute. This prevents rendering new registry files because the application crashes before it is written to the disk.

derekpierre commented 1 month ago

Work done to address this in #287 - specifically https://github.com/nucypher/nucypher-contracts/pull/287/commits/ec3c3ee255bcbbc7d6cb1f295e67f80ff1d7e386