Troy McConaghy
303c951137
Fixed flake8 errors
2018-02-22 12:41:20 +01:00
Troy McConaghy
8e4a2398a7
Make votes endpoint return 404 & helpful msg
2018-02-22 12:02:00 +01:00
Troy McConaghy
1b6d0adc01
removed code for all /statuses endpoints
2018-02-19 12:04:10 +01:00
Vanshdeep Singh
fa33fc26af
Integrate get block with transaction id api ( #2021 )
...
* Integrate api, get block with transaction id
* Fixed docs and docstrings
* Fix docs
* Remove status from tendermint, fix mongo query
2018-02-08 14:32:21 +01:00
Vanshdeep Singh
e25d365828
Integrate blocks API ( #1970 )
...
* Integrate blocks api
* Update docs
* Fix docs
* Fixed mismatch between code and documentation
* Fixed docs
2018-01-31 14:42:41 +01:00
codegeschrei
411d1963bb
requested changes
2018-01-12 11:06:27 +01:00
codegeschrei
06a091e215
add mode parameter to transaction endpoint, fixes #1995
2018-01-11 13:26:06 +01:00
vrde
57d4a8e895
Merge pull request #1928 from bigchaindb/feat/integrate-event-stream
...
Integrate event stream api
2017-12-20 16:06:16 +01:00
vrde
ab4328fa1f
Merge pull request #1939 from bigchaindb/feat/integrate-metadata-api
...
integrate metadata api
2017-12-20 16:01:19 +01:00
Sylvain Bellemare
cb268a3832
Merge branch 'master' into tendermint
2017-12-06 16:59:26 +01:00
kansi
f5b887ac59
Integrate events api
2017-12-06 15:42:45 +05:30
kansi
b3f2eeb931
Integrate metadata api
2017-12-06 10:25:52 +05:30
Sylvain Bellemare
9dd2e026b0
Fixes #1891
2017-12-05 19:38:52 +01:00
kansi
2b3a9fa6f6
Integrate output search api
2017-11-30 23:59:42 +05:30
vrde
1e104ad2c4
Merge branch 'master' into tendermint
2017-11-30 18:17:36 +01:00
Katha
e377fb57af
Pre commit styling ( #1914 )
...
* run pre-commit and fix errors
* mention pre-commit in our guides
2017-11-30 15:04:14 +01:00
vrde
044a052644
Merge branch 'master' into tendermint
2017-11-29 17:18:00 +01:00
Sylvain Bellemare
35012a6452
Fix flake8 errors
2017-11-29 16:55:32 +01:00
kansi
fcfe577813
Added localmongodb marker
2017-11-24 12:30:57 +05:30
kansi
6c3f176122
Integrate asset search
2017-11-23 21:28:51 +05:30
kansi
00dd16840f
Added backend tests, configure app fixture
2017-11-23 16:27:35 +01:00
kansi
95c0f267e0
Integrate api GET "/transactions?asset_id={asset_id}&operation="
2017-11-23 16:27:35 +01:00
muawiakh
82cd3a61ed
Add metadata endpoint to info view
...
- Metadata search was recently added and works seamlessly
- The endpoint was not reflected in the info view i.e.
when someone queries at root / or api/v1 endpoints.
- Handle unit tests for the change as well.
2017-11-22 18:31:35 +01:00
kansi
4eca26782c
Change metadata model, fix tests and update docs
2017-11-14 00:13:06 +05:30
kansi
8939c0f341
Merge branch 'master' into bug/1592/metadata-text-search
2017-11-09 17:39:35 +05:30
kansi
714c1782ac
Support for metadata search api and its testing suite
2017-11-07 12:20:51 +05:30
kansi
8310b04b17
Merge branch 'master' into bug/1670/asset-language-api-fix
2017-11-03 11:38:09 +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
Ketan Bhatt
684fffe917
HTTP API Logger logs request path and method too
2017-07-09 16:44:21 +05:30
vrde
8457cb35eb
Add middleware to strip content-type headers from GETs
2017-07-04 14:01:56 +02:00
Sylvain Bellemare
26f14aadec
Parametrize websocket api tests for docker
2017-07-03 15:23:50 +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
Sylvain Bellemare
02fe712c34
Integrate cryptoconditions version 02
2017-06-22 14:56:22 +02:00
Rodolphe Marques
842664cb14
Improved documentation
...
- fixed test name
2017-06-16 10:31:46 +02:00
Rodolphe Marques
b523ba3fe5
Rename unspent -> spent in outputs endpoint
...
- If spent=None return all outputs
- If spent=True return only spent outputs
- If spent=False return only unspent outputs
- Updated documentation
- Add the ability to return only spent outputs in core
- Added and update tests
2017-06-16 10:31:46 +02:00
Rodolphe Marques
8d60796765
Merge pull request #1541 from bigchaindb/feat/1525/inconsistency-relative-links
...
Remove relative links
2017-06-16 10:30:20 +02:00
Rodolphe Marques
4d1131d90c
Remove links from statuses endpoint
...
- Updated documentation
- Updated tests
2017-06-16 10:01:45 +02:00
Rodolphe Marques
446e454a77
outputs endpoint returns list of objects instead of links
...
- Updated documentation
- Updated tests
2017-06-16 10:01:45 +02:00
tim
673062f892
Remove host+port from / and /api/v1/
2017-06-16 09:52:47 +02:00
Rodolphe Marques
dda6517451
Merge pull request #1532 from bigchaindb/feat/1531/consistent-naming
...
Consistent naming of `transaction_id`
2017-06-16 09:50:43 +02:00
Tim Daubenschütz
41805de0c2
Merge pull request #1543 from bigchaindb/feat/1038/fix-tx-endpoint
...
Fix /transactions/id endpoint
2017-06-16 09:50:06 +02:00
tim
eb791aa2ce
Include Location header in POST /transactions
2017-06-14 16:53:22 +02:00
tim
6cedab47a1
/transactions/ID only returns VALID transactions
2017-06-14 15:42:04 +02:00
Rodolphe Marques
cc9c8a4d0d
fixed broken test
2017-06-14 10:51:57 +02:00
Rodolphe Marques
03ba6391c6
updated tests for the events api
2017-06-14 10:38:23 +02:00
Rodolphe Marques
fa04899003
Merge remote-tracking branch 'origin/feat/1147/consolidate-root-urls' into feat/1531/consistent-naming
2017-06-14 10:19:01 +02:00
Rodolphe Marques
05a6653d5f
Fixed web related tests
2017-06-13 12:31:49 +02:00