hedera-mirror-node
hedera-mirror-node copied to clipboard
HIP-904 Add support to Web3 for unlimited Max Automatic Token Associations
Problem
Add support to Web3 for unlimited Max Automatic Token Associations.
Solution
Update Web3 CryptoOpsUsage and SyntheticTxnFactory to handle -1 values for maxAutomaticTokenAssociations for protobuf versions greater than or equal to 0.51. If the HAPI protobuf version is less than that version then the methods should use the existing behavior.
Alternatives
No response