Skip to content

Commit 5e2cf7e

Browse files
Switch alloy support from linera_alloy to alloy. (#3087)
## Motivation We introduced the `linera_alloy` when we needed a version of `alloy` from crates.io In the meantime, `alloy` has been fully published in crates.io Therefore, we switch to this version. ## Proposal We switch from `linera_alloy` to `alloy` version 0.9.2 (the latest one) in the crates.io We also remove the `get_wallet` which is not used. ## Test Plan The CI does the testing. ## Release Plan This is currently not being used in the TestNet / DevNet, so it does not really matter. ## Links None
1 parent 7a8bd1a commit 5e2cf7e

File tree

15 files changed

+4990
-4610
lines changed

15 files changed

+4990
-4610
lines changed

Cargo.lock

Lines changed: 2763 additions & 2561 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ gloo-utils = "0.2.0"
100100
indexed_db_futures = "0.4.1"
101101
insta = "1.36.1"
102102
is-terminal = "0.4.12"
103-
linera-alloy = { version = "0.1.0", default-features = false }
103+
alloy = { version = "0.9.2", default-features = false }
104+
alloy-signer-local = "0.9.2"
104105
log = "0.4.21"
105106
lru = "0.12.3"
106107
linked-hash-map = "0.5.6"

0 commit comments

Comments
 (0)