Sylvain Bellemare
6e3f9e8f54
Docker compose for travis ( #2039 )
...
* Replace double quotes with single quotes (flake8)
* Test event subscriber to tendermint via ws
* Problem: Tendermint is not part of stack for CI
Solution: Add Tendermint to stack for CI. For simplicity's sake
docker-compose is being used.
2018-02-14 10:19:04 +01:00
Sylvain Bellemare
b2584dd0fa
Order imports as per pep 8
2018-02-08 15:19:47 +01:00
Vanshdeep Singh
a7ed8cf4cb
Write transactions on commit ( #2017 )
...
* Write transacitons on commit
* Fix docs strings, lazy check for duplicates
2018-02-02 14:40:24 +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
1d99d6e8a8
requested changes
2018-01-15 17:12:17 +01:00
codegeschrei
06a091e215
add mode parameter to transaction endpoint, fixes #1995
2018-01-11 13:26:06 +01:00
kansi
f5b887ac59
Integrate events api
2017-12-06 15:42:45 +05:30
kansi
2b3a9fa6f6
Integrate output search api
2017-11-30 23:59:42 +05:30
Katha
9d38d3d405
add tests to improve codecov ( #1871 )
...
* add tests to improve codecov
2017-11-30 15:07:45 +01:00
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
vrde
f4a6b863fe
Merge branch 'tendermint' into write-transfer-test
2017-11-23 15:55:32 +01:00
vrde
cf2f13aa3c
Remove app reinitialization from tests
2017-11-23 15:53:43 +01:00
kansi
66601f7fa2
Moved class "Block" to namedtuple, updated tests
2017-11-22 21:38:26 +05:30
codegeschrei
48e38b6713
fix flake8 errors
2017-11-16 17:14:21 +01:00
codegeschrei
63f0baf1b7
add double spend test, fix double spend validation
2017-11-16 11:53:14 +01:00
Vanshdeep Singh
e27c1e9cef
Return commit hash to tendermint ( #1851 )
...
* Aggregate transaction ids for commit hash
* Setup chain and return commit hash to tendermint
* Fix function naming
2017-11-15 15:41:23 +01:00
vrde
7dc7d745ec
Split transaction from asset ( #1854 )
...
Close #1827
2017-11-15 15:05:38 +01:00
vrde
db7727a459
Add GET and POST transaction ( #1823 )
2017-11-11 02:26:50 +01:00
vrde
2815cffcb5
Flat UTXO collection and first integration with Tendermint™ ( #1822 )
...
* Remove testing for rethinkdb, mongodb, and Py3.5
* Add first tests
* Add validation
* Add command to start the ABCI Server
* Reuse existing MongoDB Connection class
* Use DuplicateTransaction
* Test only tendermint
* Update travis scripts
* Fix pep8 errors
* Update Makefile
2017-11-10 17:53:57 +01:00