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!: add stateful precompiles support #2633

Merged
merged 32 commits into from
Aug 27, 2024

Merge branch 'develop' into feat/stateful-precompiled-contracts

fffd126
Select commit
Loading
Failed to load commit list.
Merged

feat!: add stateful precompiles support #2633

Merge branch 'develop' into feat/stateful-precompiled-contracts
fffd126
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 27, 2024 in 0s

66.83% (+0.05%) compared to 42eb4bd

View this Pull Request on Codecov

66.83% (+0.05%) compared to 42eb4bd

Details

Codecov Report

Attention: Patch coverage is 73.97260% with 38 lines in your changes missing coverage. Please review.

Project coverage is 66.83%. Comparing base (42eb4bd) to head (fffd126).

Files Patch % Lines
precompiles/prototype/prototype.go 69.35% 33 Missing and 5 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2633      +/-   ##
===========================================
+ Coverage    66.78%   66.83%   +0.05%     
===========================================
  Files          364      368       +4     
  Lines        20516    20662     +146     
===========================================
+ Hits         13702    13810     +108     
- Misses        6186     6219      +33     
- Partials       628      633       +5     
Files Coverage Δ
pkg/mempool/senders_with_nonce.go 87.50% <ø> (ø)
precompiles/precompiles.go 100.00% <100.00%> (ø)
precompiles/types/errors.go 100.00% <100.00%> (ø)
precompiles/types/types.go 100.00% <100.00%> (ø)
x/crosschain/keeper/evm_deposit.go 86.95% <ø> (ø)
x/crosschain/keeper/evm_hooks.go 84.42% <ø> (ø)
x/fungible/keeper/deposits.go 95.74% <ø> (ø)
x/fungible/keeper/evm.go 88.38% <ø> (ø)
x/fungible/keeper/evm_hooks.go 100.00% <ø> (ø)
x/fungible/keeper/v2_deposits.go 21.73% <ø> (ø)
... and 6 more