David Dashyan
186cd87444
Updated bigchaindb-abci ( #2689 )
...
* Updated bigchaindb-abci
Reason: gevent API change breaks BigchainDB installation
Signed-off-by: David Dashyan <mail@davie.li>
* Version bump
Signed-off-by: David Dashyan <mail@davie.li>
* Updated changelog
2020-04-14 23:59:51 +02:00
David Dashyan
9e99c024d3
Replace headers ( #2683 )
...
Signed-off-by: David Dashyan <mail@davie.li>
2020-04-06 11:52:18 +02:00
Troy McConaghy
20e6c6a686
Update acceptance Dockerfile to use latest Python driver ( #2594 )
...
* Update acceptance Dockerfile to use latest Python driver
* Fixed four Flake8 errors
2018-11-03 17:34:36 +01:00
Troy McConaghy
c5fea574b5
Updated Python driver version for acceptance tests
2018-10-20 22:03:50 +02:00
codegeschrei
407571ddf4
Problem: send function has a deprecation warning in the driver ( #2547 )
...
Solution: replace send with the matching new functions
2018-09-20 10:31:05 +02:00
Troy McConaghy
0f41869bea
Updated the Python Driver version in acceptance/python/Dockerfile ( #2532 )
...
* Updated the Python Driver version in acceptance/python/Dockerfile
* Let package manager auto-update to latest patch version
2018-09-12 16:53:07 +02:00
Muawia Khan
cf1f253019
Update bigchaindb-driver version -> 0.5.2 in acceptance test ( #2503 )
2018-08-31 16:56:34 +02:00
codegeschrei
e2aafb9cf9
Problem: there is a new version of the python driver ( #2477 )
...
Solution: update the Dockerfile for acceptance tests
2018-08-23 14:49:04 +02:00
Troy McConaghy
abdd23f5a6
Problem: Source files contain no license info ( #2455 )
...
* Problem: Source files contain no license info
Solution: Add comments with SPDX license info to source files
* Python 3 files don't need # -*- coding: utf-8 -*-
2018-08-16 12:31:32 +02:00
Zachary Bowen
f243b252ca
Problem: we don't have any tests to cover malicious strings ( #2334 )
...
* Problem: we don't have any tests for malicious strings
Solution: Use a parameterized test that fuzzes over a library of potentially hazardous strings
* Needed to update the Dockerfile to install blns
* Removed unnecessary import from Dockerfile-dev
* Made the conditions under which the test expects an error more explicit
* Improved reporting in case of a bad status code
* Removed some over-zealous assertions.
* Removed `sent_transaction` from assertation error response
* *Problem: blns was removed as a dependency while fixing a merge conflict
Solution: added it back to the Dockerfile
* *Problem: made a typo when adding blns to the Dockerfile
Solution: fixed the typo
2018-07-10 17:30:00 +02:00
codegeschrei
181c9a13b5
Problem: there is a new python driver version ( #2351 )
...
Solution: update the version for acceptance tests
2018-06-14 11:08:48 +02:00
codegeschrei
e2ab561eef
Problem: we don't have enough acceptance tests ( #2294 )
...
* Problem: we don't have enough acceptance tests
Solution: test different scenarios for divisible assets
2018-05-16 17:07:43 +02:00
codegeschrei
04b3b15c66
Problem: not all transaction scenarios in acceptance tests ( #2291 )
...
Solution: test multiple owners for a transaction
2018-05-16 15:54:54 +02:00
vrde
dbf1b23c43
Problem: acceptance tests are using old pydriver ( #2282 )
...
Solution: update to the new driver version, and simplify the code
removing the `mode` parameter.
2018-05-15 11:46:58 +02:00
vrde
8d589d0181
Problem: we don't have acceptance tests ( #2216 )
...
Solution: have a simple way to start a node and run scripts against it.
2018-04-30 14:43:39 +02:00