Feat: add signers (#6826)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Nil Medvedev
2024-03-11 17:40:30 +00:00
committed by GitHub
parent ef1a196c54
commit 3c2d3a0833
11 changed files with 60 additions and 15 deletions

2
Cargo.lock generated
View File

@ -6461,6 +6461,7 @@ dependencies = [
"async-trait",
"bytes",
"derive_more",
"dyn-clone",
"futures",
"http",
"http-body",
@ -6468,6 +6469,7 @@ dependencies = [
"jsonrpsee",
"jsonwebtoken",
"metrics",
"parking_lot 0.12.1",
"pin-project",
"rand 0.8.5",
"reqwest",