Martijn de Vos
Martijn de Vos
I'm currently trying to write a few Python bindings around the [FROST algorithm](https://github.com/ElementsProject/secp256k1-zkp/pull/138). To get this up and running, I need to call the `secp256k1_scalar_chacha20` function, which signature seems to...
_Thesis officially starts in Nov. 2022 but some preliminary work will be done during the summer period._ _Subject to change_ The goal of this thesis is to 1) work towards...
When installing Tribler by double-clicking on the `.deb` file, the software center opens. However, the icon is not visible, see the screenshot below:
We run a number of [validation experiments](https://jenkins-ci.tribler.org/job/validation_experiments/) that run every midnight. After merging #6206 and [extensive refactoring of Gumby](https://github.com/Tribler/gumby/pull/489), these validation experiments are broken. When these validation experiments have been...
As suggested by a user in a [Reddit thread](https://www.reddit.com/r/tribler/comments/s6yz9p/regarding_dht_node_calls_block_issue/): I2P network is supported or bridged via a plugin in Tribler. This bridge will help users of Tribler, as new set...
When searching in Tribler, search results (which can consist of torrents and channels) are ranked according to several criteria. Channels and torrents are sorted separately from each other. The associated...
Observed this error when running the [application tester on Windows 10, 64-bit](https://jenkins-ci.tribler.org/job/Deployment-Tests/job/Run_Tribler_Release/job/Run_Win10_64bit/1046/console). Should we first check if this is already in the database maybe? ``` [PID:9376] 2020-07-21 05:31:34,949 - ERROR...
Our usage of dialogs in the GUI code is inconsistent. Specifically, we are creating dialog objects in different widgets classes, which can lead to race conditions and other hidden errors....
It seems that [libtorrent 2](https://github.com/arvidn/libtorrent/releases/tag/2.0), with support for the BitTorrent 2 protocol was released a week ago. Unfortunately, the new protocol is not compatible with BitTorrent 1.x, due to the...
From the error reporter (7.5.0-RC2): ``` Traceback (most recent call last): File "src\tribler-gui\tribler_gui\core_manager.py", line 106, in on_received_state RuntimeError: database disk image is malformed --LONG TEXT-- Traceback (most recent call last):...