Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.0.0-exp.25 [skip ci]
# [1.0.0-exp.25](v1.0.0-exp.24...v1.0.0-exp.25) (2021-10-08) ### Bug Fixes * 🐛 fix keyworded enum types formatting as numbers ([d686c13](d686c13)) * **algod:** 🐛 fix pending transactions not returning messagepack ([dca09f8](dca09f8)) * **indexer:** 🐛 add missing fields to `Account` model ([5732a1d](5732a1d)) * **indexer:** 🐛 fix `HealthCheck` missing serialization logic ([f5165c6](f5165c6)) * **indexer:** 🔥 fix huge issue with indexer where query parameters were in body ([7bcca20](7bcca20)) * **serialization:** 🐛 fix `Block` not having a formatter ([dec6176](dec6176)) * **serialization:** 🐛 fix `BlockResponse` Serialization ([1252a16](1252a16)) * **serialization:** 🐛 fix `JsonWriter` not writing to `NativeText` ([2b61659](2b61659)) * **serialization:** 🐛 fix discrepancy between `TransactionId` and `TransactinIdResponse` ([d0c0370](d0c0370)) * **serialization:** 🐛 fix issue where fixed strings were incorrectly being added to the queryparams ([a3e6fd9](a3e6fd9)) * **serialization:** 🐛 fix missing `AlgoApiObject` on all Transaction Params ([a11015f](a11015f)) ### Features * **networking:** ✨ add `ApiResponse` API to `ApiResponse<>` ([8556c53](8556c53)) * **serialization:** ✨ add support for generically serializing byte enums to strings ([424c8b4](424c8b4)) * **serialization:** ✨ finish implementing `MessagePackReader.Integers` and `MessagePackWriter.Integers` ([37d8f20](37d8f20)) * **serialization:** ✨ finish implementing serializer/deserializer methods in `EnumFormatter` ([3af569f](3af569f)) ### Reverts * **demo:** 🔥 remove bossroom assets... too big to be a sample ([e53192d](e53192d)) ### BREAKING CHANGES * **indexer:** indexer queries are now given as optional arguments
- Loading branch information