hedera-protobufs-java icon indicating copy to clipboard operation
hedera-protobufs-java copied to clipboard

The protobuf message files defining the Hedera Hashgraph API

Results 25 hedera-protobufs-java issues
Sort by recently updated
recently updated
newest added

Bumps [grpc-protobuf](https://github.com/grpc/grpc-java) from 1.45.1 to 1.53.0. Release notes Sourced from grpc-protobuf's releases. v1.53.0 New Features googleapis: Allow user set c2p bootstrap config (#9856) xds: Add contain and stringMatcher in RouteConfiguration...

dependencies

Removing copied protobuf sources, now clones hedera-protos repo during build. Depends on pull request #122

Replaced maven with Gradle. bunch of effort into making the built jar as similar as possible. There are a couple small changes in generated pom and MANIFEST.MF hopefully they will...

### Problem follow : https://github.com/hashgraph/hedera-services/issues/2331 ### Solution Follow : https://github.com/hashgraph/hedera-protobufs/issues/103 ### Alternatives _No response_

enhancement

### Problem Duplicate of https://github.com/hashgraph/hedera-services/issues/2269 ### Solution Follow https://github.com/hashgraph/hedera-protobufs/issues/97 ### Alternatives _No response_

enhancement

### Problem Make appropriate changes to supper [HIP-24](https://github.com/hashgraph/hedera-improvement-proposal/blob/master/HIP/hip-24.md) ### Solution Follow https://github.com/hashgraph/hedera-protobufs/pull/96 ### Alternatives _No response_

enhancement

### Problem During a `CryptoCreate` or `CryptoUpdate`, if the proposed automatic association slots is more than the allowed tokenAssociations on the network, we should fail with `REQUESTED_NUM_AUTOMATIC_ASSOCIATIONS_EXCEEDS_ASSOCIATION_LIMIT` ### Solution Add...

enhancement

### Problem Issue for https://github.com/hashgraph/hedera-protobufs/pull/79

enhancement

### Problem Please refer to the description in services issue #1926: hashgraph/hedera-services#1926 ### Solution ``` message FractionalFee { Fraction fractional_amount = 1; // The fraction of the transferred units to...

enhancement

### Problem Currently, the `freeze` transaction is sending startHour, startMin, endHour, endMin to specify that the services should be frozen at startHour and startMin from now, and should wake up...

enhancement