Added
- add `decimal` field to `TokenRelationship` class
Changed
- `AccountBalanceQuery`, `AccountInfoQuery`, and `ContractInfoQuery` get part of the data from the Mirror Node REST API (HIP-367)
- improved documentation in repository
- updated protobufs
Fixed
- undeprecate `AccountBalance.tokens`, `AccountBalance.tokenDecimals`, `AccountInfo.tokenRelationships`, `ContractInfo.tokenRelationships`
Deprecated
- `TokenRelationship.symbol`, use `TokenInfo.symbol` instead
- `AccountId.populateAccountNumAsync`, use `AccountId.populateAccountNum` instead
- `AccountId.populateAccountEvmAddressAsync`, use `AccountId.populateAccountEvmAddress` instead
- `ContractId.populateContractNumAsync`, use `ContractId.populateContractNum` instead