hedera-improvement-proposal
hedera-improvement-proposal copied to clipboard
Smart Contracts hbar Allowance and Approval
Description: This HIP describes a proposal to enable hbar allowance and approvals from smart contracts. This will allow developers to grant allowances from an EOA or a contract from within smart contracts code rather than having to resort to using HAPI for this functionality
Checklist
- [ ] Documented (Code comments, README, etc.)
- [ ] Tested (unit, integration, etc.)
Deploy Preview for hedera-hips ready!
Name | Link |
---|---|
Latest commit | c581f77b801be7497d4dff4f51c974688dbce149 |
Latest deploy log | https://app.netlify.com/sites/hedera-hips/deploys/662159a931bf230008f37b7a |
Deploy Preview | https://deploy-preview-906--hedera-hips.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
We believe that the functionality introduced in this HIP is valuable. However, it does not address the specific issue we outlined in detail here. We require the capability for a contract to spend users' HBAR if it has received explicit spending approval.
Hey team! This particular issue would provide a lot of value to our launchpad. The current bug introduced by the allowance mechanisms prevents us from being able to send any NFT that includes a fallback fee. This is a significant blocker for smart contracts.