python-rein
python-rein copied to clipboard
Client for a decentralized freelancing market
Bumps [flask](https://github.com/pallets/flask) from 1.0 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.3 to 2.2.3. Release notes Sourced from werkzeug's releases. 2.2.3 This is a fix release for the 2.2.x release branch. Changes: https://werkzeug.palletsprojects.com/en/2.2.x/changes/#version-2-2-3 Milestone: https://github.com/pallets/werkzeug/milestone/26?closed=1 This release contains...
One possible solution to #143 is to add support for HTLCs and supporting Lightning protocols, however escrow in Rein depended upon multisig addresses to pay mediators of the form A+(B...
If a dispute is accidentally put in or even if it's a mutual decision we should allow clients to end the job and put in a signed payment per their...
When a user bids, he doesn't get to know how much his bid is worth in USD or any other currency. It would be convenient to let a user choose...
The smallest payment in a typical job is the one paid to the mediator, usually a small percentage of the total job cost. For example, let's say a job is...
Problem: Users cannot turn off their willingness to mediate.
Windows Subsystem Linux Ubuntu ModuleNotFoundError: No module named 'crypto.util'
I am sure there is a way to install all necessary eggs and stuff "local" in the sense that no `sudo`/root access is needed. I am not very native Python...
Accessing a job through /bid will lead to the description of the latest bid being displayed instead of the job description if there has been a bid, despite the job...