feat: add Floresta client support#697
Draft
4xvgal wants to merge 1 commit into
Draft
Conversation
7 tasks
Author
Test Env setupindex
1. setup bitcoind with regtest networkconf execute 2단계 — utreexod (bridge mode, regtest)실행 3. Floresta주의: macOS환경에서 iOS 시뮬레이터는 127.0.0.1 접근이 안되기 때문에 일렉트럼을 노출하는 floresta의 일렉트럼 포트와 RPC 서버는 localhost를 제외한 네트워크 환경에 바인딩 되어야함 ( 127.0.0.1 X -> 192...) 주의: 만약 utreexod를 한번이라도 그냥 실행하거나 pruned 로 실행하면 full node 모드로 동작하지 않아 블록데이터를 전파하지 않음. 시작 순서 요약 utreexoctl 로 블록체인 상태 보기 floresta-cli로 블록체인 상태보기 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: add Floresta client support
Summary
Add support for connecting to an external Floresta node via Electrum protocol and JSON-RPC. This allows coconut_wallet to use Floresta as a backend in regtest mode.
What's included
loaddescriptor)rescan)Tested environment
Tested features
Notes
socket_manager_testand electrum e2e tests may fail depending on environmentReferences
Future work
Built-in Floresta node support is tracked in #<epic_issue_number>.