lukelee-sl
lukelee-sl
### Problem Currently, the code path for handling gas charges in exception scenarios is complex and difficult to maintain. Refactor and simplify. ### Solution - [x] Look into removing `AbortException`...
### Problem This is a tracking issue for the implementation of the HIP 632. ### Solution Break down HIP 632 into several manageable sub issues/tasks. - [ ] resolve open...
### Problem There are feature gates in the mono service implementation of the smart contract service which should be removed when implementing the modularized smart contract service. ### Solution Ensure...
### Problem Epic: #4619 Currently, there are no client tests for exercising and validating the functionality of the Hedera Account Service. ### Solution Create client side tests ensuring that the...
### Problem Epic: #4619 Currently there are no integration/end-to-end tests for testing the functionality introduced in HIP 632 ### Solution Create test client tests which exercise the function of the...
### Problem The smart contracts service module is not currently in a state where it can be easily consumed by other applications (e.g the mirror node). One consequence of this...
### Problem The implementation details and the ramifications of doing this changes needs to be considered ### Solution Investigate and create a document to explore ### Alternatives _No response_
### Problem Right now, there is code to surface an error to the caller (`INVALID_FEE_SUBMITTED`) when a call is made to a system contract with value. Each system contract is...