Umar Bolatov

Results 19 issues of Umar Bolatov

Added Greenfield API `/api/v1/stores/{storeId}/apps/crowdfund` endpoint for creating crowdfund apps. Address #3458

As I understand it Stacky does not remember how many panels are open and the layout goes back to default once the page is reloaded, correct? If so, it might...

enhancement

See discussion here: https://github.com/btcpayserver/btcpayserver/discussions/4181 Still need to add tests, docs, etc...

Added new Greenfield API `GET` endpoint under `/api/v1/pull-payments/{pullPaymentId}/lnurl` which returns LNURL details for the pull payment in Bech32 and URI representations. ![Capture](https://user-images.githubusercontent.com/1934678/209290404-b689f6b4-2cbe-4323-a78a-1868e7dfc951.PNG) close #4365

Adds two new endpoints: - `"api/v1/stores/{storeId}/apps"` -- returns basic app data for all app for a store - `"api/v1/apps"` -- returns basic app data for all apps for all stores...

I get a 404 error when trying to access http://luis-almeida.github.io/jPages/

http://mainnet.programmingbitcoin.com is a 404 http://testnet.programmingbitcoin.com is a 503 As a result a bunch of code examples can't be followed. For the time being I'm using Blockstream's block explorer API like...

Test for exercise 9 in chapter 9 tests for block target and difficulty. It should test for block target only. Exercise for difficulty is exercise 10. This line should be...