Skip to content

Commit 5209c05

Browse files
committed
Update changelog
1 parent 5ac8946 commit 5209c05

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,64 @@
120120
- `common_update_keys` is removed, and instead `keys.level_2_keys` should be used, which can be used to construct an `UpdateSigner`, or converted to `types::AuthorizationsV0`.
121121
- BREAKING: The parameter of `PendingUpdateEffect::AddAnonymityRevoker` is now `Box`ed.
122122

123+
- Introduce `serde_deprecated` flag
124+
- guarded by flag
125+
- `internal::timestamp_millis`
126+
- `internal::account_amounts`
127+
- `internal::duration_millis`
128+
- `types::smart_contracts::contract_trace_Via_events`
129+
- `types::summary_helper`
130+
- serde relevant `derive`s and `impl`s guarded by flag
131+
- `protocol_level_tokens::AccountToken`
132+
- `protocol_level_tokens::TokenAccountState`
133+
- `types::AccountEncryptedAmount`
134+
- `types::AccountReleaseSchedule`
135+
- `types::Release`
136+
- `types::BakerInfo`
137+
- `types::BakerPoolInfo`
138+
- `types::AccountStakingInfo`
139+
- `types::Cooldown`
140+
- `types::AccountInfo`
141+
- `types::BirkParameters`
142+
- `types::BirkBaker`
143+
- `types::StakePendingChange`
144+
- `types::RewardsOverview`
145+
- `types::CommonRewardData`
146+
- `types::reward_overview::RewardsDataRaw`
147+
- `types::PoolPendingChange`
148+
- `types::CurrentPaydayBakerPoolStatus`
149+
- `types::lottery_power_parser`
150+
- `types::BakerPoolStatus`
151+
- `types::ActiveBakerPoolStatus`
152+
- `types::PassiveDelegationStatus`
153+
- `types::PoolStatus`
154+
- `types::TransactionStatusInBlock`
155+
- `types::TransactionStatus`
156+
- `types::SpecialTransactionOutcome`
157+
- `types::BlockSummaryData`
158+
- `types::FinalizationSummary`
159+
- `types::FinalizationSummaryParty`
160+
- `types::BlockItemSummary`
161+
- `types::NewEncryptedAmountEvent`
162+
- `types::EncryptedAmountRemovedEvent`
163+
- `types::BakerAddedEvent`
164+
- `types::BakerKeysEvent`
165+
- `types::EncryptedSelfAmountAddedEvent`
166+
- `types::ContractInitializedEvent`
167+
- `types::RejectReason`
168+
- `types::queries::BlockInfo`
169+
- `types::queries::ConsensusInfo`
170+
- `types::queries::ConcordiumBFTDetails`
171+
- `types::queries::Branch`
172+
- `types::queries::AccountNonceResponse`
173+
- `types::queries::PendingUpdate`
174+
- `types::queries::PendingUpdateEffect`
175+
- `types::smart_contracts::InstanceInfo`
176+
- `types::smart_contracts::instance_parser::InstanceInfoHelper`
177+
- `types::smart_contracts::ContractContext`
178+
- `types::smart_contracts::InvokeContractResult`
179+
- `examples::update-validator-score-param::main` test to print results when flag disabled; without serde
180+
123181
## 7.0.0
124182

125183
Adds support for integrating with Concordium nodes running protocol version 9.

0 commit comments

Comments
 (0)