lukelee-sl

Results 28 issues of lukelee-sl

Signed-off-by: lukelee-sl Add a section that describes the new version of the cryptoTransfer function. **Related issue(s)**: - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration,...

**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...

**Description**: Expand the system contract class hierarchy to accommodate the Hedera account service system contract base classes (`HasSystemContract`, `HasCallAttempt`, `HasCallFactory`) while maximizing reuse. - Create a common interface for `HtsCallFactory`...

### Problem We need to implement HIP 906. This epic breaks down the steps into manageable steps - [x] #13103 - [ ] #13136 - [ ] #13181 - [...

**Description**: Create a design document that describes adding functionality to smart contracts which allow for granting allowance for hbar to a spender account. - [x] Documented (Code comments, README, etc.)...

### Problem [This](https://github.com/hashgraph/hedera-smart-contracts/blob/dce4754234bfeaa763c59db45d6e957cff37f237/contracts/hts-precompile/examples/token-create/TokenCreateContract.sol#L39) example shows how to create tokens using the IHederaTokenService interface. It is not clear what the fifth argument's value indicates. ### Solution The fifth argument sets the...

enhancement

### Problem Tests are needed to exercise the atomic crypto transfer functionality ### Solution Write tests that show: - basic transfers of hbars, fungible and non-fungible tokens in various combinations....

enhancement

**Description**: Address some of the future/todo comments left in the smart contracts service. This pr does not address all of the future/todo comments. Several are blocked or need further research...