File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ homepage = "https://github.com/bitfinity-network/bitfinity-evm-sdk"
2222include = [" src/**/*" , " LICENSE" , " README.md" ]
2323license = " MIT"
2424repository = " https://github.com/bitfinity-network/bitfinity-evm-sdk"
25- version = " 0.51 .0"
25+ version = " 0.52 .0"
2626
2727[workspace .dependencies ]
2828did = { path = " src/did" }
@@ -34,7 +34,7 @@ evm-canister-client = { path = "src/evm-canister-client" }
3434evm-log-extractor = { path = " src/evm-log-extractor" }
3535signature-verification-canister-client = { path = " src/signature-verification-canister-client" }
3636
37- alloy = { version = " 0.15 " , default-features = false , features = [
37+ alloy = { version = " 1 " , default-features = false , features = [
3838 " consensus" ,
3939 " k256" ,
4040 " eips" ,
Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ impl TransactionBuilder<'_, '_> {
8989mod test {
9090
9191 use alloy:: consensus:: TxEnvelope ;
92+ use alloy:: consensus:: transaction:: SignerRecoverable ;
9293 use alloy:: signers:: k256:: ecdsa:: signature:: hazmat:: PrehashVerifier ;
9394 use alloy:: signers:: utils:: secret_key_to_address;
9495
You can’t perform that action at this time.
0 commit comments