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: emit events from staking precompile #2861

Merged
merged 7 commits into from
Sep 11, 2024

add constants for events names

ead6173
Select commit
Loading
Failed to load commit list.
Merged

feat: emit events from staking precompile #2861

add constants for events names
ead6173
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 11, 2024 in 1s

66.80% (-0.02%) compared to 23ecfde

View this Pull Request on Codecov

66.80% (-0.02%) compared to 23ecfde

Details

Codecov Report

Attention: Patch coverage is 64.70588% with 30 lines in your changes missing coverage. Please review.

Project coverage is 66.80%. Comparing base (23ecfde) to head (ead6173).

Files with missing lines Patch % Lines
precompiles/staking/logs.go 57.44% 10 Missing and 10 partials ⚠️
precompiles/staking/staking.go 53.84% 3 Missing and 3 partials ⚠️
precompiles/logs/logs.go 84.00% 2 Missing and 2 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2861      +/-   ##
===========================================
- Coverage    66.81%   66.80%   -0.02%     
===========================================
  Files          371      373       +2     
  Lines        20910    20993      +83     
===========================================
+ Hits         13972    14025      +53     
- Misses        6300     6315      +15     
- Partials       638      653      +15     
Files with missing lines Coverage Δ
precompiles/logs/logs.go 84.00% <84.00%> (ø)
precompiles/staking/staking.go 93.92% <53.84%> (-2.26%) ⬇️
precompiles/staking/logs.go 57.44% <57.44%> (ø)