• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

safe-global / safe-queue-service
91%

Build:
DEFAULT BRANCH: main
Repo Added 06 Aug 2024 10:19AM UTC
Files 42
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • add-database-support
  • add-endpoints
  • add-safe-validation
  • connect-config-service
  • dependabot/docker/docker/web/python-3.14-slim
  • dependabot/github_actions/actions/checkout-6
  • dependabot/pip/aio-pika-9.5.7
  • dependabot/pip/aio-pika-9.5.8
  • dependabot/pip/alembic-1.17.0
  • dependabot/pip/alembic-1.17.1
  • dependabot/pip/alembic-1.17.2
  • dependabot/pip/asyncpg-0.31.0
  • dependabot/pip/fastapi-all--0.115.11
  • dependabot/pip/fastapi-all--0.115.6
  • dependabot/pip/fastapi-all--0.115.7
  • dependabot/pip/fastapi-all--0.115.8
  • dependabot/pip/fastapi-all--0.119.0
  • dependabot/pip/fastapi-all--0.120.0
  • dependabot/pip/fastapi-all--0.120.4
  • dependabot/pip/fastapi-all--0.121.1
  • dependabot/pip/fastapi-all--0.121.3
  • dependabot/pip/fastapi-all--0.124.0
  • dependabot/pip/pydantic-settings-2.7.0
  • dependabot/pip/pydantic-settings-2.7.1
  • dependabot/pip/pydantic-settings-2.8.0
  • dependabot/pip/pydantic-settings-2.8.1
  • dependabot/pip/safe-eth-py-7.13.0
  • dependabot/pip/safe-eth-py-7.14.0
  • dependabot/pip/safe-eth-py-7.15.0
  • dependabot/pip/sqlmodel-0.0.27
  • dependabot/pip/web3-7.14.0
  • implement-messages
  • remove_duplicated_code
  • update-project
  • use-ruff

17 Nov 2025 04:14PM UTC coverage: 91.451% (-0.7%) from 92.181%
19436405492

push

github

web-flow
Implement validation for MultisigTransaction and Confirmations

- Get Safe information from blockchain or tx services
- Add validation for contraints like not allowing lower nonce transactions
- Support all 4 types of signatures
- Add async tests for everything and create new helpers

231 of 252 new or added lines in 13 files covered. (91.67%)

1 existing line in 1 file now uncovered.

920 of 1006 relevant lines covered (91.45%)

0.91 hits per line

Relevant lines Covered
Build:
Build:
1006 RELEVANT LINES 920 COVERED LINES
0.91 HITS PER LINE
Source Files on main
  • Tree
  • List 42
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
19436405492 main Implement validation for MultisigTransaction and Confirmations - Get Safe information from blockchain or tx services - Add validation for contraints like not allowing lower nonce transactions - Support all 4 types of signatures - Add async tests ... push 17 Nov 2025 04:17PM UTC web-flow github
91.45
18969394628 main Connect to ConfigService to get information about Tx Service and RPCs - Tx Service is required to get information about Safes - RPC is used as fallback - Tests were moved from `/app/tests` to `/tests/` and ignored from mypy push 31 Oct 2025 10:13AM UTC Uxio0 github
92.18
18846677856 main Bump alembic from 1.16.5 to 1.17.0 Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.16.5 to 1.17.0. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANG... push 27 Oct 2025 03:36PM UTC Uxio0 github
95.16
18846227606 main Bump aio-pika from 9.5.6 to 9.5.7 Bumps [aio-pika](https://github.com/mosquito/aio-pika) from 9.5.6 to 9.5.7. - [Release notes](https://github.com/mosquito/aio-pika/releases) - [Changelog](https://github.com/mosquito/aio-pika/blob/master/CHANGELO... push 27 Oct 2025 03:22PM UTC Uxio0 github
95.16
18846222593 main Bump safe-eth-py from 7.11.0 to 7.14.0 Bumps [safe-eth-py](https://github.com/safe-global/safe-eth-py) from 7.11.0 to 7.14.0. - [Release notes](https://github.com/safe-global/safe-eth-py/releases) - [Commits](https://github.com/safe-global/safe-e... push 27 Oct 2025 03:22PM UTC Uxio0 github
94.89
18846216711 main Bump fastapi[all] from 0.118.0 to 0.120.0 Bumps [fastapi[all]](https://github.com/fastapi/fastapi) from 0.118.0 to 0.120.0. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.11... push 27 Oct 2025 03:22PM UTC Uxio0 github
94.89
18846205424 main Create endpoints for Multisig Tx creation/retrieval (#37) --------- Co-authored-by: Uxio Fuentefria <6909403+Uxio0@users.noreply.github.com> push 27 Oct 2025 03:22PM UTC web-flow github
94.89
18221457148 main Bump fastapi[all] from 0.115.5 to 0.115.11 Bumps [fastapi[all]](https://github.com/fastapi/fastapi) from 0.115.5 to 0.115.11. - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](https://github.com/fastapi/fastapi/compare/0.... push 03 Oct 2025 11:52AM UTC Uxio0 github
93.33
18221453603 main Bump pydantic-settings from 2.6.1 to 2.8.1 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.6.1 to 2.8.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pyda... push 03 Oct 2025 11:52AM UTC Uxio0 github
93.33
18196425035 main Add database initial configuration (#35) - Add MultisigTransaction model - Add custom `uint256`, `EthereumAddress` and `EthereumHash` db fields - Add alembic configuration and initial migration - Add tests and factories push 02 Oct 2025 02:41PM UTC web-flow github
93.33
See All Builds (107)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc