518 Commits (64843e11bea35da949dfa0cd340b7771a43550ff)
 

Author SHA1 Message Date
jamaljsr 1e3b376d6a test(network): add and update unit tests for pert detection 5 years ago
jamaljsr 89b8b68225 feat(network): detect ports in use to avoid conflicts on network startup 5 years ago
jamaljsr 07db3badab feat(lnd): add support for multiple versions of LND nodes 5 years ago
jamaljsr 10a20915d7 test(lndconnect): add unit tests for lndconnect component 5 years ago
jamaljsr 17306f7ced feat(connect): add LND Connect url as a connection option 5 years ago
jamaljsr 601dd632f3
docs(readme): update links and add a lil kudos 5 years ago
jamaljsr 983c167506 test(designer): update and add unit tets for drag and drop 5 years ago
jamaljsr b5a79385c3 feat(designer): prevent adding nodes when network is transitioning 5 years ago
jamaljsr 32dca4a4c7 feat(designer): add LND node to network when dropped on the canvas 5 years ago
jamaljsr 77ef142574 feat(sidebar): create default sidebar component with a draggable node 5 years ago
jamaljsr 66b906d855 test(designer): add more unit tests for updated components 5 years ago
jamaljsr 720d1ff37a test(designer): add more unit tests for lib, models, and utils 5 years ago
jamaljsr 02d9406235 refactor(lnd): move LND default responses to shared folder 5 years ago
jamaljsr 59de751f53 test(designer): fix all broken unit tests 5 years ago
jamaljsr e2051bec47 feat(designer): fix minor cosmetic issues with fonts 5 years ago
jamaljsr 2a9402fcb8 feat(designer): create custom colored ports 5 years ago
jamaljsr 4952a53bb6 feat(lnd): update LND connection info tab UI 5 years ago
jamaljsr 3041347e8d feat(channels): display details of channels in the sidebar 5 years ago
jamaljsr 6b6e3a944d feat(notifications): minor updates to UI loaders and error notifications 5 years ago
jamaljsr 6cdd359e41 feat(chart): color code the chart links based on channel balances 5 years ago
jamaljsr 727636b252 feat(chart): fetch channels from LND and display them on the chart 5 years ago
jamaljsr b9f65e3f30 feat(channels): fetch open & pending channels from LND 5 years ago
jamaljsr 9625859ba0 feat(ipc): use unique response channels to prevent race conditions 5 years ago
jamaljsr d8e4b03806
chore(docs): Update todo list 5 years ago
Renovate Bot e77d0173c2 chore(deps): update dependency husky to v3.0.9 5 years ago
Renovate Bot 692d50e780 chore(deps): update dependency eslint-plugin-react to v7.16.0 5 years ago
Renovate Bot 8ca562144b chore(deps): update dependency electron to v6.0.12 5 years ago
Renovate Bot a5ecd6e1b0 chore(deps): update dependency @types/node to v12.7.12 5 years ago
Renovate Bot a3ea08efe3 chore(deps): update dependency @testing-library/jest-dom to v4.1.2 5 years ago
Renovate Bot fa7d385e48 chore(deps): update dependency @hot-loader/react-dom to v16.10.2 5 years ago
jamaljsr 60e22a81b6 test(lnd): add unit tests for new components 5 years ago
jamaljsr f26df78ee2 feat(lnd): implement copy to clipboard buttons 5 years ago
jamaljsr 5b7f28d112 feat(lnd): encode macaroons to hex 5 years ago
jamaljsr c67bd846af feat(network): store readonly macaroon path in the network model 5 years ago
jamaljsr 100ad2a450 feat(lnd): seperate LND sidebar details into tabs 5 years ago
Renovate Bot b55451485e chore(deps): update dependency eslint-config-prettier to v6.4.0 5 years ago
Renovate Bot 3551902383 chore(deps): update dependency @types/node to v12.7.11 5 years ago
Renovate Bot 9bb74d6cb3 chore(deps): update dependency antd to v3.23.6 5 years ago
Renovate Bot f9f4166095 chore(deps): update dependency @types/react to v16.9.5 5 years ago
Renovate Bot 8b93c4b9c6 chore(deps): update dependency @testing-library/react to v9.3.0 5 years ago
Renovate Bot 8d328b4092 chore(deps): pin dependencies 5 years ago
jamaljsr 59d82faa07 test(challens): add unit tests for new code 5 years ago
jamaljsr af13947098 test(channels): fix errors in unit tests 5 years ago
jamaljsr 3fab4c32c2 feat(channels): show OpenChannel modal when a chart link is created 5 years ago
jamaljsr 2dcb97410f feat(channels): mode OpenChannelModal state to redux 5 years ago
jamaljsr 8c6f54be0c feat(lnd): add wallet balance to the sidebar header 5 years ago
jamaljsr 4018aa5ffc feat(lnd): change DDeposit Funds to use sats 5 years ago
jamaljsr 1b90374776 feat(channels): implement channel opening 5 years ago
jamaljsr d8e757e692 feat(channels): create lndProxyClient class 5 years ago
jamaljsr 0dd83b4a56 feat(channels): add openChannel skeleton to the lnService class 5 years ago