Commit graph

  • 7ba9ab91db
    Merge afa4c88e7f into 9cd09afa22 Gary Stephenson 2026-08-05 21:52:01 -07:00
  • e1037534d2
    Merge c82aa95168 into 9cd09afa22 Martin Habovštiak 2026-08-06 06:12:56 +05:30
  • 6b3e17e7a2
    Merge 198c9ae5c1 into 9cd09afa22 Jonathan Harvey-Buschel 2026-07-29 19:18:18 -04:00
  • 198c9ae5c1
    Update transaction.id_from_pos arg parsing for API compliance JHB 2026-07-29 19:05:03 -04:00
  • c5d541f65d
    Merge 69454cc569 into 9cd09afa22 k3tan172 2026-07-29 16:53:27 -04:00
  • dce7e14228
    Merge 53e2dfacfd into 9cd09afa22 Mario Dian 2026-07-29 10:26:21 +00:00
  • 53e2dfacfd fix(electrum): replace panic with error for missing scripthash status in subscription Mario Dian 2026-07-29 18:18:53 +08:00
  • fa9ccfe7c2
    Merge d1435022f8 into 9cd09afa22 dependabot[bot] 2026-07-20 13:17:09 +00:00
  • d1435022f8
    Bump crossbeam-channel from 0.5.15 to 0.5.16 dependabot/cargo/crossbeam-channel-0.5.16 dependabot[bot] 2026-07-20 13:17:06 +00:00
  • e18acbde6f
    Merge 5b2eb790fb into 9cd09afa22 dependabot[bot] 2026-07-20 13:16:53 +00:00
  • 5b2eb790fb
    Bump serde_json from 1.0.150 to 1.0.151 dependabot/cargo/serde_json-1.0.151 dependabot[bot] 2026-07-20 13:16:50 +00:00
  • d60eea1869
    Merge 534cacf09f into 9cd09afa22 PeterXMR 2026-07-19 08:31:13 -04:00
  • edcbab59e4
    Merge dc9fde3c3f into 9cd09afa22 PeterXMR 2026-07-19 00:49:52 -04:00
  • 9cd09afa22 Update documentation for the upcoming release master Roman Zeyde 2026-07-18 15:33:40 +02:00
  • d31b819c0a
    Merge 03b4049a1b into 9175b0f957 PeterXMR 2026-07-18 20:38:32 +02:00
  • aedb51d1e3 Update documentation for the upcoming release Roman Zeyde 2026-07-18 15:33:40 +02:00
  • 9175b0f957 Bump log from 0.4.29 to 0.4.33 dependabot[bot] 2026-06-22 13:17:07 +00:00
  • c0a4b3fa2c Require latest bitcoind Roman Zeyde 2026-07-18 12:21:18 +02:00
  • eed01b98b5 Update bitcoind release in CI Roman Zeyde 2026-07-18 12:20:42 +02:00
  • 1255a377d3 Allow setting REST server URL Roman Zeyde 2026-07-18 12:19:21 +02:00
  • 2175cf4673
    Merge 92651ad003 into 31c3fc5b39 Yuki Kishimoto 2026-07-08 02:18:40 +00:00
  • 31c3fc5b39 docs: fix beta Debian repository links haoshengzhen 2026-06-19 10:41:49 +08:00
  • f38e5b693e
    Bump log from 0.4.29 to 0.4.33 dependabot[bot] 2026-06-22 13:17:07 +00:00
  • d29f1f40d0 docs: fix beta Debian repository links haoshengzhen 2026-06-19 10:41:49 +08:00
  • ca254cb562 Bump serde_json from 1.0.149 to 1.0.150 dependabot[bot] 2026-06-16 16:38:37 +00:00
  • d889624fd8 Bump bytes from 1.11.0 to 1.11.1 dependabot[bot] 2026-06-13 18:23:57 +00:00
  • 2dec5852a1
    Bump log from 0.4.29 to 0.4.32 dependabot[bot] 2026-06-16 16:38:40 +00:00
  • d0aec04c68
    Bump serde_json from 1.0.149 to 1.0.150 dependabot[bot] 2026-06-16 16:38:37 +00:00
  • 71cc6b9553 Add optional Iroh P2P transport for remote Electrum connectivity tommyiroh 2026-06-15 10:55:11 -06:00
  • acf4b98d89
    Bump jsonrpc from 0.18.0 to 0.20.1 dependabot[bot] 2026-06-15 13:25:18 +00:00
  • 7d188d502a
    Bump log from 0.4.29 to 0.4.32 dependabot[bot] 2026-06-13 18:25:11 +00:00
  • 540a3a1ed1
    Bump bitcoin from 0.32.9 to 0.32.100 dependabot[bot] 2026-06-13 18:24:59 +00:00
  • 354d6d7271
    Bump bytes from 1.11.0 to 1.11.1 dependabot[bot] 2026-06-13 18:23:57 +00:00
  • 19717e9857 fix: regenerate Iroh key on invalid/empty key file instead of panic tommyiroh 2026-06-08 13:32:50 -06:00
  • f0b0b15fe8 fix: catch handshake errors in Iroh listener to prevent crash tommyiroh 2026-06-08 11:33:46 -06:00
  • 4052f78e1b
    Merge d0114e2faa into 32e5944ac4 PeterXMR 2026-06-07 15:40:49 +02:00
  • fbccd78db8 feat: use /data/ paths for StartOS (secret key + node_id file) tommyiroh 2026-06-05 20:07:14 -06:00
  • 741b88b9dc cleanup: remove debug logging from iroh_listener tommyiroh 2026-06-05 18:58:37 -06:00
  • 6b7ea7a82d feat: fix Iroh listener to write to socket and use read() instead of read_chunk() tommyiroh 2026-06-05 18:29:45 -06:00
  • aac10a7333 feat: downgrade iroh to 0.35.0 for Python client compatibility tommyiroh 2026-06-05 12:26:51 -06:00
  • 50be92ba4b
    Merge e1439f6b0c into 32e5944ac4 PeterXMR 2026-06-04 21:51:51 -07:00
  • 6fa4c302b8
    Merge 35857de7d9 into 32e5944ac4 PeterXMR 2026-06-04 21:51:50 -07:00
  • 97aec1639e feat: log Iroh relay URL on startup tommyiroh 2026-06-04 11:45:34 -06:00
  • 6b5667a840 feat: persistent Iroh secret key, English comments, no warnings tommyiroh 2026-06-04 10:13:26 -06:00
  • 2dd02addc2 feat: add reply path from electrs back to wallet via Iroh tommyiroh 2026-06-04 09:05:31 -06:00
  • 18442897da feat: implement line-by-line reading from Iroh stream tommyiroh 2026-06-04 08:59:10 -06:00
  • 3c653d8aae feat: wire Iroh listener into Electrum event pipeline tommyiroh 2026-06-03 13:26:59 -06:00
  • 9c38f8b725 feat: add Iroh P2P listener alongside TCP tommyiroh 2026-06-03 13:13:17 -06:00
  • bac489fa5f
    Merge 25bfe9eef1 into 32e5944ac4 Geremia 2026-06-01 07:27:40 +07:00
  • 0fe14fdfd9 Switch to bindex Roman Zeyde 2025-12-28 10:50:53 +01:00
  • 72b9b02948
    Merge cb537911c3 into 32e5944ac4 PeterXMR 2026-05-31 15:46:54 +02:00
  • 32e5944ac4 Bump bitcoin from 0.32.8 to 0.32.9 dependabot[bot] 2026-05-11 20:53:10 +00:00
  • 6caef1b0d2 ci: integration test against bitcoin/bitcoin#35182 @ ddefe4263b holly-the-computer 2026-05-27 13:08:54 -04:00
  • 33424ff53a
    Bump log from 0.4.29 to 0.4.30 dependabot[bot] 2026-05-25 19:24:31 +00:00
  • 25bfe9eef1 [env] CXXFLAGS = "-include cstdint" Geremia 2026-05-22 21:08:04 -07:00
  • cb537911c3
    Return headers list field from blockchain.block.headers PeterXMR 2026-05-21 00:55:22 -03:00
  • 03b4049a1b
    Require server.version before any other Electrum RPC method PeterXMR 2026-05-21 00:51:37 -03:00
  • 35857de7d9
    Implement blockchain.scripthash.get_mempool Electrum RPC method PeterXMR 2026-05-21 00:43:12 -03:00
  • e1439f6b0c
    Add optional mode argument to blockchain.estimatefee PeterXMR 2026-05-21 00:36:18 -03:00
  • dc9fde3c3f
    Implement mempool.get_info Electrum RPC method PeterXMR 2026-05-21 00:30:17 -03:00
  • a417d7cc4e
    Merge 48d55fa9e3 into d81dc35ae8 Oghenovo Usiwoma 2026-05-21 10:24:20 +08:00
  • a63e0b15af
    Warn when bitcoind has not whitelisted electrs PeterXMR 2026-05-20 22:34:27 -03:00
  • 534cacf09f
    doc: clarify why Tor connections use plain TCP on port 50001 PeterXMR 2026-05-20 11:22:40 -03:00
  • d0114e2faa
    Fix uninlined_format_args clippy lint PeterXMR 2026-05-20 00:26:30 -03:00
  • f40c609a4b
    Drop archived bitcoincore-rpc dependency PeterXMR 2026-05-19 23:56:17 -03:00
  • c59862c25d
    Merge 2798401593 into d81dc35ae8 cysoo 2026-05-13 23:21:35 +08:00
  • 2798401593 Fix: Add input size limits to prevent memory exhaustion DoS a0000 2026-05-13 08:21:11 -07:00
  • b502d08831
    Bump bitcoin from 0.32.8 to 0.32.9 dependabot[bot] 2026-05-11 20:53:10 +00:00
  • d81dc35ae8 Bump rayon from 1.11.0 to 1.12.0 dependabot[bot] 2026-04-27 16:24:48 +00:00
  • c134d64d56 Revert "Support Unix sockets" Roman Zeyde 2026-05-10 09:17:14 +02:00
  • 898e57dcdd Support Unix sockets Martin Habovstiak 2026-01-21 20:07:08 +01:00
  • 02cc612676
    Bump rayon from 1.11.0 to 1.12.0 dependabot[bot] 2026-04-27 16:24:48 +00:00
  • fb1013af30
    Bump rand from 0.8.5 to 0.8.6 dependabot[bot] 2026-04-23 11:39:23 +00:00
  • bad9dfdc88
    Fix clippy comment Roman Zeyde 2026-04-23 13:22:04 +02:00
  • 92651ad003
    Add RPC server.features integration test Yuki Kishimoto 2026-04-13 09:36:32 +02:00
  • 2e880cc803
    Skip default electrs config in tests/run.sh Yuki Kishimoto 2026-04-13 09:33:13 +02:00
  • 414dc90e21
    Fix server.features response format Yuki Kishimoto 2026-04-12 14:40:36 +02:00
  • ca5420168b
    Bump bitcoin_slices from 0.10.0 to 0.11.0 dependabot[bot] 2026-04-06 18:26:26 +00:00
  • 22db4c6458 Test bitcoind 31.0rc2 Roman Zeyde 2026-04-06 18:32:45 +02:00
  • f223bd571d Bump signal-hook from 0.4.3 to 0.4.4 dependabot[bot] 2026-04-06 13:21:08 +00:00
  • 213ed0d115
    Bump signal-hook from 0.4.3 to 0.4.4 dependabot[bot] 2026-04-06 13:21:08 +00:00
  • 0bcb979825 Bump tempfile from 3.24.0 to 3.25.0 dependabot[bot] 2026-02-23 14:05:36 +00:00
  • fe3364e9c6
    Format code Samer Afach 2026-02-23 22:15:30 +04:00
  • 3b591b8f79
    Maintain Rest connections to avoid flooding the system with new connections Samer Afach 2026-02-23 21:31:09 +04:00
  • 0705d26439
    Minor Samer Afach 2026-02-23 18:12:41 +04:00
  • 915f0b24e1
    Bump tempfile from 3.24.0 to 3.25.0 dependabot[bot] 2026-02-23 14:05:36 +00:00
  • 0292c76072
    Make it possible to get blocks from ZMQ and Rest API instead of p2p only Samer Afach 2026-02-23 15:50:20 +04:00
  • 945e7e6af1 Bump ctrlc from 3.5.1 to 3.5.2 dependabot[bot] 2026-02-16 14:15:06 +00:00
  • 35216c6d30
    Release 0.11.1 v0.11.1 Roman Zeyde 2026-02-22 13:17:02 +01:00
  • 653634730c Test cdb Oren 2026-02-21 14:09:33 +02:00
  • e9a92eb29b Cleanup RocksDb after syncing CDB Oren 2026-02-21 14:01:58 +02:00
  • b56a23ce93 Write the cdb after synchronization Oren 2026-02-21 13:17:26 +02:00
  • 054d50ad0c Read from cdb Oren 2026-02-21 05:08:05 +02:00
  • bedba5db0b Refactor iter functions to return heights Oren 2026-02-21 04:10:26 +02:00
  • 804a601be9 Create cdb subdir Oren 2026-02-21 02:14:06 +02:00
  • 1353bb9214 cdb_dir param for cdb files Oren 2026-02-21 01:53:36 +02:00
  • 472f6a0be0 Install cdb64 Oren 2026-02-21 01:26:57 +02:00
  • afa4c88e7f Fix build on GCC 15 (Fedora 43+) by injecting missing <cstdint> include Gary 2026-02-19 18:13:33 +11:00
  • 0e6c621fb1
    Bump ctrlc from 3.5.1 to 3.5.2 dependabot[bot] 2026-02-16 14:15:06 +00:00
  • 8aa4ba604c
    Bump tempfile from 3.24.0 to 3.25.0 dependabot[bot] 2026-02-16 14:14:51 +00:00