hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Apache License 2.0
313 stars 138 forks source link

feat: Long term schedule contract call #16708

Open JivkoKelchev opened 1 day ago

JivkoKelchev commented 1 day ago

Description:

Related issue(s):

Fixes #

Notes for reviewer:

Checklist

codecov[bot] commented 1 day ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.37%. Comparing base (31b0b72) to head (0ce1914).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/hashgraph/hedera-services/pull/16708/graphs/tree.svg?width=650&height=150&src=pr&token=ZPMV8C93DV&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hashgraph)](https://app.codecov.io/gh/hashgraph/hedera-services/pull/16708?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hashgraph) ```diff @@ Coverage Diff @@ ## 15055-POC-long-term-scheduled-transactions #16708 +/- ## ============================================================================= Coverage 63.36% 63.37% - Complexity 20212 20214 +2 ============================================================================= Files 2540 2540 Lines 94349 94346 -3 Branches 9884 9884 ============================================================================= + Hits 59787 59789 +2 + Misses 30954 30952 -2 + Partials 3608 3605 -3 ``` | [Files with missing lines](https://app.codecov.io/gh/hashgraph/hedera-services/pull/16708?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hashgraph) | Coverage Δ | | |---|---|---| | [...ontract/impl/exec/ContextTransactionProcessor.java](https://app.codecov.io/gh/hashgraph/hedera-services/pull/16708?src=pr&el=tree&filepath=hedera-node%2Fhedera-smart-contract-service-impl%2Fsrc%2Fmain%2Fjava%2Fcom%2Fhedera%2Fnode%2Fapp%2Fservice%2Fcontract%2Fimpl%2Fexec%2FContextTransactionProcessor.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hashgraph#diff-aGVkZXJhLW5vZGUvaGVkZXJhLXNtYXJ0LWNvbnRyYWN0LXNlcnZpY2UtaW1wbC9zcmMvbWFpbi9qYXZhL2NvbS9oZWRlcmEvbm9kZS9hcHAvc2VydmljZS9jb250cmFjdC9pbXBsL2V4ZWMvQ29udGV4dFRyYW5zYWN0aW9uUHJvY2Vzc29yLmphdmE=) | `81.35% <100.00%> (ø)` | | | [...ce/contract/impl/infra/HevmTransactionFactory.java](https://app.codecov.io/gh/hashgraph/hedera-services/pull/16708?src=pr&el=tree&filepath=hedera-node%2Fhedera-smart-contract-service-impl%2Fsrc%2Fmain%2Fjava%2Fcom%2Fhedera%2Fnode%2Fapp%2Fservice%2Fcontract%2Fimpl%2Finfra%2FHevmTransactionFactory.java&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hashgraph#diff-aGVkZXJhLW5vZGUvaGVkZXJhLXNtYXJ0LWNvbnRyYWN0LXNlcnZpY2UtaW1wbC9zcmMvbWFpbi9qYXZhL2NvbS9oZWRlcmEvbm9kZS9hcHAvc2VydmljZS9jb250cmFjdC9pbXBsL2luZnJhL0hldm1UcmFuc2FjdGlvbkZhY3RvcnkuamF2YQ==) | `92.30% <100.00%> (-0.18%)` | :arrow_down: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/hashgraph/hedera-services/pull/16708/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hashgraph) [![Impacted file tree graph](https://app.codecov.io/gh/hashgraph/hedera-services/pull/16708/graphs/tree.svg?width=650&height=150&src=pr&token=ZPMV8C93DV&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hashgraph)](https://app.codecov.io/gh/hashgraph/hedera-services/pull/16708?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=hashgraph)

🚨 Try these New Features:

codacy-production[bot] commented 1 day ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.00% (target: -1.00%) :white_check_mark: 100.00%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (31b0b72feead05d01a0c1c57a89f673f6f8fcc0b) | 97114 | 63220 | 65.10% | | | Head commit (0ce191430d9c69f9c57776bfccdbbd813033ceca) | 97111 (-3) | 63219 (-1) | 65.10% (**+0.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#16708) | 4 | 4 | **100.00%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more