1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-28 00:27:44 +02:00
Commit Graph

99 Commits

Author SHA1 Message Date
manolodewiner
e0cde66749 merge 2018-08-23 17:16:16 +02:00
manolodewiner
ad8a889ecc add and fix tests 2018-08-23 17:14:59 +02:00
Manolo
f4d1f93a5b
Merge branch 'master' into bep-14_roundrobin 2018-08-23 09:43:19 +02:00
manolodewiner
7d978286f5 created model for new connections 2018-08-22 10:10:09 +02:00
Troy McConaghy
54dfcf637f Add SPDX license info strings to all source files 2018-08-10 12:49:26 +02:00
Arjun Nemani
a3be6c63a6 Fix sanitize array filter
The code for filtering with array has a small mistake,
where it checks if the "key" of the object is included in
the filter array instead of the "value" at that key.

Part of https://github.com/bigchaindb/js-bigchaindb-driver/issue/220
2018-07-19 21:23:57 +05:30
manolodewiner
34c82a1ae8 refactor code & add test 2018-06-19 16:52:23 +02:00
amed83
d812e64b30 adding async method 2018-06-12 14:42:42 +02:00
amed83
2021639139 changeing bad nameed variable 2018-06-05 16:47:17 +02:00
amed83
5993c4cd6b changed forEach method 2018-06-05 15:14:15 +02:00
81ef5978b8
API docs & dev updates
* new command: npm run doc, for generating the API.md file
* new command: npm run dev, for live watching webpack
* JSdoc: make all methods public by default, selectively make some private
* JSdoc: organize all methods under their class
* linting fixes
* package updates
2018-05-14 17:14:40 +02:00
manolodewiner
2451ed2ae6 update endpoints 2018-03-21 11:30:54 +01:00
manolodewiner
c3e1244e52 unique-fulfillment and hash&sign 2018-03-01 12:22:36 +01:00
manolodewiner
015bf1b07f remove this 2018-01-16 09:09:36 +01:00
manolodewiner
843d85bc03 test failing 2018-01-15 18:11:16 +01:00
manolodewiner
3725afa4a0 static methods 2018-01-15 15:42:34 +01:00
manolodewiner
4dd006b8cb fix issues 2018-01-04 10:15:45 +01:00
Manolo
879ae68d0c
Merge pull request #125 from bigchaindb/transfer-multiple-inputs-rebase
Transfer multiple inputs rebase
2017-12-20 12:53:04 +01:00
manolodewiner
ebf5f6a408 small correction when changing to camelcase 2017-12-19 15:57:36 +01:00
Manolo
bc574c2b9d
camelcase output_index 2017-12-19 15:17:10 +01:00
manolodewiner
1076d2d2ab merge master 2017-11-27 15:36:34 +01:00
Manolo
1044a01fb4
Merge pull request #126 from bigchaindb/js-crypto-conditions
five-bells-conditions -> js-crypto-conditions
2017-11-27 15:12:33 +01:00
Jernej Pregelj
da4c4a942b js-crypto-conditions -> crypto-conditions 2017-11-27 14:56:11 +01:00
Jernej Pregelj
7fbac23dc2 five-bells-conditions -> js-crypto-conditions 2017-11-23 16:39:13 +01:00
Rashad Ibrahimov
e0f11ec415 Issue #44 Multiple inputs for transfer transaction 2017-11-23 10:03:23 +01:00
michielmulders
2df643b8a7 Removed parenthesis in request.js 2017-11-23 10:03:23 +01:00
michielmulders
d05f7ef3e6 Issue 50: remove onlyJsonResponse connection.js 2017-11-23 10:02:28 +01:00
michielmulders
fee4530d5c Revert "Fix Issue 50: connection.js remove onlyJsonResponse"
This reverts commit 3c9ff5c384.
2017-11-23 10:02:28 +01:00
michielmulders
e99b4b9874 Fix Issue 50: connection.js remove onlyJsonResponse 2017-11-23 10:02:28 +01:00
vrde
6416718102 Fix eslint errors 2017-11-23 09:55:45 +01:00
manolodewiner
dd2a52bf1f search metadata field 2017-11-21 16:51:31 +01:00
michielmulders
3b509b5a48 ESLint fixes 2017-11-02 23:16:35 +01:00
michielmulders
42de727882 ESLint fixes 2017-11-02 23:07:34 +01:00
michielmulders
202bf16d09 ESLint fixes 2017-11-02 23:02:12 +01:00
michielmulders
35e1073a2f ESLint fixes 2017-11-02 22:49:01 +01:00
michielmulders
9b05b7354f ESLint fixes 2017-11-02 22:25:26 +01:00
michielmulders
c793ffbb71 ESLint fixes 2017-11-02 21:32:46 +01:00
michielmulders
2e1c43bf92 ESLint fixes 2017-11-02 21:13:51 +01:00
michielmulders
c8cdf5eadd Changed export statement at index.js 2017-11-02 21:03:40 +01:00
michielmulders
61179c167b Made class for Transaction file 2017-11-02 21:03:15 +01:00
michielmulders
aba3c7d4bc Everything in one file 2017-11-02 20:51:24 +01:00
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