Commit Graph

123 Commits

Author SHA1 Message Date
getlarge eee8da4b78
fix: use abort-controller pkg for node <15 2022-02-16 08:17:30 +01:00
getlarge 46599f5446
feat: add `limit` query for transaction search requests 2022-02-15 14:11:30 +01:00
getlarge 8c0c72622d
feat: ensure timeout and request are properly cleared 2022-02-15 14:10:49 +01:00
getlarge 38819a5934
fix: improve promises handling 2022-02-15 08:06:31 +01:00
getlarge 34289b0640
chore: update wepback config
declare Buffer as webpack plugin
2022-02-15 08:06:05 +01:00
getlarge 71a231a50a
fix: add delegateSignatureAsync method
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-11 13:04:17 +01:00
getlarge f020a35ea2
fix: improve imports
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-10 16:31:43 +01:00
getlarge 71fe66c1f5
fix: Crypto conditions parsers
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-10 13:59:07 +01:00
getlarge d26f667feb
fix: module exports
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-10 13:59:02 +01:00
getlarge abaa40b269
fix: run lint
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-10 08:49:10 +01:00
getlarge 43c541d6d7
fix: minor transaction module improvements
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-10 08:49:05 +01:00
getlarge 656de69c64
fix: improve request errors
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-10 08:48:58 +01:00
getlarge 597ac56f1f
fix: update polyfills path
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-10 08:48:57 +01:00
getlarge 344702200d fix: remove transaction from delegated signature callback
Signed-off-by: getlarge <ed@getlarge.eu>
2020-12-17 18:06:02 +01:00
getlarge b2e4ef55bf add delegateSignTransaction static method
Signed-off-by: getlarge <ed@getlarge.eu>
2020-12-17 18:06:00 +01:00
David Edwards b7a9c960a2 Should not use deprecated constructor. Use Buffer.from. 2018-11-06 11:00:35 +01:00
David Edwards e4d0efd967 Fixes #264. This wraps the given Uint8Array in a Buffer so that it doesn't cause a crash in base-x. 2018-11-06 10:10:53 +01:00
Manolo 355dd62a60
Merge branch 'master' into remove-votes-api 2018-08-31 14:56:14 +02:00
manolodewiner a99ccd57f1 remove boolean comparison for numbers & add docs 2018-08-31 14:33:21 +02:00
manolodewiner f5debab03a small refactor and add tests 2018-08-30 12:26:14 +02:00
manolodewiner 11892a1f6b handle timeout for each request 2018-08-29 16:39:15 +02:00
Jernej Pregelj 2afbd3b398 remove votes endpoint 2018-08-28 15:38:36 +02:00
manolodewiner b30578d9ab remove unused headers 2018-08-28 14:27:53 +02:00
manolodewiner bd8db702c4 cap backoff time 2018-08-28 14:09:26 +02:00
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
Matthias Kretschmann 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