sei-protocol / sei-chain

Apache License 2.0
2.67k stars 797 forks source link

RPC Get Evm Hash #1713

Closed Kbhat1 closed 3 weeks ago

Kbhat1 commented 4 weeks ago

Describe your changes and provide context

Testing performed to validate your change

curl http://127.0.0.1:8545 -X POST -H "Content-Type: application/json" --data '{"method":"sei_getEvmTx","params":["8BF5D7BC3DB1119E4676B30659BD0892647E4B951D4C8BF897131F417DE0613D"],"id":1,"jsonrpc":"2.0"}'
{"jsonrpc":"2.0","id":1,"result":"0x5b2652954cadf8754f2207203b0d825a7b79cd2da74617086122b5223edf3649"}
codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 40.00000% with 9 lines in your changes missing coverage. Please review.

Project coverage is 60.62%. Comparing base (e8e4b3b) to head (ac6b8d4). Report is 68 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/sei-protocol/sei-chain/pull/1713/graphs/tree.svg?width=650&height=150&src=pr&token=DG7ZZJ3PVV&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sei-protocol)](https://app.codecov.io/gh/sei-protocol/sei-chain/pull/1713?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sei-protocol) ```diff @@ Coverage Diff @@ ## main #1713 +/- ## ========================================== - Coverage 61.64% 60.62% -1.03% ========================================== Files 365 370 +5 Lines 26178 27422 +1244 ========================================== + Hits 16138 16624 +486 - Misses 8967 9662 +695 - Partials 1073 1136 +63 ``` | [Files](https://app.codecov.io/gh/sei-protocol/sei-chain/pull/1713?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sei-protocol) | Coverage Δ | | |---|---|---| | [evmrpc/association.go](https://app.codecov.io/gh/sei-protocol/sei-chain/pull/1713?src=pr&el=tree&filepath=evmrpc%2Fassociation.go&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sei-protocol#diff-ZXZtcnBjL2Fzc29jaWF0aW9uLmdv) | `31.96% <40.00%> (+13.65%)` | :arrow_up: | ... and [17 files with indirect coverage changes](https://app.codecov.io/gh/sei-protocol/sei-chain/pull/1713/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sei-protocol)