@@ -140,40 +140,40 @@ pub type Stake = u64;
140
140
pub type Index = u64 ;
141
141
142
142
// Aliases
143
- #[ deprecated( since = "0.4.6 " , note = "Use `AggregateSignature` instead" ) ]
143
+ #[ deprecated( since = "0.4.8 " , note = "Use `AggregateSignature` instead" ) ]
144
144
pub use aggregate_signature:: AggregateSignature as StmAggrSig ;
145
145
146
- #[ deprecated( since = "0.4.6 " , note = "Use `AggregateVerificationKey` instead" ) ]
146
+ #[ deprecated( since = "0.4.8 " , note = "Use `AggregateVerificationKey` instead" ) ]
147
147
pub use aggregate_signature:: AggregateVerificationKey as StmAggrVerificationKey ;
148
148
149
- #[ deprecated( since = "0.4.6 " , note = "Use `Clerk` instead" ) ]
149
+ #[ deprecated( since = "0.4.8 " , note = "Use `Clerk` instead" ) ]
150
150
pub use aggregate_signature:: Clerk as StmClerk ;
151
151
152
- #[ deprecated( since = "0.4.6 " , note = "Use `ClosedKeyRegistration` instead" ) ]
152
+ #[ deprecated( since = "0.4.8 " , note = "Use `ClosedKeyRegistration` instead" ) ]
153
153
pub use key_registration:: ClosedKeyRegistration as ClosedKeyReg ;
154
154
155
- #[ deprecated( since = "0.4.6 " , note = "Use `KeyRegistration` instead" ) ]
155
+ #[ deprecated( since = "0.4.8 " , note = "Use `KeyRegistration` instead" ) ]
156
156
pub use key_registration:: KeyRegistration as KeyReg ;
157
157
158
- #[ deprecated( since = "0.4.6 " , note = "Use `Parameters` instead" ) ]
158
+ #[ deprecated( since = "0.4.8 " , note = "Use `Parameters` instead" ) ]
159
159
pub use parameters:: Parameters as StmParameters ;
160
160
161
- #[ deprecated( since = "0.4.6 " , note = "Use `Initializer` instead" ) ]
161
+ #[ deprecated( since = "0.4.8 " , note = "Use `Initializer` instead" ) ]
162
162
pub use participant:: Initializer as StmInitializer ;
163
163
164
- #[ deprecated( since = "0.4.6 " , note = "Use `Signer` instead" ) ]
164
+ #[ deprecated( since = "0.4.8 " , note = "Use `Signer` instead" ) ]
165
165
pub use participant:: Signer as StmSigner ;
166
166
167
- #[ deprecated( since = "0.4.6 " , note = "Use `VerificationKey` instead" ) ]
167
+ #[ deprecated( since = "0.4.8 " , note = "Use `VerificationKey` instead" ) ]
168
168
pub use participant:: VerificationKey as StmVerificationKey ;
169
169
170
170
#[ deprecated(
171
- since = "0.4.6 " ,
171
+ since = "0.4.8 " ,
172
172
note = "Use `VerificationKeyProofOfPossession` instead"
173
173
) ]
174
174
pub use participant:: VerificationKeyProofOfPossession as StmVerificationKeyPoP ;
175
175
176
- #[ deprecated( since = "0.4.6 " , note = "Use `SingleSignature` instead" ) ]
176
+ #[ deprecated( since = "0.4.8 " , note = "Use `SingleSignature` instead" ) ]
177
177
pub use single_signature:: SingleSignature as StmSig ;
178
178
179
179
#[ deprecated( since = "0.4.6" , note = "Use `BasicVerifier` instead" ) ]
0 commit comments