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

Service bots hotfixes for gnoisis #1671

Merged
merged 7 commits into from
Aug 29, 2024
Merged

Conversation

slundqui
Copy link
Contributor

@slundqui slundqui commented Aug 29, 2024

  • Handle case when base address is zero address.
  • Setting hard coded earliest blocks due to gnosis not supporting "earliest".
  • Adding flag for invariance checks for turning off event triggers.
  • Redefining what check_time = 0 means for invariance checks (0 means to check as fast as possible without checking intermediate blocks).
  • Adding in no_postgres option to Chain.Config to launch chain without postgres.

Copy link

codecov bot commented Aug 29, 2024

Codecov Report

Attention: Patch coverage is 73.68421% with 20 lines in your changes missing coverage. Please review.

Project coverage is 82.17%. Comparing base (4b0bd30) to head (e5d4b24).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...t0/core/hyperdrive/interactive/local_hyperdrive.py 53.33% 7 Missing ⚠️
...t0/core/hyperdrive/interactive/hyperdrive_agent.py 58.33% 5 Missing ⚠️
src/agent0/core/hyperdrive/interactive/chain.py 76.47% 4 Missing ⚠️
...c/agent0/core/hyperdrive/interactive/hyperdrive.py 33.33% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1671      +/-   ##
==========================================
+ Coverage   81.95%   82.17%   +0.21%     
==========================================
  Files          98       98              
  Lines        7472     7517      +45     
==========================================
+ Hits         6124     6177      +53     
+ Misses       1348     1340       -8     
Flag Coverage Δ
unittests 82.17% <73.68%> (+0.21%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@slundqui slundqui merged commit 394cd97 into delvtech:main Aug 29, 2024
4 of 5 checks passed
@slundqui slundqui deleted the bots-hotfix branch August 29, 2024 22:20
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.

2 participants