Commit Graph

12 Commits

Author SHA1 Message Date
David Dashyan 9e99c024d3
Replace headers (#2683)
Signed-off-by: David Dashyan <mail@davie.li>
2020-04-06 11:52:18 +02:00
Troy McConaghy abdd23f5a6 Problem: Source files contain no license info (#2455)
* Problem: Source files contain no license info

Solution: Add comments with SPDX license info to source files

* Python 3 files don't need # -*- coding: utf-8 -*-
2018-08-16 12:31:32 +02: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
Rodolphe Marques 7ffea9e8a4 Renamed `tx_id` to `transaction_id`
- Documentation
- Api
2017-06-13 12:24:04 +02:00
Sylvain Bellemare f3cd43e5a9 Make GET /blocks status arg case insensitive 2017-05-11 16:29:39 +02:00
Troy McConaghy 8964ba33b4 updated links to the HTTP API docs in this repo 2017-04-10 15:14:18 +02:00
Brett Sun ded7f3e28f PR comments 2017-01-13 18:25:35 +01:00
Brett Sun 08d9e462c7 Use list comprehension to calculate block API result 2017-01-13 18:24:05 +01:00
diminator 3919cc3d5d return empty list if no blocks found 2017-01-13 18:08:28 +01:00
diminator f018a4f6e7 replace status strings by Bigchain attributes 2017-01-13 18:08:28 +01:00
diminator 1cc46fb86e return list of block_id
implement status query param
test
2017-01-13 18:08:27 +01:00
diminator 1b57ace714 implement GET /blocks endpoint 2017-01-13 18:08:25 +01:00