Dr. Quinten Stokkink

Results 40 issues of Dr. Quinten Stokkink

[This issue is reposted from the Tribler Experimental fork. It is confirmed on `main`.] The torrent checker send `channel_entity_updated` notifications when it has health info. This event is sent to...

type: bug

[This issue is reposted from the Tribler Experimental fork and _seems_ to be applicable to the `main` branch. It is worth investigating if this can be reproduced on `main`.] The...

![screenshot](https://github.com/Tribler/py-ipv8/assets/3630389/bb4c462b-24ff-48c9-abdd-fcd1e0980063) One of our DNS domain names is no longer valid. This causes the following trackers to no longer be valid in the config: https://github.com/Tribler/py-ipv8/blob/c2423f002112f3fc6702e453df1bc4714fe75992/ipv8/configuration.py#L34-L41

priority: medium

The IPv8 repository contains [create_setup_taskmanager.py](https://github.com/Tribler/py-ipv8/blob/master/create_setup_taskmanager.py) (and [an associated GitHub Action](https://github.com/Tribler/py-ipv8/blob/master/.github/workflows/python-publish-taskmanager.yml)) to individually package and publish the `TaskManager` class to PyPI: https://pypi.org/project/ipv8-taskmanager/ I don't think the `ipv8-taskmanager` package has seen much...

priority: low

Fixes #1303 This PR: - Removes the IRMA identity format.

Currently, the IPv8 REST API tests launch a web server for each unit test. This takes in the order of seconds per unit test. These tests can be sped up...

priority: low

Our SSI implementation supports the old IRMA protocol. However, IRMA does not exist anymore (it is now Yivi). Without a way to inject new data into the SSI, we can...

priority: low

Coming October, official support for Python 3.8 will be dropped. Currently, in the 2.x series, IPv8 still supports Python 3.7. This is blocking enhancements like #1196. When Python 3.8 support...

priority: low

When we have an uncaught core error, the core responds with an HTTP 500 message to the GUI. However, unless we look at the raw responses coming in (on the...

type: enhancement
component: GUI

It should be relatively easy to build Docker images using GitHub Actions, taken from https://docs.docker.com/build/ci/github-actions/share-image-jobs/ : ```yml name: ci on: push: jobs: build: runs-on: ubuntu-latest steps: - name: Set up...

type: enhancement