hedera-services
hedera-services copied to clipboard
Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
**Description**: - Closes #14615
```[tasklist] ### Implementation - [ ] PCLI Tool for creation of `tssEncryptionKey` - [ ] Update cryptography to manage new `tssEncryptionKey` similar to RSA key - [ ] Document procedures...
### Description This issue caused by the #14356 . The ISS detection tool is working with a `SignedState` instance, which, in its turn, contains an instance of `MerkleRoot`. The commit...
**Description**: Added logic in the LogValidationTest to scan swirlds log. **Related issue(s)**: Fixes #14017 **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested...
### Description As can be seen in [this](https://scans.gradle.com/s/6dzmgl6rkua3i/tests/task/:test-clients:test/details/com.hedera.services.bdd.suites.validation.LogValidationTest/logsContainNoUnexpectedProblems()%5B1%5D?top-execution=1) build scan, it is possible the `ReconnectListener` registered with platform notifications is **not** the listener constructed during the latest call to `SwirldState#init()`....
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.2.2. Release notes Sourced from actions/setup-java's releases. v4.2.2 What's Changed Bug fixes: Fix macos latest check failures by @HarithaVattikuti in actions/setup-java#634 Fix dragonwell distribution parsing...
### Problem Multiple tests override throttle definitions but then restore to a _throttles.json_ under `test-system-files/` instead of what was previously active on the test network. ### Solution If a `@LeakyHapiTest`...
State snapshots include snapshots of all virtual maps. Every virtual map has two parts in a snapshot: * data source (MerkleDb) snapshot, which includes all data files and indices *...
### Description The record of an `EthereumTransaction` resolving to `CONSENSUS_GAS_EXHAUSTED` did not get its `ethereum_hash` field set. ### Steps to reproduce As above. ### Additional context _No response_ ### Hedera...
**Description**: Adds the following to the services `hapi/hedera-protobufs`: - [x] System Transaction: TssMessageTransaction - [x] System Transaction: TssVoteTransaction - [x] State Queue: LedgerId - [x] State Map: TssMessageMapKey - [x]...