Skip to content

Commit a94a05c

Browse files
authored
refactor(l1): replace rlpx listener functions with spawned implementation (#3504)
Remove `spawn_listener` and `spawn_broadcast_listener` functions in favour of `spawned`'s helper functions for its GenServers. Note: this PR should not be merged until [related spawned changes](lambdaclass/spawned#20) are available on a release. Closes #3387
1 parent 894ac49 commit a94a05c

File tree

4 files changed

+72
-99
lines changed

4 files changed

+72
-99
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ reqwest = { version = "0.12.7", features = ["json"] }
8888
redb = "=2.4.0"
8989
snap = "1.1.1"
9090
secp256k1 = { version = "0.29.1", default-features = false, features = [
91-
"global-context",
92-
"recovery",
93-
"rand",
91+
"global-context",
92+
"recovery",
93+
"rand",
9494
] }
9595
keccak-hash = "0.11.0"
9696
axum = "0.8.1"

crates/l2/tee/quote-gen/Cargo.lock

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

crates/l2/tee/quote-gen/service.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let
1818
cargo = toolchain;
1919
rustc = toolchain;
2020
};
21-
gitignoreSrc = pkgs.fetchFromGitHub {
21+
gitignoreSrc = pkgs.fetchFromGitHub {
2222
owner = "hercules-ci";
2323
repo = "gitignore.nix";
2424
rev = "637db329424fd7e46cf4185293b9cc8c88c95394";

0 commit comments

Comments
 (0)