Skip to content

Commit 6c06fbf

Browse files
authored
Merge pull request #245 from bitfinity-network/alloy_stable
Stable alloy
2 parents c0f8ef1 + 8e5cad6 commit 6c06fbf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ homepage = "https://github.com/bitfinity-network/bitfinity-evm-sdk"
2222
include = ["src/**/*", "LICENSE", "README.md"]
2323
license = "MIT"
2424
repository = "https://github.com/bitfinity-network/bitfinity-evm-sdk"
25-
version = "0.51.0"
25+
version = "0.52.0"
2626

2727
[workspace.dependencies]
2828
did = { path = "src/did" }
@@ -34,7 +34,7 @@ evm-canister-client = { path = "src/evm-canister-client" }
3434
evm-log-extractor = { path = "src/evm-log-extractor" }
3535
signature-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",

src/eth-signer/src/transaction.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ impl TransactionBuilder<'_, '_> {
8989
mod 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

0 commit comments

Comments
 (0)