PyBitmessage
PyBitmessage copied to clipboard
Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
- Added Flatpak build manifests under ```packages/flatpak/``` directory - Added Flatpak build instructions under ```docs/``` directory
Hello! I've started the standalone testcase for the API thread. IMHO it's the proper way to test the commands, which are not closely tied to the rest parts of PyBM...
[Darling](https://www.darlinghq.org) is an implementation of macOS system interfaces on linux, similarly like [wine](https://www.winehq.org) is an implementation of Windows system on linux. Based on my research there is a good chance...
The `buildscripts/docker/Dockerfile.bionic` doesn't work on arm architecture (Apple M1, Raspberry Pi, ...).
Hi! It seems nobody cares about PEP8 and formatting anymore. The recently merged code is formatted like shit, as well as the commit messages, which are still meaningless ): Two...
Sometimes API tests for `sendBroadcast` fail, and it looks like the `ackdata` that is returned by `helper_sent.insert` is inconsistent with the `ackdata` which is returned when reading the corresponding database...
`bitmessagemain.py` can't be executed directly anymore due to removing of relative imports (well technically it can but you still need to build the modules first). Installation documentation needs to be...
Create the following mock threads that can be used for UI tests - [ ] worker (pretend to do PoW and mark message as sent after a while, or pretend...
Recently the team at Google have found the first SHA1 collision, the ECDSA signatures use SHA1 and most of the code for a switch to SHA256 is in the comments...