feat(signer): ethereum implementation (#1501)

---------

Co-authored-by: James Wilson <james@jsdw.me>
This commit is contained in:
Ryan Lee
2024-04-15 08:56:10 -04:00
committed by GitHub
parent 159af2cfcd
commit b527c857ea
10 changed files with 862 additions and 46 deletions
+1
View File
@@ -189,6 +189,7 @@ jobs:
cargo check -p subxt-signer
cargo check -p subxt-signer --no-default-features --features sr25519
cargo check -p subxt-signer --no-default-features --features ecdsa
cargo check -p subxt-signer --no-default-features --features unstable-eth
# We can't enable web features here, so no cargo hack.
- name: Cargo check subxt-lightclient