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

feat: json rpc #22

Merged
merged 19 commits into from
Jul 12, 2024

update readme

5a13941
Select commit
Loading
Failed to load commit list.
Merged

feat: json rpc #22

update readme
5a13941
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 12, 2024 in 0s

27.64% (-4.04%) compared to 44ba6a4

View this Pull Request on Codecov

27.64% (-4.04%) compared to 44ba6a4

Details

Codecov Report

Attention: Patch coverage is 14.57225% with 2087 lines in your changes missing coverage. Please review.

Project coverage is 27.64%. Comparing base (44ba6a4) to head (5a13941).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
- Coverage   31.67%   27.64%   -4.04%     
==========================================
  Files          68       96      +28     
  Lines        8439    10795    +2356     
==========================================
+ Hits         2673     2984     +311     
- Misses       5408     7400    +1992     
- Partials      358      411      +53     
Files Coverage Δ
app/genesis.go 91.97% <100.00%> (+0.30%) ⬆️
app/test_helpers.go 79.77% <100.00%> (+0.22%) ⬆️
x/evm/contracts/counter/Counter.go 0.00% <ø> (ø)
x/evm/contracts/erc20_factory/ERC20Factory.go 0.00% <ø> (ø)
x/evm/keeper/erc721.go 43.63% <100.00%> (ø)
x/evm/keeper/genesis.go 60.49% <100.00%> (+0.49%) ⬆️
x/evm/keeper/keeper.go 66.66% <ø> (ø)
x/evm/types/params.go 77.27% <100.00%> (+1.08%) ⬆️
app/encoding.go 44.11% <33.33%> (ø)
app/ante/ante.go 56.86% <50.00%> (-2.72%) ⬇️
... and 38 more