1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-10 20:05:02 +02:00
Commit Graph

977 Commits

Author SHA1 Message Date
Sylvain Bellemare
81c910cb0e Bump version up for 0.10.3 2017-06-29 11:45:15 +02:00
vrde
6f5c55c044 Fail if config file not found 2017-06-29 11:06:49 +02:00
vrde
78e3f08728 Use "allow_headers" keyword to initialize CORS
Fix #1478
2017-06-29 11:06:49 +02:00
Sylvain Bellemare
9d0986cef4 Bump version: 0.10.1 → 0.10.2 2017-05-16 16:47:09 +02:00
vrde
16b09cf454 Merge branch 'kyber-master-feat-cors' 2017-05-16 16:47:09 +02:00
Sylvain Bellemare
0865f43288 Add workaround for hostname of events api link
addresses #1465
2017-05-16 16:47:09 +02:00
Sylvain Bellemare
a03806229a Make GET /blocks status arg case insensitive 2017-05-16 16:47:09 +02:00
Troy McConaghy
2f982f174c Updated version.py for 0.10.1 2017-04-19 16:12:03 +02:00
Troy McConaghy
44aa52b71a updated version.py for the 0.10.0 release 2017-04-18 16:55:57 +02:00
vrde
659d25444e
Merge branch 'remove-useless-capped-queue' 2017-04-18 16:38:26 +02:00
Sylvain Bellemare
965334e9b6 Use lower case for default log level 2017-04-18 16:21:02 +02:00
Sylvain Bellemare
4d8f9dd777 Explicitly set default log config
Closes #1318
2017-04-18 16:21:02 +02:00
Sylvain Bellemare
b3290f12d2 Apply log level cmd line option to log file 2017-04-18 16:21:02 +02:00
Sylvain Bellemare
6d4245dfd9 Set error log file according to user given setting 2017-04-18 16:21:02 +02:00
Sylvain Bellemare
675d011a76 Set error logs file handler to a rotating one 2017-04-18 16:21:02 +02:00
vrde
f94a1e020c
Dispatcher is a consumer, no capped queue needed 2017-04-18 16:13:03 +02:00
Troy McConaghy
d7ccc7c00f Merge branch 'master' into docs/1170/move-http-api-docs-to-top-level-section 2017-04-18 14:34:53 +02:00
vrde
83af84742b
Merge branch 'events-api-first-cut' 2017-04-18 13:08:47 +02:00
Troy McConaghy
59be30187f Merge branch 'master' into docs/1170/move-http-api-docs-to-top-level-section 2017-04-18 10:43:02 +02:00
Sylvain Bellemare
cae017eb22 Fix logging file handler 2017-04-13 17:57:05 +02:00
Sylvain Bellemare
7701963f5e Use rotating file handler for logging
closes #1204
2017-04-13 16:20:26 +02:00
libscott
31ac941ad1 Merge pull request #1309 from bigchaindb/critical-duplicate-vote
Voting module raises CriticalDuplicateVote if there's a duplicate vote
2017-04-13 12:01:38 +02:00
vrde
414d915033
Snakecaseify keys 2017-04-13 08:54:34 +02:00
vrde
4c9adededd
Remove TODO 2017-04-12 15:54:11 +02:00
vrde
3758d458ce
Merge branch 'master' into events-api-first-cut 2017-04-11 10:17:39 +02:00
Troy McConaghy
8964ba33b4 updated links to the HTTP API docs in this repo 2017-04-10 15:14:18 +02:00
vrde
709eced0d3
Merge remote-tracking branch 'origin/event-handler-tests' into events-api-first-cut 2017-04-07 15:17:29 +02:00
Rodolphe Marques
da29bbc605 added tests for the events 2017-04-07 15:02:49 +02:00
vrde
be3f62dd10
Update endpoints and docs 2017-04-07 14:57:11 +02:00
vrde
aeb8827e30
Use try..except..else 2017-04-07 14:07:24 +02:00
vrde
d260e16f11
Add configuration for websocket server 2017-04-07 10:51:00 +02:00
Sylvain Bellemare
c64a35c362 Use new super syntax as per PEP 3135 2017-04-07 10:46:20 +02:00
Sylvain Bellemare
cf006e34a5 Make the keyword argument a keyword-only argument
As per PEP 3102. This helps making the code clearer.
2017-04-07 10:46:20 +02:00
vrde
f23faaa65f
Add WebSocket server 2017-04-07 09:16:22 +02:00
vrde
64a033b17a
Code cleanup, rename some vars 2017-04-07 08:42:22 +02:00
Rodolphe Marques
730b7482f6
cleanup code 2017-04-07 08:42:22 +02:00
Rodolphe Marques
83a7cffc3f
fix tests 2017-04-07 08:42:22 +02:00
Rodolphe Marques
96daa98699
Adverstise Event stream api in api info endpoint.
Updated tests.
2017-04-07 08:42:22 +02:00
vrde
83397de397
Add more tests and utils 2017-04-07 08:42:22 +02:00
vrde
5d39b42b7a
Add dependencies and first test 2017-04-07 08:42:22 +02:00
Rodolphe Marques
0cbf144ddf
Initial implementation of an event_handler 2017-04-07 08:42:22 +02:00
Rodolphe Marques
b90766f2c5 Merge pull request #1377 from bigchaindb/bug/1343/double-spent-critical-on-voting
Bug/1343/double spent critical on voting
2017-04-06 16:36:17 +02:00
Rodolphe Marques
de04dcda0c Fixed docstring.
Removed redundant `else` branch.
2017-04-06 16:07:35 +02:00
Rodolphe Marques
09a440ee91 Fix get_spent incorrectly raising CriticalDoubleSpent 2017-04-05 16:52:56 +02:00
vrde
5d2f66524c
Cleanup configuration keys for db 2017-04-04 18:58:34 +02:00
Rodolphe Marques
cb87221bdf Voting pipeline now checks for duplicated transactions in blocks during
validation.
2017-04-04 17:57:44 +02:00
vrde
1e07a5b111
Add ssl, login, and passwd to configure command 2017-04-04 17:43:37 +02:00
Rodolphe Marques
cd0a2dcdb7 Merge pull request #1366 from anujism/bug/437/pretty-msg-drop-nonexistent-db
Bug-437 Pretty message when drop nonexistent db
2017-04-04 11:29:33 +02:00
Troy McConaghy
9f5e6d5450 Merge pull request #1365 from jackric/feat/1316/case-insens-log-level
Treat --log-level argument as case-insensitive
2017-04-04 10:42:37 +02:00
Anuj
8aac5c7e64 Merge remote-tracking branch 'upstream/master' into bug/437/pretty-msg-drop-nonexistent-db 2017-04-04 13:49:56 +05:30