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.
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 thetoken.maxPerAccount
ran
grab.sh
which consolidated with upstream hedera-protobufs repo.