-
Notifications
You must be signed in to change notification settings - Fork 595
Closed
Description
There's a TODO comment:
Lines 76 to 81 in db2a7b2
| # TODO: Once alloy has a 1.* release, we can likely remove this feature flag, as there will be less | |
| # dependency resolution issues. | |
| network = [ | |
| "dep:prost", | |
| "dep:alloy-signer", | |
| "dep:alloy-signer-aws", |
Which has been added in this PR #850
But specified alloy versions already 1.0, which was updated here #2309
Lines 54 to 58 in db2a7b2
| alloy-signer = { version = "1.0", default-features = false, optional = true } | |
| alloy-signer-aws = { version = "1.0", default-features = false, optional = true } | |
| alloy-signer-local = { version = "1.0", default-features = false, optional = true } | |
| alloy-sol-types = { version = "1.0", default-features = false } | |
| alloy-primitives = { version = "1.0", default-features = false, optional = true, features = [ |
Question is Would network feature remain?
Metadata
Metadata
Assignees
Labels
No labels