hedera-services
hedera-services copied to clipboard
Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
Updated 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...
Increase code coverage > 80% for TokenFeeScheduleUpdateHandler, CryptoUpdateHandler, CryptoTransferHandler
**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [X] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
In 0.50, the naming schema for the CES directory changed. This is causing problems for node managers. Original CES directory: `events_${X}` where X is equal to the memo field of...
PlatformContext API cleanup PlatformContextFactory introduced
**Description**: - freezeToken - unfreezeToken Suite | Tests | Signatures -- | -- | -- FreezeUnfreezeTokenPrecompileV1SecurityModelSuite | freezeUnfreezeFungibleWithNegativeCases() freezeUnfreezeNftsWithNegativeCases() isFrozenHappyPathWithLocalCall() | - transaction payer- contract Id- freeze key **Related issue(s)**:...
**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
**Description**: **Related issue(s)**: Fixes #12981 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
### Problem In order to integrate airdrop functionality in Hedera ([HIP-904](https://hips.hedera.com/hip/hip-904)), we need to have a special pending state, which would keep track of all incoming airdrops that are related...
**Description**: This PR aims to refine our handling of configuration data records. Introduces 3 new annotations: *DefaultValue*: This feature simplifies the management of scenarios where explicit values are not provided...