Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

evm: TxData as proto.Any #220

Merged
merged 13 commits into from
Jul 5, 2021
Merged

evm: TxData as proto.Any #220

merged 13 commits into from
Jul 5, 2021

Conversation

fedekunze
Copy link
Contributor

@fedekunze fedekunze commented Jul 2, 2021

closes #175

@github-actions github-actions bot added the C:JSON-RPC JSON-RPC client label Jul 2, 2021
@codecov
Copy link

codecov bot commented Jul 2, 2021

Codecov Report

Merging #220 (3e3ed8e) into main (79e7062) will increase coverage by 1.62%.
The diff coverage is 71.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #220      +/-   ##
==========================================
+ Coverage   47.03%   48.65%   +1.62%     
==========================================
  Files          42       43       +1     
  Lines        2862     2968     +106     
==========================================
+ Hits         1346     1444      +98     
+ Misses       1449     1445       -4     
- Partials       67       79      +12     
Impacted Files Coverage Δ
x/evm/keeper/grpc_query.go 82.27% <ø> (ø)
x/evm/keeper/msg_server.go 0.00% <0.00%> (ø)
x/evm/types/codec.go 26.47% <45.00%> (+26.47%) ⬆️
app/ante/eth.go 87.02% <65.51%> (-3.56%) ⬇️
x/evm/types/tx_data.go 75.00% <73.07%> (-14.11%) ⬇️
x/evm/types/msg.go 80.19% <74.60%> (+2.42%) ⬆️
x/evm/types/legacy_tx.go 75.67% <75.67%> (ø)
x/evm/types/access_list_tx.go 77.17% <77.17%> (ø)
ethereum/rpc/pubsub/pubsub.go
... and 1 more

@github-actions github-actions bot added C:Crypto crypto package C:Proto protobuf files (*.pb.go) C:Types common types, interfaces and functions from /types Type: Build codebase build process Type: Docs Improvements or additions to documentation labels Jul 2, 2021
@fedekunze fedekunze changed the title evm: TxData as proto.Any evm: TxData as proto.Any Jul 2, 2021
@github-actions github-actions bot added the C:CLI label Jul 3, 2021
@github-actions github-actions bot added the C:Encoding encoding and codec label Jul 5, 2021
@fedekunze fedekunze marked this pull request as ready for review July 5, 2021 16:35
@fedekunze fedekunze requested a review from khoslaventures as a code owner July 5, 2021 16:35
@fedekunze fedekunze enabled auto-merge (squash) July 5, 2021 16:38
@fedekunze fedekunze merged commit 5f1f252 into main Jul 5, 2021
@fedekunze fedekunze deleted the fedekunze/txdata-any branch July 5, 2021 16:39
mmsqe referenced this pull request in mmsqe/ethermint Mar 14, 2023
* align filter rule for debug_traceBlockByNumber

* test debug_traceBlockByNumber

* fix lint

* update doc
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C:CLI C:Crypto crypto package C:Encoding encoding and codec C:JSON-RPC JSON-RPC client C:Proto protobuf files (*.pb.go) C:Types common types, interfaces and functions from /types Type: Build codebase build process Type: Docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement TxData as proto.Any
1 participant