Skip to content

Conversation

@amityadav0
Copy link
Contributor

Description

Closes:

What has Changed?

What specific problem were you aiming to address, and how did you successfully resolve it? If tests were not uploaded for this pull request or if coverage decreased, please provide an explanation for the change.


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • included the correct type prefix in the PR title
  • added ! to the type prefix if API or client breaking change
  • targeted the correct branch (see PR Targeting)
  • provided a link to the relevant issue or specification
  • followed the guidelines for building modules
  • included the necessary unit and integration tests
  • included comments for documenting Go code
  • updated the relevant documentation or specification
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.

I have...

  • confirmed the correct type prefix in the PR title
  • confirmed ! in the type prefix if API or client breaking change
  • confirmed all author checklist items have been addressed
  • reviewed state machine logic
  • reviewed API design and naming
  • reviewed documentation is accurate
  • reviewed tests and test coverage
  • manually tested (if applicable)

Deployment Notes

Are there any specific considerations to take into account when deploying these changes? This may include new dependencies, scripts that need to be executed, or any aspects that can only be evaluated in a deployed environment.

Screenshots and Videos

Please provide any relevant before and after screenshots by uploading them here. Additionally, demo videos can be highly beneficial in demonstrating the process.

@codecov
Copy link

codecov bot commented Apr 1, 2025

Codecov Report

Attention: Patch coverage is 72.14286% with 39 lines in your changes missing coverage. Please review.

Project coverage is 57.37%. Comparing base (19b016f) to head (85abcd4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1221      +/-   ##
==========================================
+ Coverage   57.30%   57.37%   +0.07%     
==========================================
  Files         955      955              
  Lines       38152    38260     +108     
==========================================
+ Hits        21864    21953      +89     
- Misses      14837    14847      +10     
- Partials     1451     1460       +9     
Components Coverage Δ
leveragelp_transactions 78.06% <ø> (ø)
leveragelp_lifecycle 85.93% <ø> (ø)
leveragelp_keeper 85.41% <ø> (ø)
leveragelp_queries 20.17% <ø> (ø)
accountedpool_transactions 100.00% <ø> (ø)
accountedpool_lifecycle 100.00% <ø> (ø)
accountedpool_queries 81.25% <ø> (ø)
amm_transactions 77.22% <ø> (ø)
amm_lifecycle 90.66% <ø> (ø)
amm_keeper 74.23% <ø> (ø)
amm_queries 57.05% <ø> (ø)
assetprofile_transactions 76.85% <ø> (ø)
assetprofile_lifecycle ∅ <ø> (∅)
assetprofile_keeper 80.00% <ø> (ø)
assetprofile_queries 60.00% <ø> (ø)
burner_transactions 13.33% <ø> (ø)
burner_lifecycle ∅ <ø> (∅)
burner_keeper 100.00% <ø> (ø)
burner_queries 79.06% <ø> (ø)
commitment_transactions 77.18% <ø> (ø)
commitment_lifecycle ∅ <ø> (∅)
commitment_keeper 90.65% <ø> (ø)
commitment_queries 53.44% <ø> (ø)
epochs_transactions ∅ <ø> (∅)
epochs_lifecycle 92.00% <ø> (ø)
epochs_keeper 84.61% <ø> (ø)
epochs_queries 83.33% <ø> (ø)
estaking_transactions 74.00% <ø> (ø)
estaking_lifecycle 87.82% <ø> (ø)
estaking_keeper 67.70% <ø> (ø)
estaking_queries 62.35% <ø> (ø)
incentive_transactions ∅ <ø> (∅)
incentive_lifecycle ∅ <ø> (∅)
incentive_keeper ∅ <ø> (∅)
incentive_queries ∅ <ø> (∅)
masterchef_transactions 90.28% <ø> (ø)
masterchef_lifecycle 71.63% <ø> (ø)
masterchef_keeper 100.00% <ø> (ø)
masterchef_queries 38.10% <ø> (ø)
oracle_transactions 27.27% <ø> (ø)
oracle_lifecycle 42.85% <ø> (ø)
oracle_keeper 69.44% <ø> (ø)
oracle_queries 34.53% <ø> (ø)
parameter_transactions 18.86% <ø> (ø)
parameter_lifecycle ∅ <ø> (∅)
parameter_keeper 75.00% <ø> (ø)
parameter_queries 57.14% <ø> (ø)
stablestake_transactions 83.58% <ø> (ø)
stablestake_lifecycle 100.00% <100.00%> (ø)
stablestake_keeper 90.90% <ø> (ø)
stablestake_queries 89.74% <62.50%> (-4.32%) ⬇️
perpetual_transactions 76.10% <ø> (ø)
perpetual_lifecycle 83.78% <ø> (ø)
perpetual_keeper 61.68% <ø> (ø)
perpetual_queries 67.13% <ø> (ø)
tier_transactions 100.00% <ø> (ø)
tier_lifecycle 100.00% <ø> (ø)
tier_keeper 90.90% <ø> (ø)
tier_queries 79.63% <ø> (ø)
tokenomics_transactions 71.87% <ø> (ø)
tokenomics_lifecycle ∅ <ø> (∅)
tokenomics_keeper 80.00% <ø> (ø)
tokenomics_queries 79.06% <ø> (ø)
transferhook_transactions ∅ <ø> (∅)
transferhook_lifecycle ∅ <ø> (∅)
transferhook_keeper 100.00% <ø> (ø)
transferhook_queries 57.14% <ø> (ø)
tradeshield_transactions 74.29% <ø> (ø)
tradeshield_lifecycle ∅ <ø> (∅)
tradeshield_keeper 90.90% <ø> (ø)
tradeshield_queries 67.56% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@amityadav0 amityadav0 changed the title Use new key Stablestake Fixes Apr 1, 2025
@amityadav0 amityadav0 disabled auto-merge April 2, 2025 03:09
@avkr003 avkr003 enabled auto-merge (squash) April 2, 2025 03:39
@avkr003 avkr003 enabled auto-merge (squash) April 2, 2025 09:31
@avkr003 avkr003 merged commit 49f912e into main Apr 2, 2025
74 of 75 checks passed
@avkr003 avkr003 deleted the stablestake branch April 2, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants