feat: add bitcoind RPC back-end as alternative for Electrum#774
Draft
nabijaczleweli wants to merge 13 commits intoeigenwallet:masterfrom
Draft
feat: add bitcoind RPC back-end as alternative for Electrum#774nabijaczleweli wants to merge 13 commits intoeigenwallet:masterfrom
nabijaczleweli wants to merge 13 commits intoeigenwallet:masterfrom
Conversation
… send button if no balance Ref: eigenwallet#744, pt. 3
…Monero ones Ref: eigenwallet#744, pt. 4
Per <https://electrumx.readthedocs.io/en/latest/protocol-methods.html#mempool.get_fee_histogram>, mempool.get_fee_histogram is: 1. an electrumx extension 2. deprecated And per https://github.com/kyuupichan/electrumx @ 76280a15b48ea3ff0ee6ae47d21833cbaad8522f, electrumx/server/session.py, 'mempool.get_fee_histogram': self.compact_fee_histogram, async def compact_fee_histogram(self): self.bump_cost(1.0) return [] So this either (a) fails on non-electrumx, or (b) bails out when it gets an empty histogram.
…and we don't use this mode
|
awesome, will try to review this next week! |
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.
(Draft because on top of #748)