Added
- Support `memo` for Tokens, Accounts, and Files.
Fixed
- Scheduled transaction support: `ScheduleCreateTransaction`, `ScheduleDeleteTransaction`, and `ScheduleSignTransaction`
- HMAC Calculation Does Not Include IV [NCC-E001154-010]
- Non-Constant Time Lookup of Mnemonic Words [NCC-E001154-009]
- Decreased `CHUNK_SIZE` 4096->1024 and increased default max chunks 10->20
- Remove use of `computeIfAbsent` and `putIfAbsent` from JDK7 builds
Deprecated
- `new TransactionId(AccountId, Instant)` - Use `TransactionId.withValidStart()` instead.