1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-10-31 23:45:22 +01:00
Commit Graph

108 Commits

Author SHA1 Message Date
michielmulders
ce9e88bac3 Fixed for TravisCI 2017-09-26 16:29:52 +02:00
michielmulders
42c037c6ac Trying to match TravisCI Criteria 2017-09-26 16:25:07 +02:00
michielmulders
823d340d61 Updated errorObject to match TravisCI criteria 2017-09-26 16:19:36 +02:00
michielmulders
6c01d37576 Solved throw payload message at baserequest 2017-09-26 16:05:25 +02:00
michielmulders
d284ced256 Tried to change permissions of all files to 664 2017-09-22 10:15:02 +02:00
michielmulders
dfaf97e5ce Basic usage examples added, not completed 2017-09-22 10:14:24 +02:00
michielmulders
202ae6060b Removed parenthesis in request.js 2017-09-22 10:14:24 +02:00
michielmulders
7ac13b2045 Issue 50: remove onlyJsonResponse connection.js 2017-09-22 10:14:24 +02:00
michielmulders
a5509a0171 Revert "Fix Issue 50: connection.js remove onlyJsonResponse"
This reverts commit 3c9ff5c384.
2017-09-22 10:14:24 +02:00
michielmulders
5ec5df7e1d Fix Issue 50: connection.js remove onlyJsonResponse 2017-09-22 10:14:24 +02:00
michielmulders
484a3eb608 Issue 57: mv connection/index.js connection.js && rm connection + fix all breaking imports) 2017-09-22 10:14:24 +02:00
vrde
2fd3fcf8ce Fix eslint errors 2017-09-22 10:14:22 +02:00
Scott Sadler
b665752c8c fulfills.output -> fulfills.output_index 2017-09-22 10:14:22 +02:00
Scott Sadler
529c18a753 remove signature in details and rename subfulfillments to subconditions 2017-09-22 10:14:22 +02:00
vrde
3d83083ee8
Fix Content-Type issue 2017-06-23 14:31:30 +02:00
Scott Sadler
69c1fa29a2 use includes instead of indexOf 2017-06-23 10:46:31 +02:00
Scott Sadler
b22cf39aa2 public_keys array is a set 2017-06-23 10:30:08 +02:00
Scott Sadler
6fa2b2e7e5 encode public_keys array for threshold conditions 2017-06-23 10:24:23 +02:00
Scott Sadler
46a05b14d3 bump transaction version to 1.0 2017-06-22 16:17:43 +02:00
Scott Sadler
e19a37fb78 Merge remote-tracking branch 'origin/master' into cc2 2017-06-22 15:09:42 +02:00
tim
c17d614ab6 Dynamically generated keys for /outputs tests + bool fix 2017-06-21 15:59:28 +02:00
tim
b883e1f6d9 endpoints => endpoint 2017-06-21 13:27:54 +02:00
tim
1696f7c1ac Test list transaction for an asset id 2017-06-21 13:27:54 +02:00
tim
3671c5758c Test list blocks for a transaction id 2017-06-21 13:27:54 +02:00
tim
8bd602f446 Fix and test outputs endpoint 2017-06-21 13:27:54 +02:00
tim
db10937f9e Add integration test for asset endpoint :diamond: 2017-06-21 13:27:54 +02:00
tim
44896b98dc serializeTransactionIntoCanonicalString line length 2017-06-21 13:27:54 +02:00
tim
03c17ef70c Add integration tests 2017-06-21 13:27:54 +02:00
tim
d4ea4d6ccd CamelCase for path keys 2017-06-21 13:27:54 +02:00
tim
af49ec1c7a Adjust HTTP API endpoints and test 2017-06-21 13:27:54 +02:00
Scott Sadler
ce523e703f load condition details and test transfer and sign 2017-06-21 09:56:51 +02:00
Scott Sadler
35944d6d75 cc2 threshold condition creation 2017-06-21 09:56:51 +02:00
Scott Sadler
07e6584cf4 cc2 ed25519 condition creation 2017-06-21 09:56:51 +02:00
tim
ede11da4c7 Correct mocking of export default 2017-06-20 14:55:58 +02:00
tim
9183205f04 Use rest params in fn definition 2017-06-20 11:04:34 +02:00
tim
b8241589df fulfills.txid => fulfills.transaction_id + tests 2017-06-20 11:04:34 +02:00
tim
27d8dabd7a Stringify output.amount 2017-06-20 11:04:34 +02:00
tim
0ed3aa39b4 fulfills.txid ==> fulfills.transaction_id 2017-06-20 11:04:34 +02:00
vrde
a5efa38121
Add few tests 2017-06-16 11:22:23 +02:00
c8902046b8
disable that one no-confusing-arrow snippet 2017-06-13 13:59:02 +02:00
955a5af4fd
linting fix 2017-06-13 12:01:29 +02:00
fd15b0821c
use required parameter names, disable camelcase rule for them 2017-06-13 11:53:25 +02:00
9822967a7f
more linting 2017-06-12 17:19:09 +02:00
90cfaf1103
lint all the things 2017-06-12 16:57:29 +02:00
7e8b062698 Merge pull request #7 from bigchaindb/text-search-support
Text search support
2017-06-12 15:15:29 +02:00
f23e0ae68e Merge pull request #10 from bigchaindb/remove-credentials-from-headers
Do not include credentials in XHR
2017-06-12 15:07:42 +02:00
Tim Daubenschütz
65c4c43f23 Add text search support 2017-06-12 14:38:07 +02:00
vrde
7c4d66bbb7
Do not include credentials in XHR
BigchainDB API doesn't use cookies, we can remove credentials from the
headers. It also create problems for CORS, since the server must
implement this.
2017-06-12 14:01:09 +02:00
vrde
8a86f954f9
Change Ed25519 constructor 2017-06-12 13:57:49 +02:00
Tim Daubenschütz
8f778f4c97 Connection.req -> Connection._req 2017-05-14 20:03:54 +02:00
Tim Daubenschütz
95f39ed23e Minor fixes 2017-05-11 18:51:30 +02:00
Tim Daubenschütz
53b9513206 Add optional headers to connection 2017-05-11 17:19:07 +02:00
Tim Daubenschütz
862ad6e4e6 Combine files 2017-05-11 12:45:19 +02:00
Tim Daubenschütz
476d53b00a Numberify outputs.amount 2017-05-11 10:45:50 +02:00
diminator
098fae794b driver docs 2017-05-03 01:02:50 +02:00
diminator
8702e4c6f2 makeXXXCondition signature and docs 2017-05-02 23:59:02 +02:00
diminator
002fb40011 driver support for sha256 and threshold
driver support for ccJsonify and ccJsonLoad
speech recognition with magic words
2017-05-01 18:44:49 +02:00
e595bf812a ignore yarn.lock 2017-04-26 15:58:19 +02:00