hedera-services
hedera-services copied to clipboard
Crypto, token, consensus, file, and smart contract services for the Hedera public ledger
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:...
**Description**: **Related issue(s)**: Fixes # **Notes for reviewer**: **Checklist** - [ ] Documented (Code comments, README, etc.) - [ ] Tested (unit, integration, etc.)
`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.
Implement these methods or equivalent: `byte[] serialize(final TssMessage msg)` `TssMessage deserialize(final byte[])` This one depends on #15555
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