squeaknode/squeakserver/node
Jonathan Zernik 686edbcd77
Decode payment request on get offer (#235)
* Decode payment request after getting offer

* Decode amount and node_pubkey from payment request string

* Rename fields in offer database table

* Include invoice time and expiry time in offer table

* Fix block time display in squeak detail component
2020-08-07 17:50:06 -07:00
..
__init__.py Make squeak with admin rpc (#75) 2020-07-17 22:12:16 -07:00
block_info.py Add black to make codeformat in makefile (#85) 2020-07-18 19:40:28 -07:00
hash.py Make squeak with admin rpc (#75) 2020-07-17 22:12:16 -07:00
peer_download.py Improve logging in uploader and downloader (#233) 2020-08-06 01:56:58 -07:00
peer_get_offer.py Decode payment request on get offer (#235) 2020-08-07 17:50:06 -07:00
peer_upload.py Improve logging in uploader and downloader (#233) 2020-08-06 01:56:58 -07:00
squeak_block_periodic_worker.py Enable block verifier periodic worker thread (#215) 2020-08-04 01:15:29 -07:00
squeak_block_queue_worker.py Add black to make codeformat in makefile (#85) 2020-07-18 19:40:28 -07:00
squeak_block_verifier.py Fail gracefully in block verifier when blockchain not available (#216) 2020-08-04 01:23:43 -07:00
squeak_get_offer_controller.py Decode payment request on get offer (#235) 2020-08-07 17:50:06 -07:00
squeak_maker.py Use blockchain client to get subscription (#205) 2020-08-02 02:21:28 -07:00
squeak_node.py Decode payment request on get offer (#235) 2020-08-07 17:50:06 -07:00
squeak_peer_sync_worker.py Improve setup download upload threads (#228) 2020-08-05 02:44:22 -07:00
squeak_rate_limiter.py Run codeformat (#184) 2020-07-31 16:47:17 -07:00
squeak_store.py Add delete peer method (#217) 2020-08-04 03:07:32 -07:00
squeak_sync_status.py Improve setup download upload threads (#228) 2020-08-05 02:44:22 -07:00
squeak_whitelist.py Run codeformat (#184) 2020-07-31 16:47:17 -07:00