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

Per HashConf 2024 brainstorming sessions: Artem Ananev 8:17 AM Hi Alex and the team. Let me try to summarize what we discussed about reconnect testing in the last few days:...

Scalability

**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)

Complete action items in Team Retro

Platform

`EventDescriptorWrapper` copies the hash bytes in the constructor. This is unnecessary, the `Hash` class should have a constructor that accepts `Bytes` and no copying should be done.

Platform

Implement these methods or equivalent: `byte[] serialize(final TssMessage msg)` `TssMessage deserialize(final byte[])` This one depends on #15555

Platform

Following `dkg.rs#verify_tss_message` create the method in the `TssService` that verifies that a message is valid according to the commitment and the proof

Platform