Skip to content

Conversation

@theborakompanioni
Copy link
Owner

@theborakompanioni theborakompanioni commented Feb 18, 2025

  • remove all deprecated methods (and ConfigKeys)
  • deprecate all default rpc commands that use the default wallet (use the respective *Params object)
  • consider auto configuration of test beans ElectrumRegtestFaucet, RegtestMiner and BitcoinRegtestActions for easier and less verbose test setups
  • fix listaddresses with balance flag
  • add changelog entry with detailed info
  • fix payto response
  • fix SimpleElectrumRegtestFaucetTest and ElectrumRegtestScenarioTest
  • re-enable AdvancedBitcoinjElectrumClientContainerTest#itShouldHaveFluentSyntaxToSendBalance

~ $ electrum --regtest list_wallets
[
    {
        "path": "/home/electrum/.electrum/regtest/wallets/default_wallet",
        "synchronized": true,
        "unlocked": false
    }
]
~ $ electrum --regtest listaddresses --funded
[
    "bcrt1q0xtrupsjmqr7u7xz4meufd3a8pt6v553m8nmvz"
]
~ $ electrum --regtest getbalance
{
    "confirmed": "0",
    "unmatured": "400"
}
~ $ electrum --regtest listaddresses --funded --balance
[
    [
        "bcrt1q0xtrupsjmqr7u7xz4meufd3a8pt6v553m8nmvz",
        "400"
    ]
]

@theborakompanioni theborakompanioni self-assigned this Feb 18, 2025
@theborakompanioni theborakompanioni force-pushed the feat/electrum-daemon branch 2 times, most recently from 4f3d192 to 2fea38e Compare April 2, 2025 18:48
@theborakompanioni theborakompanioni force-pushed the feat/electrum-daemon branch 2 times, most recently from ec325be to 644c385 Compare July 6, 2025 17:49
@theborakompanioni theborakompanioni force-pushed the feat/electrum-daemon branch 3 times, most recently from c4a0da2 to d757469 Compare August 4, 2025 07:22
@theborakompanioni theborakompanioni changed the base branch from devel to master August 28, 2025 12:14
@theborakompanioni theborakompanioni changed the base branch from master to devel August 28, 2025 12:14
updated versions for electrum and electrumx might have changed their implementation a bit
@theborakompanioni theborakompanioni added the dependencies Added/Updated/Removed dependencies label Aug 28, 2025
…1.18.0"

This reverts commit 4ae9a9e.
Electrum gateway example tests started to fail reproducibly with v1.18.0.
Needs to be investigated at a later point.
See: spesmilo/electrumx#309

Signed-off-by: Thebora Kompanioni <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Added/Updated/Removed dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants