1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00
Commit Graph

958 Commits

Author SHA1 Message Date
Roman Zeyde
31003b0779 More .gitignore 2021-12-17 12:52:54 +02:00
Roman Zeyde
1714a71106 HACK: disable mempool 2021-12-17 12:52:54 +02:00
Roman Zeyde
6523f3d7b7
Move default DB path 2021-02-03 18:16:55 +02:00
Roman Zeyde
9ce309629a
Bump bitcoind version 2021-02-03 10:42:04 +02:00
Roman Zeyde
c1b0472671
Bump bitcoincore-rpc 2021-02-03 10:41:37 +02:00
Roman Zeyde
e605332c9c
Bump bitcoin dependency to 0.26 2021-01-15 16:31:53 +02:00
Roman Zeyde
9bf84b8775
Simple indexing script 2021-01-03 17:42:49 +02:00
Roman Zeyde
19aefd998e
Add script for tx lookup 2021-01-03 09:53:30 +02:00
Roman Zeyde
511df736fc
Build latest Electrum in Dockerfile 2020-12-28 21:38:27 +02:00
Roman Zeyde
b2579b89a7
Bump latest Electrum wallet version for integration tests 2020-12-19 19:57:42 +02:00
Roman Zeyde
765a1cd1f9
Handle SIGTERM 2020-12-11 21:19:03 +02:00
Roman Zeyde
52c56545e5
Log signal before stopping 2020-12-11 20:52:17 +02:00
Roman Zeyde
d8798f707b
Allow indexing interruption 2020-12-11 20:23:06 +02:00
Roman Zeyde
4c21aa59c7
Update Cargo.lock 2020-12-11 18:58:58 +02:00
Roman Zeyde
ba6bad7226
Update async-std 2020-12-11 08:35:15 +02:00
Roman Zeyde
1f353cbb34
Update Dockerfile to latest Electrum 2020-12-10 17:33:41 +02:00
Roman Zeyde
f7ec78a024
Use GPG to verify Electrum wallet 2020-12-07 21:24:35 +02:00
Roman Zeyde
d2b4b347c0
Test also 'cargo install' 2020-12-07 10:56:37 +02:00
Roman Zeyde
b20a94c0ee
Small fixes to tests/run.sh
Remove sleeps and update to latest Electrum
2020-12-07 10:21:56 +02:00
Roman Zeyde
32d8d13f39
Use rust:1.41.1-slim for faster builds 2020-12-03 18:28:33 +02:00
Roman Zeyde
f12bbf5a36
Add integration tests to CI 2020-12-03 15:55:10 +02:00
Roman Zeyde
92c19e50bb
Print config to stderr 2020-12-02 09:29:24 +02:00
Roman Zeyde
c32e553cac
Fixup integration tests 2020-12-01 20:42:33 +02:00
Roman Zeyde
b4492e7b67
Use configure_me instead of clap 2020-12-01 13:32:28 +02:00
Roman Zeyde
dba7990f48
Add Docker-based integration tests 2020-11-30 22:55:29 +02:00
Roman Zeyde
b35d0728fd
Fixup versions 2020-11-30 22:55:17 +02:00
Roman Zeyde
2842a1c7c3
Add dependencies' comments 2020-11-23 20:46:20 +02:00
Roman Zeyde
0464a9a285
Log more info about DB 2020-11-22 09:45:44 +02:00
Roman Zeyde
2b90774ac2
rm old examples 2020-11-16 09:57:26 +02:00
Roman Zeyde
edcee0ba8e
Add health-check tool 2020-11-15 22:27:17 +02:00
Roman Zeyde
165db08587
Refactor total rows' count 2020-11-15 20:24:16 +02:00
Roman Zeyde
21a640ba44
Move low-memory indexing into a separate method 2020-11-15 20:24:13 +02:00
Roman Zeyde
4f4476efe7
Simplify header rows' collection
Also, measure low-memory indexing duration
2020-11-15 20:24:11 +02:00
Roman Zeyde
8c1917abe2
Simplify parse_block_and_undo 2020-11-15 20:24:08 +02:00
Roman Zeyde
ca09e30b03
Simplify group_locations_by_file 2020-11-15 20:24:06 +02:00
Roman Zeyde
2e7c249800
Refactor undo.rs 2020-11-15 20:24:04 +02:00
Roman Zeyde
37d1bf1f29
Reorder types.rs 2020-11-15 20:24:03 +02:00
Roman Zeyde
9125a64e23
rm commented code 2020-11-15 20:24:01 +02:00
Roman Zeyde
83c2b9cc4a
Move undo-related code into a separate module 2020-11-15 20:23:59 +02:00
Roman Zeyde
bba0cdeb72
Less auto-compaction logging 2020-11-15 20:23:51 +02:00
Roman Zeyde
883d284474
Refactor following clippy 2020-11-14 13:17:25 +02:00
Roman Zeyde
efeddaa11c
Run clippy in CI 2020-11-13 23:30:16 +02:00
Roman Zeyde
f0230d1ae5
clippy fixes 2020-11-13 22:56:51 +02:00
Roman Zeyde
4f692d23c4
Enable auto-compaction after bulk load 2020-11-13 21:59:30 +02:00
Roman Zeyde
73e2669e26
Allow concurrent confirmed history queries for notification 2020-11-13 09:10:25 +02:00
Roman Zeyde
ff59424120
Allow limiting popular addresses 2020-11-12 19:48:49 +02:00
Roman Zeyde
7d1e56ae0c
Refactor indexing a bit 2020-11-11 09:36:46 +02:00
Roman Zeyde
3097759686
Rename subscription map 2020-11-09 08:42:27 +02:00
Roman Zeyde
239900ed30
Add blockchain.scripthash.unsubscribe 2020-11-09 08:34:47 +02:00
Roman Zeyde
c9a97ead37
Less verbose mempool updates 2020-11-08 12:13:13 +02:00