Hi - just a quick question: Were the Escrow and PullPayment contracts deprecated in 4.0 or are they moved and I’m just not seeing them?
Thank you.
Hi - just a quick question: Were the Escrow and PullPayment contracts deprecated in 4.0 or are they moved and I’m just not seeing them?
Thank you.
Hello @kev,
As it is (not really clearly) shown in scripts/migrate-imports.js, here are the new locations
payment/escrow/ConditionalEscrow.sol → utils/escrow/ConditionalEscrow.sol
payment/escrow/Escrow.sol → utils/escrow/Escrow.sol
payment/escrow/RefundEscrow.sol → utils/escrow/RefundEscrow.sol
payment/PaymentSplitter.sol → finance/PaymentSplitter.sol
payment/PullPayment.sol → security/PullPayment.sol
We considered deprecating some of these, and proposing new ones that would make more sens in today’s defy in the finance folder.
If you are a user of any of these, and if you have ideas for new “finance related” contracts, please let us know !!!
thanks @Amxx !
Best, Kev
Hi @kev,
Welcome to the community 