|
1 | 1 | ## Unreleased changes |
2 | 2 |
|
| 3 | +- The flag `serde_deprecated` now guards `serde::Serialize` and `serde::Deserialize` implemetations on the following types. The implementations will eventually be removed. |
| 4 | + - `protocol_level_tokens::AccountToken` |
| 5 | + - `protocol_level_tokens::TokenAccountState` |
| 6 | + - `types::AccountEncryptedAmount` |
| 7 | + - `types::AccountReleaseSchedule` |
| 8 | + - `types::Release` |
| 9 | + - `types::BakerInfo` |
| 10 | + - `types::BakerPoolInfo` |
| 11 | + - `types::AccountStakingInfo` |
| 12 | + - `types::Cooldown` |
| 13 | + - `types::AccountInfo` |
| 14 | + - `types::BirkParameters` |
| 15 | + - `types::BirkBaker` |
| 16 | + - `types::StakePendingChange` |
| 17 | + - `types::RewardsOverview` |
| 18 | + - `types::CommonRewardData` |
| 19 | + - `types::PoolPendingChange` |
| 20 | + - `types::CurrentPaydayBakerPoolStatus` |
| 21 | + - `types::lottery_power_parser` |
| 22 | + - `types::BakerPoolStatus` |
| 23 | + - `types::ActiveBakerPoolStatus` |
| 24 | + - `types::PassiveDelegationStatus` |
| 25 | + - `types::PoolStatus` |
| 26 | + - `types::TransactionStatusInBlock` |
| 27 | + - `types::TransactionStatus` |
| 28 | + - `types::SpecialTransactionOutcome` |
| 29 | + - `types::BlockSummaryData` |
| 30 | + - `types::FinalizationSummary` |
| 31 | + - `types::FinalizationSummaryParty` |
| 32 | + - `types::BlockItemSummary` |
| 33 | + - `types::NewEncryptedAmountEvent` |
| 34 | + - `types::EncryptedAmountRemovedEvent` |
| 35 | + - `types::BakerAddedEvent` |
| 36 | + - `types::BakerKeysEvent` |
| 37 | + - `types::EncryptedSelfAmountAddedEvent` |
| 38 | + - `types::ContractInitializedEvent` |
| 39 | + - `types::RejectReason` |
| 40 | + - `types::queries::BlockInfo` |
| 41 | + - `types::queries::ConsensusInfo` |
| 42 | + - `types::queries::ConcordiumBFTDetails` |
| 43 | + - `types::queries::Branch` |
| 44 | + - `types::queries::AccountNonceResponse` |
| 45 | + - `types::queries::PendingUpdate` |
| 46 | + - `types::queries::PendingUpdateEffect` |
| 47 | + - `types::smart_contracts::InstanceInfo` |
| 48 | + - `types::smart_contracts::ContractContext` |
| 49 | + - `types::smart_contracts::InvokeContractResult` |
| 50 | + |
3 | 51 | ## 8.0.0 |
4 | 52 |
|
5 | 53 | - Added const conversion function to convert from `ProtocolVersion` enum to `ProtocolVersionInt` |
|
0 commit comments