-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(connectors): add raspiblitz #683
Conversation
Note: This PR is not ready to be merged, we need to add the Raspi specific details first. |
Wanna switch it to |
I don't see the button to do that..? |
Ok I have added the instructions for this and it is now ready for review, @MoritzKa do you want to verify everything looks correct? |
@MoritzKa you can change the ID in that JSON file. |
Changed the ID. Connection works fine! |
We don't need the macaroon drag&drop here - we have specific instructions how users get the macaroon hex above. So we should remove that. |
ACK |
I updated the code so that https:// and port:8080 get added automatically to keep it as simple as possible for the user. |
…-support feature/lud 18 email support
feat: new wallet account creation with lightning address
…e-internet-explorer feat: upgrade to react 18
setup i18next react-i18next browser-language-detector create locale switcher styling for both light and dark mode translate heading enable json imports in tsconfig language persistence throughout different components language persistence between different sessions browser language detections format JSON translation file using built-in eslint JSON formatted and run automated using lintstaged format existing json file place language switcher on intro and under settings (for intro under development mode) store locale in extensions storage signed-off-by: pavan joshi <[email protected]>
signed-off-by: pavan joshi <[email protected]>
Ok I refactored the code so that it now checks for All that we need to do now is resolve the merge conflicts - but for some reason GitHub won't let me resolve them. The 'resolve conflicts' button is disabled for me... |
fix: update citadel sdk for core lightning support
…-04-04 Update all development Yarn dependencies (2022-04-04)
feat(i18n): initial setup
…ning-browser-extension into secondl1ght-add-raspiblitz
Ok so resolving the merge conflicts was a bit of a hassle! GitHub wouldn't let me do it on the website because it said the conflicts were too complex. So I did it locally, I ended up having to create a new branch on this repo and merging this PR onto master on that new branch. I then tried to push those changes back to this PR but it looks like something happened during that so this PR is now not correct. Easiest solution was to to create a new PR from the new branch and I did that with #777. We can leave this PR open to track the conversation history but we should merge #777 and then close this one when it gets merged. Hopefully what I explained here makes sense. |
Link this PR to an issue
Fixes #673
Type of change
Describe the changes you have made in this PR -
Begin to add the RaspiBlitz connector, I repurposed the LND one for this because the backend should be the same. I still need to add the RaspiBlitz specific steps to this so if anyone knows those can they please post them here.
Screenshots of the changes (If any) -
How Has This Been Tested?
I added a LND node successfully.
Checklist: