Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fea: eth secp256k1 #24

Merged
merged 6 commits into from
Dec 7, 2023
Merged

fea: eth secp256k1 #24

merged 6 commits into from
Dec 7, 2023

Conversation

beer-1
Copy link
Member

@beer-1 beer-1 commented Dec 1, 2023

You can append eth account with the following account.

initiad keys import-hex eth-acc  \
    0xafdfd9c3d2095ef696594f6cedcae59e72dcd697e2a7521b1578140422a4f890 \
    --key-type eth_secp256k1

EIP191

we got solution from scrtlabs
initia-labs/cosmos-sdk@392af57

initiad tx bank send [from] [to] [amount] --sign-mode eip-191

@beer-1 beer-1 self-assigned this Dec 1, 2023
@beer-1 beer-1 requested a review from a team as a code owner December 1, 2023 14:24
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #24 (563160b) into main (c6252bb) will increase coverage by 0.28%.
The diff coverage is 79.25%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   44.53%   44.81%   +0.28%     
==========================================
  Files         164      167       +3     
  Lines       16076    16210     +134     
==========================================
+ Hits         7159     7265     +106     
- Misses       8142     8160      +18     
- Partials      775      785      +10     
Files Coverage Δ
app/app.go 88.68% <ø> (-0.02%) ⬇️
app/encoding.go 100.00% <100.00%> (ø)
crypto/keys/eth/secp256k1/hash.go 60.00% <60.00%> (ø)
crypto/keys/eth/secp256k1/secp256k1_nocgo.go 64.70% <64.70%> (ø)
crypto/keys/eth/secp256k1/secp256k1.go 84.94% <84.94%> (ø)

@beer-1 beer-1 merged commit 768da2e into main Dec 7, 2023
7 checks passed
@beer-1 beer-1 deleted the feat/eth-secp256k1 branch December 7, 2023 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant