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

https://scans.gradle.com/s/twbxexoxmumjy/tests/task/:swirlds-platform-core:test/details/com.swirlds.platform.eventhandling.TransactionPrehandlerTests/normalOperation()?top-execution=1 ![Screenshot 2024-05-09 at 7 47 32 AM](https://github.com/hashgraph/hedera-services/assets/56973212/9e973882-7a4f-4670-acef-9df9645341b3)

Update the current log4j configurations to roll files based on size, not date, and without compression. This will bring the configurations in line with what is supported by the base...

**Description**: Running all the `ConcurrentSuites.ethereumSuites` tests and fix all the issues related to the framework the converts Hedera to Ethereum contract calls and contract creates. The bugs found on service...

Limechain

**Description**: This PR adds new HapiTokenReject Hapi spec operation. **Related issue(s)**: Fixes #12837 **Notes for reviewer**: - This PR is not aimed for develop. - We expect compile-time error, as...

Limechain

**Description**: This PR adds validation logic for the TokenReject functionality. pureChecks: We have implemented all possible checks, conducted without using external sources and relying solely on the context provided with...

Limechain

Notes: - the target event structure is documented [here](https://drive.google.com/file/d/1-KyGtwM-hF4LpiZzANxKD0T3y2u8T_LP/view?usp=drive_link) - events cross upgrade boundaries, so while making changes we will need to be able to deserialize previous version events as...

Epic

`BaseEventHashedData` will cease to exist once events move to protobuf. In preparation for that, the class should be concealed within `GossipEvent` and no outside classes should depend on it.

Signed-off-by: Stefan Stefanov **Description**: - dissociateTokens - dissociateToken Suite | Tests | Signatures -- | -- | -- DissociatePrecompileV1SecurityModelSuite | dissociatePrecompileHasExpectedSemanticsForDeletedTokens() nestedDissociateWorksAsExpected() multiplePrecompileDissociationWithSigsForFungibleWorks() | - transaction payer- contract Id **Related...

Test Development
Limechain

## Description This pull request changes the following: - use container environment ### Related Issues - Closes #13156

It seems s6-overlay by default runs our entrypoint.sh script with a clean environment which blocks environment variables passed to the container. However, it would be useful to pass environment variables,...