hashgraph / hedera-protobufs-java

The protobuf message files defining the Hedera Hashgraph API
Apache License 2.0
37 stars 22 forks source link

Added new response code for AutoAssociations limit reached #88

Closed anighanta closed 2 years ago

anighanta commented 3 years ago

Closed PR in Hedera protobufs

Added new response code EXISTING_AUTOMATIC_ASSOCIATIONS_EXCEED_GIVEN_LIMIT for when AutomaticAssociations limit is set to a lower value than already existing automatic associations.

Added new response code NO_REMAINING_AUTOMATIC_ASSOCIATIONS for when we exhausted all allocated automatic association slots.

added a new response code REQUESTED_NUM_AUTOMATIC_ASSOCIATIONS_EXCEEDS_ASSOCIATION_LIMIT for failure scenario where max automatic association limit is more than the token.maxPerAccount

ran grab.sh which consolidated with upstream hedera-protobufs repo.