hedera-services
hedera-services copied to clipboard
Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
https://scans.gradle.com/s/twbxexoxmumjy/tests/task/:swirlds-platform-core:test/details/com.swirlds.platform.eventhandling.TransactionPrehandlerTests/normalOperation()?top-execution=1 
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...
**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...
**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...
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...
`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...
## 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,...