164 Commits

Author SHA1 Message Date
diminator
f082f22aaa
Merge remote-tracking branch 'remotes/origin/feat/128/multiple-input-output' into feat/127/crypto-conditions-ilp-bigchain-integration
Conflicts:
	tests/db/test_bigchain_api.py
	tests/test_util.py
2016-04-08 14:00:20 +02:00
diminator
cc0c56c150
sign/verify with fulfillments for CREATE/GENESIS 2016-04-08 10:56:45 +02:00
diminator
66e3c9e8a9
sign/validate fulfillment (single owner)
Merge remote-tracking branch 'remotes/origin/develop' into feat/127/crypto-conditions-ilp-bigchain-integration

Conflicts:
	tests/conftest.py
2016-04-07 18:21:13 +02:00
vrde
1ddfa2becb
Add explicit tests for update_types 2016-04-07 18:06:04 +02:00
vrde
820a14baa7
Merge branch 'develop' into improve-config 2016-04-07 18:05:42 +02:00
vrde
c9cd842151
Avoid loading the config located in the home of the current user 2016-04-07 17:54:36 +02:00
Rodolphe Marques
caf7c0dfc4 Added argument validation to create_transaction.
Fixed some tests
2016-04-07 17:38:16 +02:00
diminator
12ce460400
removed ECDSA support in tests config 2016-04-07 17:05:57 +02:00
Dimitri De Jonghe
56a1bb5e1d Merge branch 'develop' into feat/137/crypto-ed25519-compatible-signing-scheme 2016-04-07 16:11:20 +02:00
diminator
b76bd72ea0
tx with conditions 2016-04-07 15:41:06 +02:00
vrde
ae641d6a96
Fix tests 2016-04-07 14:31:34 +02:00
vrde
ac3ce3b6fa
Merge branch 'develop' into improve-config 2016-04-07 11:25:12 +02:00
vrde
959320cdb9
Remove CONFIGURED from tests as well 😓 2016-04-06 17:39:44 +02:00
diminator
ec08bca3d0
fulfillment preparations 2016-04-06 16:21:35 +02:00
diminator
dd20737bb9 Merge remote-tracking branch 'remotes/origin/feat/128/multiple-input-output' into feat/127/crypto-conditions-ilp-bigchain-integration
Conflicts:
	bigchaindb/util.py
2016-04-06 12:41:56 +02:00
diminator
ce1302dd90 imports from crypto 2016-03-31 15:10:43 +02:00
vrde
804365db24 Improve config, tests and docs
Add better support to env variables.
2016-03-31 11:37:09 +02:00
vrde
e4d3915533 Add type conversion and docs 2016-03-24 01:41:00 +01:00
diminator
4138842eed import keys from cryptoconditions
set ed25519 as default
2016-03-23 19:14:59 +01:00
Rodolphe Marques
194bf8c6bd initial implementation of multi input support 2016-03-22 19:30:53 +01:00
vrde
20d3dd4ff3 Wrap the wsgi app in a standalone Gunicorn app 2016-03-22 18:49:14 +01:00
Matt Smith
ad535c7895 Tests for loading consensus plugins 2016-03-14 13:27:17 -07:00
vrde
8ed937aecc Simplify code for client 2016-03-04 16:00:30 +01:00
vrde
1fa47d4b5f Move last methods to util 2016-03-03 03:09:54 +01:00
vrde
1475a3cbb1 Move hash_data to the crypto module 2016-03-03 02:02:17 +01:00
vrde
fc33cf850a Update skipped test 2016-03-03 01:52:38 +01:00
vrde
3a714a7f8e Add config to blueprint and fix tests madness
There was a problem related to the import of the module
`bigchaindb.web.views`.
The module, when imported, inizialises a new `Bigchain` instance, and
this is wrong for testing and because it's a bad practice.

I spent more or less 2h finding out the problem.
2016-03-03 01:40:40 +01:00
vrde
8938811c67 Update endpoints names 2016-02-29 18:28:04 +01:00
vrde
70dbd6b192 Merge branch 'develop' into feat/17/provide-a-restful-api 2016-02-29 18:08:32 +01:00
vrde
bd6e16b836 Fix bug related to config overwrite 2016-02-29 14:28:02 +01:00
vrde
70692a851c Add client code to create/transfer txs 2016-02-26 16:23:50 +01:00
vrde
054c17d38c Merge remote-tracking branch 'origin/develop' into feat/17/provide-a-restful-api 2016-02-24 14:15:08 +01:00
Alberto Granzotto
712a55d4ed Merge pull request #72 from rhsimplex/statsd
Monitoring for BigchainDB
2016-02-24 14:07:21 +01:00
vrde
3bfb6bc4c4 Merge remote-tracking branch 'origin/develop' into feat/17/provide-a-restful-api 2016-02-24 12:02:54 +01:00
vrde
9383fa84be Remove useless print 2016-02-24 11:09:59 +01:00
vrde
aeede79846 Add asset create and transfer 2016-02-24 02:38:30 +01:00
vrde
445bacce0d Move some other code to the util module 2016-02-23 18:14:52 +01:00
Rodolphe Marques
4326c863ac Fixed how validate_transaction handles double spends.
Create tests.
Fixed some flake8 warnings
2016-02-23 13:48:31 +01:00
Sylvain Bellemare
9b662ff199 Add test for monitor 2016-02-23 09:39:56 +01:00
vrde
56357e978d Add simple flask webserver and tests 2016-02-23 03:37:33 +01:00
vrde
b3b54e7529 Move common code to util module 2016-02-22 23:46:32 +01:00
Rodolphe Marques
024817a4ac Initial implementation of the fix 2016-02-22 19:45:55 +01:00
ryan
63fb14dcc5 adjust tests accordingly 2016-02-22 14:16:02 +01:00
Alberto Granzotto
272a899c9e Merge pull request #64 from bigchaindb/feat/58/non-interactive-first-start
Allow non interactive first start
2016-02-21 22:38:11 +01:00
vrde
6ab2b03260 Use unique db names in tests to allow xdist 2016-02-19 00:10:44 +01:00
vrde
aea99f8ce0 Fix annoying fixture 2016-02-18 22:14:58 +01:00
vrde
c695f0950e Allow non interactive first start 2016-02-18 16:27:24 +01:00
vrde
4c177a9946 Replace == with is for some tests
Replace all occurrences of:
 - `== True` with `is True`
 - `== False` with `is False`
 - `== None` with `is None`
2016-02-18 11:42:34 +01:00
Sylvain Bellemare
53aff999aa Make it harder for issue #27 to go unnoticed 2016-02-15 22:18:26 +01:00
Sylvain Bellemare
a68a4352b8 Import locally 2016-02-15 16:30:37 +01:00