robosats/api
zx9r 3ae6087a87
Add bitcoin RPC methods for onchain address validation (#198)
* Added params to connect to bitcoin core daemon. Needed by api.utils.validate_onchain_address()

* Fixes issue#194

* Modified BITCOIND_RPCUSER and BITCOIND_RPCPASSWORD to default development environment

* Modified BITCOIND_RPCURL port number to default development environment
2022-07-31 14:35:12 +00:00
..
lightning Tight CLTV expiry dynamically 2022-07-21 06:19:47 -07:00
management/commands Fix DEL in clean orders. Add cancel button to paused order 2022-05-01 10:05:58 -07:00
migrations Create api django app 2022-01-01 14:13:27 -08:00
nick_generator Re-format all python code 2022-02-17 11:50:10 -08:00
__init__.py Create api django app 2022-01-01 14:13:27 -08:00
admin.py Add admin action to compute median trade completion time 2022-07-22 08:32:35 -07:00
apps.py Re-format all python code 2022-02-17 11:50:10 -08:00
logics.py Increase Max trade size to 4M, increase max range size from 5 to 8 2022-07-30 05:27:15 -07:00
messages.py Update messages.py (#167) 2022-06-22 13:09:41 +00:00
models.py Add total time to contract completion to trade summary 2022-07-18 17:37:35 -07:00
serializers.py Add MarketTicks endpoint /api/ticks. Fix do_accounting. 2022-06-21 13:25:03 -07:00
tasks.py Fix payments_cleansin for onchain payments with no order key 2022-07-24 04:29:13 -07:00
tests.py Create api django app 2022-01-01 14:13:27 -08:00
urls.py Add MarketTicks endpoint /api/ticks. Fix do_accounting. 2022-06-21 13:25:03 -07:00
utils.py Add bitcoin RPC methods for onchain address validation (#198) 2022-07-31 14:35:12 +00:00
views.py Add contract oracle timestamp and exchange rate to summary 2022-07-18 06:50:56 -07:00