Commit Graph

640 Commits

Author SHA1 Message Date
1f7e540751 cleanup 2023-08-12 08:40:32 -04:00
f3877f8b0b Updates 2023-08-12 08:34:39 -04:00
0a59f1ed86 fix name 2023-08-12 08:27:54 -04:00
c51f0260bc trying again 2023-08-12 08:24:57 -04:00
6bfac047d3 remove extra stuff again 2023-08-12 08:20:52 -04:00
c771e54325 remove extra stuff 2023-08-12 08:20:46 -04:00
08c38cfdce import the module? 2023-08-12 08:19:46 -04:00
0c8bdc4610 just use nixos modules 2023-08-12 08:06:17 -04:00
d374bad49f again 2023-08-12 08:03:27 -04:00
3b265318a3 another try 2023-08-12 07:55:35 -04:00
4cbeae2999 again 2023-08-12 05:52:06 -04:00
440b6a7e0d trying again 2023-08-12 05:51:08 -04:00
a86e5b2f38 try another import 2023-08-12 05:44:25 -04:00
7e638bc8c2 new import attempt 2023-08-12 00:20:15 -04:00
e8c4dbdb8b Try new way of importing module 2023-08-12 00:17:51 -04:00
551df1b66f Update productName 2023-08-12 00:14:52 -04:00
e35f160761 fix default module 2023-08-11 23:57:22 -04:00
b64b0b92ae Add module for nixos 2023-08-11 23:53:53 -04:00
9f53e855da Add nix flake 2023-08-11 23:50:50 -04:00
Roman Zeyde
5895ad906d
Bump version 2018-10-14 14:40:55 +03:00
Roman Zeyde
1dcc8ac575
Don't run full compaction after initial import is over 2018-10-14 10:58:48 +03:00
Roman Zeyde
c2563701eb
Group 'use' statements 2018-10-06 21:31:43 +03:00
Roman Zeyde
fce7bd15b0
Add simple transaction ID prefix collision length calculator 2018-10-01 21:15:12 +03:00
Roman Zeyde
e300796fc2
Add scanning DBStore prefix iterator 2018-10-01 21:15:11 +03:00
Roman Zeyde
698156eb6e
Add systemd service file example 2018-10-01 21:13:07 +03:00
Roman Zeyde
f27b1428b1
Add a small comment to test caching 2018-09-28 11:42:34 +03:00
Roman Zeyde
11c95fbf09
Check formatting on Travis 2018-09-28 11:27:02 +03:00
Roman Zeyde
af189983ae
Add build and test to Travis 2018-09-28 11:11:35 +03:00
Roman Zeyde
27b3255298
Add Cargo.lock to git 2018-09-27 19:55:01 +03:00
Roman Zeyde
19fa5355f2
Experiment with vanilla caching 2018-09-27 19:50:57 +03:00
Roman Zeyde
71347c1568
Simplify status queries by using itermediate variables 2018-09-27 17:01:41 +03:00
Roman Zeyde
4301abdd10
Bump version 2018-09-22 15:44:24 +03:00
Roman Zeyde
3f51458fee
Optimize for low-memory systems by using different RocksDB settings
- Keep less open files (to preserve memory)
- Don't use compaction readahead
- Use smaller SSTable block size
2018-09-16 09:55:42 +03:00
Roman Zeyde
200ef16ed0
Expose low-memory indexing via --jsonrpc-import flag
(instead of --skip_bulk_import)
2018-09-16 09:55:42 +03:00
Roman Zeyde
e09816db65
Bump version 2018-09-14 17:59:54 +03:00
Roman Zeyde
18d2aef052
Re-format using Rust 1.29 2018-09-14 16:35:18 +03:00
Roman Zeyde
58ea2ed960
Allow higher concurrency for >dual core machines 2018-09-07 18:08:36 +03:00
Roman Zeyde
853513ed27
Add 'blockchain.address.get_history' API
For easier invocation (e.g. using curl).
2018-09-03 12:04:28 +03:00
Roman Zeyde
27ce8ca0ab
Handle disconnections during reading RPC response
Make sure that the read data has the same size as the "Content-Length" header.
2018-09-02 15:07:21 +03:00
Roman Zeyde
fcd85e9f51
Add a small test for FakeStore 2018-09-01 10:13:46 +03:00
Roman Zeyde
fff0d0632a
Remove obsolete bulk loading example 2018-09-01 08:26:19 +03:00
Roman Zeyde
00da50d1ac
Reload block header index only after bulk indexing is over 2018-08-31 20:51:57 +03:00
Roman Zeyde
79b182af08
Add full compaction helpers to store module 2018-08-31 20:49:27 +03:00
Roman Zeyde
610a0ade07
Improve bulk indexing comment 2018-08-31 14:48:05 +03:00
Roman Zeyde
4e8a9f6274
Make definitions less public 2018-08-31 12:50:18 +03:00
Roman Zeyde
6a4def0459
Gracefully exit on SIGTERM 2018-08-31 10:39:01 +03:00
Roman Zeyde
74dfef8f09
Wait for IBD to finish (instead of failing) 2018-08-29 23:34:17 +03:00
Roman Zeyde
6af64b6106
Update sysconf to >=0.3.4 2018-08-29 23:28:13 +03:00
Roman Zeyde
f62601bae3
Re-use bitcoin crate Network definitions 2018-08-29 21:53:01 +03:00
Roman Zeyde
bb4c7a667d
Merge branch 'remove_unused_field' of https://github.com/greenaddress/electrs into remove-field 2018-08-29 18:41:14 +03:00