Dimitri De Jonghe
Dimitri De Jonghe
* bigchaindb-driver version: 0.5.0 * bigchaindb **server** version (`bigchaindb -v`): * Python version: 3 * Operating System: linux ### Description Simple operations like - create - retrieve - update -...
Using float values might lead to `InvalidHash` errors on the server ie using the following metadata: ``` { time: 1502839313139, value: 0.26841099995038165 } ```
After adding a certain amount of subconditions, the serializeUri fails: Test vector attached ## Stacktrace ``` File "bigchaindb-server/bigchaindb/common/transaction.py", line 904, in to_dict condition['uri'] = self.fulfillment.condition_uri File "cryptoconditions/fulfillment.py", line 154, in...
`ThresholdSha256Fulfillment.calculate_smallest_valid_fulfillment_set(self.threshold, subfulfillments)['set']` might not always include `set` in its keys
We want to update a single subcondition hence try to find the path of the subcondition or better ways to navigate subconditions example ``` GET/DEL/UPDATE fulfillment.subcondition_by_path([(type_id=cc.types.THRESHOLD, args=[branch_nb]), (type_id=cc.types.ED25519, args=[public_key]))] ```...
- Optimize List queries - Add paginated results