154 Commits

Author SHA1 Message Date
diminator
9f62cddbaf
bugfix and bump version to 0.1.5 v0.1.5 2016-04-20 15:31:52 +02:00
Rodolphe Marques
c54ef77e3e Merge pull request #76 from bigchaindb/bug/71/voter-wrong-input-validation
Bug/71/voter wrong input validation
2016-02-23 16:05:11 +01:00
Rodolphe Marques
0220c25c2c Merge pull request #79 from gmcmullen/patch-2
Added protection for discrimination based on species
2016-02-23 16:04:36 +01:00
Greg McMullen
8ae779f236 Added protection for discrimination based on species
Protects Wrigley!
2016-02-23 15:26:11 +01:00
Rodolphe Marques
6c75a5bb6d removed exception print 2016-02-23 13:54:54 +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
Troy McConaghy
d7145b04bf Merge pull request #75 from bigchaindb/assorted-docs-improvements
Assorted docs improvements
2016-02-23 13:41:29 +01:00
Rodolphe Marques
0d9de54976 get_spent also returns the block id containing the
the transaction that used txid as an input
2016-02-23 10:42:42 +01:00
troymc
2b756bea51 Copy-editing Docker section of installing.md 2016-02-23 09:04:05 +01:00
Rodolphe Marques
024817a4ac Initial implementation of the fix 2016-02-22 19:45:55 +01:00
troymc
06c1d73d4c Add note about upgrading with pip (in docs) 2016-02-22 18:02:09 +01:00
troymc
d27a39ccb5 Add notes about roadmap & issues to docs Introduction 2016-02-22 17:56:00 +01:00
troymc
7bbfd3f585 Slack->Gitter in CONTRIBUTING.md + other minor edits there 2016-02-22 17:48:42 +01:00
troymc
18fa13f397 Copy editing models.md in docs 2016-02-22 17:27:59 +01:00
troymc
ecb9296312 Add CC-BY-4 license notice to docs sidebar 2016-02-22 16:58:59 +01:00
Rodolphe Marques
6614f7a102 Merge pull request #68 from bigchaindb/0.1.4
Release 0.1.4
2016-02-22 14:26:50 +01:00
Sylvain Bellemare
c4c850f480 Add classifiers v0.1.4 2016-02-22 12:27:52 +01:00
vrde
6ea6027a17 Release 0.1.4 2016-02-22 12:27:40 +01:00
Troy McConaghy
55a90b4f7e Merge pull request #69 from bigchaindb/add-v1-of-glossary
Added v1 of Glossary
2016-02-22 11:47:34 +01:00
troymc
fef3a5494c Added v1 of Glossary 2016-02-22 11:27:18 +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
Alberto Granzotto
c189b5ced7 Merge pull request #65 from bigchaindb/improve-test-with-xdist
Speed up tests using xdist
2016-02-21 22:34:37 +01:00
Alberto Granzotto
78e892c833 Merge pull request #67 from bigchaindb/format-gitter-badge
Align the gitter badge with the others
2016-02-19 00:31:02 +01:00
Alberto Granzotto
5c32dda543 Align the gitter badge with the others 2016-02-19 00:30:30 +01:00
Alberto Granzotto
cf054e91fa Merge pull request #66 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
2016-02-19 00:29:05 +01:00
vrde
1c96b15174 Add xdist to travis 2016-02-19 00:26:38 +01:00
The Gitter Badger
1c9c238778 Add Gitter badge 2016-02-18 23:20:54 +00: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
Sylvain Bellemare
5ebe9e9349 Merge pull request #63 from bigchaindb/feat/56/update-tests-using-is-instead-of-equalequal
Replace `==` with `is` for some tests
2016-02-18 13:07:05 +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
Alberto Granzotto
319fa217af Merge pull request #60 from bigchaindb/add-docker-setup-docs
Add docker setup docs
2016-02-18 11:29:04 +01:00
Sylvain Bellemare
35c8ea757e Be more explicit about the hash and payload keys 2016-02-18 11:15:26 +01:00
Sylvain Bellemare
c9afcfdd98 Emphasize that the docker setup is not for prod 2016-02-18 10:46:58 +01:00
Sylvain Bellemare
ef6cc9eddd Change port number to a higher number 2016-02-17 23:59:26 +01:00
Sylvain Bellemare
90a895f8a9 Document usage of docker to run bigchaindb 2016-02-17 23:59:26 +01:00
Sylvain Bellemare
f568d8acb5 Add docs requirements in setup.py 2016-02-17 23:59:26 +01:00
Sylvain Bellemare
cb7d10b88f Remove "..." to avoid warning from sphinx 2016-02-17 23:59:25 +01:00
Sylvain Bellemare
ef9d3d3a9a Add missing "#" 2016-02-17 15:44:37 +01:00
Sylvain Bellemare
48509ec00f Remove unused imports 2016-02-17 15:43:35 +01:00
Troy McConaghy
26fe39df85 Merge pull request #57 from bigchaindb/documentation-improvements
Numerous documentation improvements
2016-02-17 11:38:56 +01:00
troymc
9e65cf1b0b Numerous documentation improvements 2016-02-16 20:42:43 +01:00
vrde
f7bb3fb91a Merge branch 'master' into develop 2016-02-16 14:02:41 +01:00
Alberto Granzotto
87326ac93c Merge pull request #52 from bigchaindb/0.1.3
Update requirements, ready for v0.1.3
2016-02-16 14:00:30 +01:00
vrde
8926e3216c Update requirements, ready for v0.1.3 v0.1.3 2016-02-16 11:37:51 +01:00
Alberto Granzotto
0157cf9886 Merge pull request #31 from bigchaindb/tests-for-issue-27
Tests for issue #27
2016-02-16 00:01:27 +01:00
Alberto Granzotto
1ecf2a000a Merge pull request #33 from bigchaindb/fix-docker-config
Fix some config issues for docker-compose
2016-02-15 23:25:09 +01:00
Sylvain Bellemare
53aff999aa Make it harder for issue #27 to go unnoticed 2016-02-15 22:18:26 +01:00
Troy McConaghy
d9bbbe1f05 Merge pull request #48 from bigchaindb/bug/46/change-instructions-for-pip3-install
Add sudo before pip install bigchaindb sometimes
2016-02-15 19:51:01 +01:00