Commit Graph

31 Commits

Author SHA1 Message Date
getlarge 46599f5446
feat: add `limit` query for transaction search requests 2022-02-15 14:11:30 +01:00
getlarge 736b2adc37
fix: update tests to latest AVA API
Signed-off-by: getlarge <ed@getlarge.eu>
2021-03-10 08:49:02 +01:00
Manolo 355dd62a60
Merge branch 'master' into remove-votes-api 2018-08-31 14:56: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 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 48f7584374 Fix connection test
This commit fixes the "Payload thrown at incorrect API_PATH"
test, it uses the proper way to check async error throws,
taken from ava.js docs. Done with the aim to increase the
coverage and to ensure working tests. Added "transform-runtime"
to .babelrc to enable "await/async" syntax".

Part of https://github.com/bigchaindb/js-bigchaindb-driver/issues/220
2018-07-19 20:23:12 +05:30
manolodewiner 34c82a1ae8 refactor code & add test 2018-06-19 16:52:23 +02:00
manolodewiner abe1c89025 test integration failing 2018-03-26 12:15:36 +02:00
manolodewiner 2451ed2ae6 update endpoints 2018-03-21 11:30:54 +01:00
manolodewiner dd2a52bf1f search metadata field 2017-11-21 16:51:31 +01:00
michielmulders f4333a92c1 Test added for testing payload thrown at incorrect API_PATH 2017-09-30 19:18:50 +02:00
michielmulders b77d296069 Writing test for baserequest 2017-09-27 15:38:52 +02:00
michielmulders f82cbd6526 Writing test for baserequest 2017-09-27 15:37:49 +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
tim 0da90e825f rm () 2017-06-21 16:04:35 +02:00
tim c17d614ab6 Dynamically generated keys for /outputs tests + bool fix 2017-06-21 15:59:28 +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 3fdaf40602 Comply to eslint 🔫 2017-06-21 13:27:54 +02:00
tim d8cb13ba91 Test Connection._req 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