Commit Graph

1131 Commits

Author SHA1 Message Date
Troy McConaghy f7af83fb56 Updated version.py for the release of v1.2 2017-11-13 14:01:30 +01:00
vrde e242345327
Remove sample code 2017-11-09 15:59:02 +01:00
vrde c4e0a8e1db
Handle WS CLOSE properly 2017-11-09 14:15:46 +01:00
kansi a2ed03dabc Merge branch 'master' into bug/1813/retract-cmd-bigchaindb-flag 2017-11-09 15:41:40 +05:30
kansi 220465f701 Added "--no-init" flag for "bigchaindb start" command 2017-11-07 14:55:05 +05:30
kansi 7941922ac0 Added type validation for data 2017-11-06 10:43:54 +05:30
kansi e2c2c4b097 Fix spell errors. 2017-11-03 19:15:32 +05:30
kansi a29fd7e84f Fix variable type check and docstrings 2017-11-03 18:37:19 +05:30
kansi 99aa38b217 Added "none" to language whitelist 2017-11-03 11:38:38 +05:30
kansi 8310b04b17 Merge branch 'master' into bug/1670/asset-language-api-fix 2017-11-03 11:38:09 +05:30
kansi 961d7f5b29 Merge branch 'master' into bug/1702/invalid-asset-data-keys 2017-11-02 19:33:32 +05:30
kansi 8fdf8f6ca6 Added docstrings 2017-11-02 18:02:11 +05:30
kansi 263e9a25f6 Unique index for bigchain collection, fixed test case 2017-11-01 21:23:06 +05:30
kansi f3da30aea0 Validate nested keys for asset.data and metadata 2017-11-01 17:26:16 +05:30
kansi cd636101a7 Support abbreviated values for "language" 2017-10-31 16:54:47 +05:30
kansi 1de5375962 Validate asset data keys 2017-10-31 15:16:59 +05:30
kansi 7226584215 Api fix for asset language 2017-10-31 10:12:16 +05:30
kansi 421c67c621 Fixed mongodb tests 2017-10-27 15:31:44 +05:30
kansi ddfce61b79 Added secondary index for "id" in bigchain collection. 2017-10-27 15:05:43 +05:30
kansi 5954d6360a Added cmd flag --init to start command 2017-10-24 16:59:10 +05:30
kansi 0b44c385a6 Merge branch 'master' into bug/1660/logging-server-port-config 2017-10-24 10:10:18 +05:30
kansi 020d463e8d Modified log port config checks. 2017-10-23 21:08:44 +05:30
kansi dc00e16fda Apply "log" environment variables to config 2017-10-23 16:00:09 +05:30
kansi 0c0d3049f2 Provide log server port as config paramter 2017-10-23 09:17:58 +05:30
Troy McConaghy 6648b3473c Update version.py version to 1.2.0.dev for docs 2017-09-26 11:39:47 +02:00
vrde e7640feaec
Merge branch 'block-publisher-plugin-arch' 2017-08-11 11:24:07 +02:00
vrde 0f139a1999
Fix typo 2017-08-09 16:35:12 +02:00
vrde c4853f54b9
Add more coverage 2017-08-09 16:23:03 +02:00
vrde 05ff9cd61f
Add docs 2017-08-09 16:14:14 +02:00
vrde a0cbb63db8
Rename things, add tests 2017-08-09 10:51:30 +02:00
Krish 3ec4153375 Support for advertised host, port, scheme for Websockets (#1703)
* Support for advertised host, port, scheme for Websockets

* Update docs

* Add a docstring

* Set env vars in Dockerfile-dev too
2017-08-08 12:04:58 +02:00
vrde 21a7da1c9d
Plugins can subscribe to specific events 2017-08-08 11:28:35 +02:00
vrde 8d72421d7c
Add PubSub 2017-08-08 11:28:35 +02:00
vrde f5f964d07a Merge pull request #1644 from ketanbhatt/feat/1546/http-api-logger-logs-path-and-method
HTTP API Logger logs request path and method too
2017-08-03 09:53:18 +02:00
Rodolphe Marques 640c9cc5d6 Merge pull request #1643 from ketanbhatt/chore/679/rename-variable-validity
Rename validity to blocks_validity_status
2017-08-01 09:44:58 +02:00
Isaac van Bakel cb5125ecfa Fixed error line missing from transaction.py
The second instance of the recipients error message is missing a line,
making the message meaningless.
2017-07-28 20:35:06 +01:00
KURO1 3e6948bca4 Add the missing table asset in backend.schema 2017-07-10 17:54:04 +08:00
Ketan Bhatt 684fffe917 HTTP API Logger logs request path and method too 2017-07-09 16:44:21 +05:30
Ketan Bhatt 4056f315ae Rename validity to blocks_validity_status 2017-07-09 12:22:39 +05:30
libscott e8ee39463f MongoDB socket timeout to handle master re-election (#1638)
* add a socket timeout so that changefeeds can reconnect if theres a re-election

* fix threshold max depth at 100
2017-07-06 19:50:28 +02:00
Troy McConaghy 74c57d3e2b Changed version in version.py to 1.1.0.dev 2017-07-05 15:36:22 +02:00
Troy McConaghy fc0ec050f1 Updated version.py for the 1.0.0 release 2017-07-05 14:48:17 +02:00
vrde 8457cb35eb
Add middleware to strip content-type headers from GETs 2017-07-04 14:01:56 +02:00
Krish e8411fc99e Do not allow duplicate GENESIS block creation - #1556 (#1612)
* Add a check for GENESIS transaction

* Add test and fixture

* Removed database query for GENESIS block

* Undo log level change
2017-07-03 17:21:15 +02:00
Rodolphe Marques e89623c836 Merge pull request #1470 from bigchaindb/fix/outputs-public-keys-validate
check output conditions with single statement (#1450 unrevert)
2017-07-03 15:46:46 +02:00
Sylvain Bellemare 4d61c5e8ca Refine the condition uri regex for validation
closes #1516
2017-07-03 15:08:47 +02:00
Rodolphe Marques 9033ba76f8 Remove unnecessary output_has_owner method.
- Refactor the code
2017-07-03 14:30:19 +02:00
Rodolphe Marques aaf4fcb91e Merge remote-tracking branch 'origin/master' into fix/outputs-public-keys-validate 2017-07-03 14:15:40 +02:00
libscott 5e9b7f4ffe Remove condition details signature, rename subfulfillments to subconditions (#1589)
* implement output.condition.details marshalling and remove signature field

* rename outputs[].condition.details.subfulfillments to subconditions

* simpler threshold depth overlow handling

* pass public_key as kwarg

* change ccv1 condition uri in docs

* import base58 at top in test_transaction
2017-06-30 09:44:22 +02:00
libscott b1ad6045b6 Rename "output" to "output_index" in /api/v1/outputs (#1596)
* rename output to output_index in /api/v1/outputs

* rename transaction.input.fulfills.output to output_index

* fix rethinkdb queries for output_index
2017-06-30 09:40:50 +02:00