-
Notifications
You must be signed in to change notification settings - Fork 143
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
❄️ Graph Horizon and Subgraph Service ❄️ #944
base: main
Are you sure you want to change the base?
Conversation
☀️ Graph Horizon and Subgraph Service ☀️
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎ This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #944 +/- ##
==========================================
- Coverage 92.69% 92.51% -0.19%
==========================================
Files 46 46
Lines 2369 2392 +23
Branches 425 428 +3
==========================================
+ Hits 2196 2213 +17
- Misses 173 179 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
76aa677
to
33b5790
Compare
1b27dfa
to
cae2490
Compare
…s-tests [WIP] Horizon: fix unit tests and refactor
- cut: for PPM percentages - tokens: for token amounts Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
v2 is default since 0.8.0 Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
* chore: typos Signed-off-by: Tomás Migone <[email protected]> * chore: refactor HorizonStaking Signed-off-by: Tomás Migone <[email protected]> --------- Signed-off-by: Tomás Migone <[email protected]>
fix: standardize naming conventions throughout the codebase (OZ N-13)
…eRescuable.sol Co-authored-by: Tomás Migone <[email protected]>
fix: emit new events in AuthorizedCollector and TokensRescued. (OZ N-14)
* feat: remove transfer tools from horizon Signed-off-by: Tomás Migone <[email protected]> * fix: deprecate storage variables Signed-off-by: Tomás Migone <[email protected]> * fix: remove minimum delegation requirement from delegation flows Signed-off-by: Tomás Migone <[email protected]> * fix: minor changes Signed-off-by: Tomás Migone <[email protected]> --------- Signed-off-by: Tomás Migone <[email protected]>
* fix(Horizon): add input validation for set provision parameters * fix: subgraph service tests * fix: use new parameter names * fix: subgraph-service tests
Signed-off-by: Tomás Migone <[email protected]>
* fix(Horizon): withdraw delegation with beneficiary test fix * fix: skip addresses that will overflow
…ager.sol Co-authored-by: Tomás Migone <[email protected]>
* feat: separate escrow accounts for each collector Signed-off-by: Tomás Migone <[email protected]> * feat: escrow account per collector Signed-off-by: Tomás Migone <[email protected]> --------- Signed-off-by: Tomás Migone <[email protected]>
fix: address inconsistent parameter and mapping order (OZ N-05)
* fix: wip tweaks to thawing pool management Signed-off-by: Tomás Migone <[email protected]> * fix: handle edge cases for thawing pools Signed-off-by: Tomás Migone <[email protected]> * fix: simplify some conditions and checks Signed-off-by: Tomás Migone <[email protected]> * chore: fix test comment Signed-off-by: Tomás Migone <[email protected]> * fix: typos and variable rename Signed-off-by: Tomás Migone <[email protected]> * fix: merge conflicts Signed-off-by: Tomás Migone <[email protected]> * fix: improve thawing pool reset condition Signed-off-by: Tomás Migone <[email protected]> --------- Signed-off-by: Tomás Migone <[email protected]>
* chore(Horizon): add signers to TAPCollector * fix: collect multiple queries test * fix: rename events and change parameter order to make it consistent * fix: lint issues * chore: add tap collector signer unit tests
No description provided.