1152 Commits

Author SHA1 Message Date
Luminita
4c399ad234 split index and table creation 2016-07-19 15:26:56 +02:00
Luminita
6ad8448246 Merge branch 'master' into resolve-issue-458 2016-07-19 14:11:56 +02:00
Sylvain Bellemare
c4c35a25aa Fix #443 (#445) 2016-07-19 12:07:47 +02:00
vrde
6b2d87b53f
Merge branch 'remove-block-number' 2016-07-18 16:50:14 +02:00
vrde
fe2245daab
Add better detection of loops, more comments 2016-07-18 16:40:11 +02:00
ryan
86466725cf remove block number reference from docs 2016-07-18 15:18:31 +02:00
ryan
9c4314ffe7 uniform notation 2016-07-18 15:11:28 +02:00
ryan
1f7cf3df2e optimize query 2016-07-18 15:09:33 +02:00
ryan
429d299b23 simplify query 2016-07-18 15:07:10 +02:00
vrde
553148c5e4
Add CyclicBlockchainError exception, fix tests 2016-07-18 13:49:42 +02:00
ryan
6fa9d5f563 fix fixture 2016-07-18 11:02:02 +02:00
ryan
84945436a3 unused import 2016-07-18 10:54:07 +02:00
ryan
3c545f8bda sort unvoted ascending order 2016-07-18 10:39:58 +02:00
ryan
87d332479b filter query 2016-07-18 10:35:54 +02:00
Luminita
8b5cc46adf split the init function and add new tests 2016-07-15 21:00:27 +02:00
ryan
5c11fc57fa don't return all votes 2016-07-15 15:29:30 +02:00
ryan
7ce79c51ea correct type for spoofed timestamps
correct type for spoofed timestamps
2016-07-15 15:29:21 +02:00
Sylvain Bellemare
b9b0b4a343 Fix #455 (#457) 2016-07-15 12:11:49 +02:00
Troy McConaghy
eedb79e763 Merge pull request #460 from bigchaindb/remove-readthedocs-yml-file
Remove readthedocs.yml because it's not helping
2016-07-15 11:58:57 +02:00
troymc
3aa2542d77 Remove readthedocs.yml because it's not helping 2016-07-15 11:51:28 +02:00
Sylvain Bellemare
f4a7ba906f Test client init error (#448)
* Remove unused import

* Test Client.__init__() with incomplete keypair
2016-07-15 11:46:25 +02:00
Troy McConaghy
009f9ab05f Merge pull request #459 from bigchaindb/add-name-key-to-readthedocs-yml
Add name key to readthedocs.yml
2016-07-15 11:36:13 +02:00
troymc
bcc229b196 Add type key to readthedocs.yml 2016-07-15 11:25:36 +02:00
troymc
10cbc76541 Add name key to readthedocs.yml 2016-07-15 11:22:27 +02:00
Troy McConaghy
7ad4c2b0f3 Merge pull request #456 from bigchaindb/try-another-readthedocs-yml-config
readthedocs.yml setup_py_install: true
2016-07-15 11:13:22 +02:00
troymc
618f998752 readthedocs.yml setup_py_install: true 2016-07-15 11:08:22 +02:00
Troy McConaghy
10a1fe6db2 Merge pull request #454 from bigchaindb/minor-edit-to-readthedocs-yml-file
requirements.txt -> docs/requirements.txt in readthedocs.yml
2016-07-15 10:55:15 +02:00
troymc
375c636658 readthedocs.yml uses defaults for setup_py_install & pip_install 2016-07-15 10:47:44 +02:00
troymc
29c44c2381 requirements.txt -> docs/requirements.txt in readthedocs.yml 2016-07-15 10:40:33 +02:00
Troy McConaghy
e5fce36514 Merge pull request #453 from bigchaindb/move-readthedocs-yml-to-docs-dir
Moved readthedocs.yml from / to /docs
2016-07-15 10:27:20 +02:00
troymc
c69528ad83 Moved readthedocs.yml from / to /docs 2016-07-15 10:05:56 +02:00
Troy McConaghy
23f0686ce7 Merge pull request #452 from bigchaindb/add-readthedocs-yml-file
Added a readthedocs.yml config file
2016-07-15 09:44:29 +02:00
troymc
694bf9f83a Added a readthedocs.yml config file 2016-07-15 09:20:00 +02:00
vrde
8ac50bf0cc
Make sure we retrieve the last block in case timestamps collide 2016-07-14 17:10:55 +02:00
vrde
559b6a4fe6
Remove stale code 2016-07-14 16:21:03 +02:00
Troy McConaghy
c7aa2b1984 Merge pull request #430 from bigchaindb/some-notes-on-assets
Docs: Notes on mutable assets & determining asset owners
2016-07-14 15:34:03 +02:00
vrde
e0d0ab21d3
Add more blocks in inputs fixture 2016-07-14 15:03:16 +02:00
Troy McConaghy
aaa27e2ac7 Merge pull request #442 from bigchaindb/update-http-api-docs
Moved the HTTP API docs from Apiary to /docs
2016-07-14 13:43:42 +02:00
troymc
ac4912b409 Docs: Added example HTTP API GET response 2016-07-14 13:24:30 +02:00
troymc
7c9efbf321 Make Python docs package reqs consistent between setup.py & requirements.txt 2016-07-14 11:44:28 +02:00
troymc
9c17a6df84 Docs: move HTTP API docs from Apiary to /docs 2016-07-14 11:33:51 +02:00
troymc
b8357c8df0 Add sphinxcontrib-httpdomain extension 2016-07-14 11:32:42 +02:00
Ryan Henderson
7de9b1711f Fix non deterministic test (#441) 2016-07-14 10:33:35 +02:00
Ryan Henderson
47e1b3cf4e treat genesis block as valid (#433) 2016-07-14 10:31:10 +02:00
vrde
e9b4b99946
[wip] Attempt to remove genesis block 2016-07-13 17:54:16 +02:00
vrde
73d6add36f
Remove block_number [pair prog w/ @rhsimplex] 2016-07-13 17:30:13 +02:00
Troy McConaghy
fe136bea9c Merge pull request #435 from lluminita/correct-command-step4-contrib-doc
Docs: Correct git command and typo
2016-07-13 16:41:47 +02:00
Luminita
a650d55c57 two minor changes to the CONTRIBUTING doc 2016-07-13 16:09:15 +02:00
Troy McConaghy
8fcae26f7a Merge pull request #431 from bigchaindb/more-notes-on-RAM
Docs: more notes on RAM requirements
2016-07-13 15:48:33 +02:00
troymc
9283a03279 Docs: more notes on RAM requirements 2016-07-13 09:47:01 +02:00