A minor release containing performance optimizations.
Features
- Add optimization for quicker attesting post-launch by @eth2353 in #13
- Sign large amounts of messages in a separate process by @eth2353 in #15
- Improve duty start/submission time visualization by @eth2353 in #19
- Handle aggregates and contributions concurrently by @eth2353 in #21
Bug Fixes
- Fix flaky test
test_attest_if_not_yet_attestedby @eth2353 in #9 - Cancel pending asyncio tasks - wait_for_attestation_data by @eth2353 in #10
Maintenance
- Update docker/build-push-action to v6 by @eth2353 in #11
- Use
astral-sh/setup-uvGitHub action by @eth2353 in #12 - Bump dependencies by @eth2353 in #16
- Use mypy strict mode and more ruff rules by @eth2353 in #17
- Fix
handle_reorg_eventafter mypy changes by @eth2353 in #20 - Refactor and add tests for CLI args by @eth2353 in #18
Full Changelog: v0.8.1...v0.8.2