hedera-protobufs-java
hedera-protobufs-java copied to clipboard
Reject invalid number of automatic association slots
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 a new response code REQUESTED_NUM_AUTOMATIC_ASSOCIATIONS_EXCEEDS_ASSOCIATION_LIMIT
Original issue : https://github.com/hashgraph/hedera-protobufs/issues/85
Alternatives
No response