798 Commits (86130cf6b0e109c7d56322b91898e013fde22099)
 

Author SHA1 Message Date
jamaljsr d1b8714dc4 feat(payments): add PayInvoice component 5 years ago
jamaljsr 2ce1555631 feat(payments): implement createInvoice for LND nodes 5 years ago
jamaljsr 7b2a57ecbf feat(payments): implement createInvoice for c-lightning nodes 5 years ago
jamaljsr d9032e1506 feat(payments): add CreateInvoice modal component 5 years ago
jamaljsr 097a4e8116 feat(payments): add payment buttons to lightning node sidebar 5 years ago
Renovate Bot e59064c0aa
chore(deps): update typescript-eslint monorepo to v2.11.0 5 years ago
Renovate Bot 2e403b8bfb
chore(deps): update dependency antd to v3.26.1 5 years ago
Renovate Bot 81091b3fcb
chore(deps): update dependency @types/react to v16.9.16 5 years ago
Renovate Bot e85cd45158 chore(deps): update dependency @types/node to v12.12.15 5 years ago
jamaljsr b53a8053c7 fix(electron): remove application menu 5 years ago
jamaljsr 286013a54f test(electron): update electron mocks in unit tests 5 years ago
Renovate Bot 21d3d7db27 chore(deps): update dependency electron to v7 5 years ago
jamaljsr d8755294af docs(readme): add some future plans to the readme 5 years ago
Renovate Bot 4f5639afed
chore(deps): pin dependency fetch-mock to 8.0.1 5 years ago
jamaljsr 91f572ad26 feat(clightning): prevent adding c-lightning nodes on Windows 5 years ago
jamaljsr 6204e80375 chore(docker): remove accidentally commited docker-compose file 5 years ago
jamaljsr bb3f0e3e6c fix(clightning): fix permission denied error on linux 5 years ago
jamaljsr 9ebb584a0f chore(docker): update c-lightning-REST in c-lightning docker image 5 years ago
jamaljsr 16a10294a4 refactor(lnddefaults): add LND prefix to lndDefauls funcs 5 years ago
jamaljsr 2722883c0e test(clightning): add and update unit tests for models and utils 5 years ago
jamaljsr 2f64e42adc test(clightning): add and update unit tests for service classes 5 years ago
jamaljsr 54b4f9e958 test(clightning): add and update unit tests for components 5 years ago
jamaljsr 2a659cdde5 test(helpers): add a c-lightning node to the network for testing 5 years ago
jamaljsr ad32e86826 fix(clightning): fix c-lightning node initiator detection 5 years ago
jamaljsr d0e51d8f7a feat(clightning): use developer build of c-lightning 5 years ago
jamaljsr 1e10b642f5 refactor(config): extract hard-coded strings into constants 5 years ago
jamaljsr 7f89de1b0d test(channels): fix failing unit tests 5 years ago
jamaljsr 22338a2c17 fix(clightning): fix duplicate channels being displayed in the graph 5 years ago
jamaljsr 8141da89af fix(bitcoind): update bitcoind state when funds are deposited 5 years ago
jamaljsr c01cace396 fix(clightning): fix duplicate channel displayed for clightning nodes 5 years ago
jamaljsr aed7b9d154 feat(clightning): display 30s msg when waiting for clightning to sync 5 years ago
jamaljsr 0f7e6f1597 feat(lightning): auto update lightning node info when a block is mined 5 years ago
jamaljsr fd015b45a7 refactor(i18n): update i18n keys to use lightning instead of lnd 5 years ago
jamaljsr 99df9124f2 feat(clightning): throw errors when a c-lightning API call fails 5 years ago
jamaljsr a8c746aa58 feat(clightning): implement removing of c-lightning nodes 5 years ago
jamaljsr b61d14d30d feat(clightning): implement dragging c-lightning nodes from the sidebar 5 years ago
jamaljsr d77fef6c58 refactor(lightning): update may var names from lnd to lightning 5 years ago
jamaljsr ff866d6490 refactor(lightning): move LND and c-lightning libs into lightning folder 5 years ago
jamaljsr b37e96e3d4 feat(sidebar): add tooltip for API docs links 5 years ago
jamaljsr ccdf7ca24b refactor(lnd): rename LND redux model to lightning 5 years ago
jamaljsr 5b77c31f5a refactor(clightning): remove unused c-lightning redux model 5 years ago
jamaljsr 823343eeb3 refactor(lnd): rename LND components to Lightning 5 years ago
jamaljsr a159415e63 chore(clightning): remove unused c-lighting components 5 years ago
jamaljsr f7424208a8 feat(clightning): update Connect tab to support c-lightning nodes 5 years ago
jamaljsr e37304b2ff feat(clightning): implement c-lightning closeChannel 5 years ago
jamaljsr 47de591a10 feat(clightning): implement c-lightning openChannel 5 years ago
jamaljsr 647b3bd0d0 feat(lightning): add getPeers to lightningService implementations 5 years ago
jamaljsr cdf4cf742f refactor(lightning): update lightningService.openChannel to take rpcUrl 5 years ago
jamaljsr 181b62e459 feat(clightning): implement c-lightning getChannels 5 years ago
jamaljsr 61ffdea9c6 refactor(sidebar): update LND sidebar componenets to support c-lightning 5 years ago