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

Release v0.13.1 #2086

Merged
merged 4 commits into from
Oct 11, 2023
Merged

Release v0.13.1 #2086

merged 4 commits into from
Oct 11, 2023

Conversation

angrybayblade
Copy link
Contributor

Release summary

Version number: v0.13.1

Release details

Autonomy:

  • Updates the on-chain tools to use service manager token contract for managing services on gnosis
  • Makes fallback handler address configurable when deploying a service
  • Updates the log parser to use utf-8 encoding to avoid decoding issues on windows
  • Fixes the log parser multiline parsing
  • Fixes the deployment exits on windows
  • Updates error handling for invalid private keys
  • Fixes error messages for unreferenced events in the FSM check
  • Updates the environment variable validation to
    • Validate data type
    • Validate default value
  • Updates the service analyser to warn if the termination skill or the slashing skill is missing as a dependency
  • Adds support for service level dependencies

Packages:

  • Moves the hypothesis imports to test modules to avoid import errors at runtime
  • Removes the hello world service

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the main branch (left side), from develop
  • I've updated the dependencies versions to the latest, wherever is possible.
  • Lint and unit tests pass locally (please run tests also manually, not only with tox)
  • I built the documentation and updated it with the latest changes
  • I've added an item in HISTORY.md for this release
  • I bumped the version number in the __init__.py file.
  • I published the latest version on TestPyPI and checked that the following command work:
    pip install project-name==<version-number> --index-url https://test.pypi.org/simple --force --no-cache-dir --no-deps
  • After merging the PR, I'll publish the build also on PyPI. Then, I'll make sure the following
    command will work:
    pip install project-name-template==<version_number> --force --no-cache-dir --no-deps
  • After merging the PR, I'll tag the repo with v${VERSION_NUMVER} (e.g. v0.1.2)

Adamantios
Adamantios previously approved these changes Oct 11, 2023
@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (37d44ce) 94.14% compared to head (d44bac4) 94.14%.

Additional details and impacted files
@@                Coverage Diff                 @@
##           feat/gnosis-as-l1    #2086   +/-   ##
==================================================
  Coverage              94.14%   94.14%           
==================================================
  Files                    255      255           
  Lines                  15787    15787           
==================================================
  Hits                   14862    14862           
  Misses                   925      925           
Flag Coverage Δ
unittests 94.14% <100.00%> (ø)

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

Files Coverage Δ
autonomy/__version__.py 100.00% <100.00%> (ø)
autonomy/constants.py 100.00% <100.00%> (ø)

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

@angrybayblade angrybayblade changed the base branch from feat/gnosis-as-l1 to main October 11, 2023 13:00
@angrybayblade angrybayblade dismissed stale reviews from Adamantios and jmoreira-valory October 11, 2023 13:00

The base branch was changed.

@angrybayblade angrybayblade merged commit ae2a0a9 into main Oct 11, 2023
21 of 22 checks passed
@DavidMinarsch DavidMinarsch deleted the release/v0.13.1 branch November 25, 2023 23:21
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.

4 participants