bigchaindb-driver icon indicating copy to clipboard operation
bigchaindb-driver copied to clipboard

Official Python driver for BigchainDB

Results 20 bigchaindb-driver issues
Sort by recently updated
recently updated
newest added

Solution: remove the redundant code This [file in common](https://github.com/bigchaindb/bigchaindb-driver/blob/master/bigchaindb_driver/common/crypto.py) contains the same code as [the bigchaindb_driver crypto file](https://github.com/bigchaindb/bigchaindb-driver/blob/master/bigchaindb_driver/crypto.py). One of them (I'd say the common.crypto) should stay. The usages in...

easy
community

Solution: add a link for the image to the BigchainDB website The header image in the README should contain a link to [BigchainDB](https://www.bigchaindb.com/)

easy
community

Solution: add missing parts and restructure reasonably Check out the [Write Code Guide](https://docs.bigchaindb.com/projects/contributing/en/latest/dev-setup-coding-and-contribution-process/write-code.html) for the BigchainDB repository. - [ ] Replace `Fix Bugs` and `Implement Features` Section with something like...

help wanted
easy
docs
community

Solution: restructure the installation guide and make it more usable The [Installation Guide for Developers](https://docs.bigchaindb.com/projects/py-driver/en/latest/quickstart.html#installation-guide-for-developers) needs to be updated and improved. First of all it is not only an installation...

help wanted
easy
docs
community

Currently it is the following: ``` In [14]: cid = 0 In [15]: condition = creation_tx['transaction']['conditions'][cid] In [16]: transfer_input = { ....: 'fulfillment': condition['condition']['details'], ....: 'input': { ....: 'cid': cid,...

Hello! I tried to ```pip install bigchaindb-driver``` but I keep getting errors that I cannot build wheels for the 3 packages as mentioned above. I tried to individually pip install...

Python 3.11 cannot install pysha3, and the author of pysha3 has no intention of fixing it. https://github.com/tiran/pysha3/issues/30

bigchaindb-driver version: 0.6.2 bigchaindb version: 2 Python version: 3.10.1 Operating System: ubuntu 20.04 Description: Wanted to setup the python bigchaindb-driver to create an asset using bigchaindb-driver in python What I...

* bigchaindb-driver version:6.0.2 * bigchaindb **server** version (`bigchaindb -v`):2.2.2 * Python version: 3.8.10 * Operating System: ubuntu 16.04-18.04-20.03 ### Description If you are using bighchaindb (in my case bigchaindb is...

Bumps [wheel](https://github.com/pypa/wheel) from 0.29.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...

dependencies