hedera-services icon indicating copy to clipboard operation
hedera-services copied to clipboard

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger

Results 297 hedera-services issues
Sort by recently updated
recently updated
newest added

Bumps [uk.org.webcompere:system-stubs-jupiter](https://github.com/webcompere/system-stubs) from 2.1.5 to 2.1.7. Release notes Sourced from uk.org.webcompere:system-stubs-jupiter's releases. v2.1.7 Update byte buddy for compatibility with Java 22 v2.1.6 Fixes a bug where SystemProperties was not returning...

dependencies
Java

Bumps [com.esaulpaugh:headlong](https://github.com/esaulpaugh/headlong) from 6.1.1 to 12.3.0. Release notes Sourced from com.esaulpaugh:headlong's releases. v12.3.0 (change to module name, update) change module name to com.esaulpaugh.headlong; downgrade gson to v2.10.1; remove TupleType#getNonCapturing, TypeFactory.createNonCapturing;...

dependencies
Java

### Problem Many repositories in the [github.com/hashgraph](https://github.com/hashgraph) organization use Gradle to define their project structure and build (compile, test, check, ...) the code. The currently most sophisticated setup is the...

## 🆕🐥 First Timers Only This issue is reserved for people who have never contributed to [Hedera](https://hedera.com) or any open source project in general. We know that creating a pull...

Good First Issue
Platform

### Description For a smart contract that has internal transactions the gas estimation seems to throw a lower number than expected, making it hard to properly estimate how much the...

Bug

**Description**: This PR adds missing javadocs to Smart Contract Service **Related issue(s)**: Fixes #15347 **Notes for reviewer**: **Checklist** - [x] Documented (Code comments, README, etc.) - [x] Tested (unit, integration,...

HapiThursday

Move tests from equivalence repo to a main repo and run them automatically.

Limechain

**Summary of the defect** COST_ANSWER for ContractCallLocal does not match the actual fee and using its value directly results in INSUFFICIENT_TX_FEE. ``` Hedera transaction `[email protected]` failed pre-check with the status...

Bug

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.2.0. Release notes Sourced from actions/checkout's releases. v4.2.0 What's Changed Add Ref and Commit outputs by @​lucacome in actions/checkout#1180 Dependabot updates in actions/checkout#1777 & actions/checkout#1872...

dependencies
github_actions

**Description**: This PR aims to fix the hardcoded `false` value for `defaultKycStatus` for a Token. Now setting value based on kycKey present. Adjusted existing tests and added a new one....