Roman Zeyde
603830f1b9
Release 0.10.5
2024-05-17 19:55:05 +03:00
Roman Zeyde
6595edf20e
Bump version
2024-03-15 17:25:41 +02:00
Roman Zeyde
52e3b19072
Bump version
2024-02-10 14:52:06 +02:00
Roman Zeyde
84c9a79cac
Bump version
2023-12-30 20:31:43 +02:00
Roman Zeyde
7868c4813c
Bump version
2023-10-31 20:36:50 +02:00
Roman Zeyde
c91dc5488f
Bump version to 0.10.0
2023-07-21 16:18:19 +03:00
Roman Zeyde
c473556401
Update latest release date
2023-06-21 21:21:49 +03:00
Roman Zeyde
c8bb91504e
Bump version to 0.10.0-rc.1
2023-06-17 16:37:23 +03:00
Roman Zeyde
46881ed884
Bump version
2023-06-09 20:15:39 +03:00
Roman Zeyde
d4fdd2010b
Bump version
2023-03-31 09:35:50 +03:00
Roman Zeyde
679903ab53
Bump version
2023-02-24 21:12:20 +02:00
Roman Zeyde
000fc0d6e9
Bump version
2023-01-05 21:25:10 +02:00
Roman Zeyde
fd8361b3f4
Bump version
2022-11-03 17:33:39 +02:00
Roman Zeyde
dd021952ba
Fix release notes
2022-08-30 18:22:38 +03:00
Roman Zeyde
446858ea62
Bump version
2022-08-12 13:09:50 +03:00
Roman Zeyde
d2581c77f7
Bump version
2022-06-03 11:52:17 +03:00
Roman Zeyde
45f35c6755
Bump version
2022-04-30 19:23:25 +03:00
Roman Zeyde
6c685448ac
Bump version
2022-03-04 09:30:14 +02:00
Roman Zeyde
e7b2191a86
Bump version
2022-02-04 15:41:50 +02:00
Roman Zeyde
04089ee651
Update release notes
2022-01-21 11:16:04 +02:00
Roman Zeyde
d5fc333d3c
Update release notes
2021-12-28 15:49:44 +02:00
Roman Zeyde
fca8f3dbf2
Update release notes
2021-12-16 22:18:40 +02:00
Roman Zeyde
67d8472e19
Update release notes
2021-12-04 10:45:11 +02:00
Roman Zeyde
e5047a0b10
Disable index_lookup_limit
by default
2021-12-04 10:42:01 +02:00
Roman Zeyde
0f075fe10c
Update release notes
2021-11-19 09:06:07 +02:00
Roman Zeyde
64bc7e1583
Update release notes
2021-11-08 19:46:48 +02:00
Roman Zeyde
2d09854f9d
Allow skipping merkle proofs' during subscription
...
We still support them (by computing them on-demand) and caching them with `--cache-merkle-proofs`.
Also, don't compute block's txids if we don't cache merkle proofs during subscription
3ce23ae01e (r59562642)
2021-11-07 16:41:19 +02:00
Roman Zeyde
4aa5a3b8b7
Update release notes
2021-11-01 08:37:19 +02:00
Roman Zeyde
d9c2a2ca81
Update release notes
2021-10-30 16:11:03 +03:00
Roman Zeyde
0898208a55
Update release notes
2021-10-25 19:19:12 +03:00
Roman Zeyde
cdea505960
Build rocksdb with conditional SSE support
...
See 4935c28609
.
Should fix https://github.com/romanz/electrs/issues/536 .
2021-10-25 15:05:21 +03:00
Roman Zeyde
edbb50cba2
Update release notes
2021-10-25 15:04:15 +03:00
Roman Zeyde
1ca8cb83c7
Re-organize and split documentation
2021-10-21 18:18:44 +03:00
Roman Zeyde
e3ea373472
Release 0.9.1
2021-10-18 11:28:00 +03:00
Roman Zeyde
66b6bdb408
Update release notes
2021-10-16 12:57:07 +03:00
Roman Zeyde
44cda47f39
Update release notes
2021-10-15 22:20:23 +03:00
Roman Zeyde
557911e3ba
Release 0.9.0
2021-09-30 10:13:10 +03:00
Martin Habovstiak
5537c963c0
Detailed documentation of db_dir
...
This warns users that they shouldn't touch `db_dir` internals except for
deleting the old `mainnet` database. It explains in details how to do
upgrade and deleting properly, calls it out in release notes and fixes
small style mistake in nearby heading.
It can be thought of as more explicit/detailed version of
8b8ebea0018d3e9a97ce965845b1914df4b4d8a4 or a textual alternative to
PR #513 .
2021-09-29 22:15:53 +02:00
Roman Zeyde
30a409ff4a
Add electrs logo
...
Provided by Dominik Průša (https://github.com/DominoPrusa )
under the MIT license.
2021-09-28 19:30:21 +03:00
Roman Zeyde
0e2766c264
Disable setting TRACE verbosity by '-vvvv'
...
Should fix https://github.com/romanz/electrs/issues/355#issuecomment-926903119 .
It still can be set using:
```
RUST_LOG=electrs=TRACE target/release/electrs <args>
```
See https://docs.rs/env_logger for more usage examples.
2021-09-26 12:46:12 +03:00
Martin Habovštiak
cb53ec2938
Warn about log level
...
Some people still incorrectly use trace log level and get burned by this update.
2021-09-25 19:39:39 +02:00
Roman Zeyde
5ae3d6526e
Update 0.9.0-rc2 release notes
2021-09-23 18:09:58 +03:00
Roman Zeyde
f5bd245569
Close index DB if interrupted during initial sync
...
It should allow resuming initial sync (fixing #494 ).
2021-09-23 17:40:14 +03:00
Roman Zeyde
8252518ff4
Add #490 to release notes
2021-09-19 19:10:32 +03:00
Roman Zeyde
2ded459d0c
Don't use prometheus::process_collector::ProcessCollector by default
...
Following #491 .
It can be re-enabled by:
```
cargo build --release --features prometheus/process
```
2021-09-19 14:10:49 +03:00
Roman Zeyde
62e404848b
Update 0.9.0-rc1 release date and notes
2021-09-17 20:01:10 +03:00
Roman Zeyde
2152ac9cca
Merge branch 'p2p'
2021-09-17 16:08:19 +03:00
Martin Habovštiak
c1ce81112f
Reference auto reindex PR in release notes
...
Co-authored-by: Roman Zeyde <git@romanzey.de>
2021-09-17 15:28:24 +03:00
Martin Habovštiak
c11ee11395
JSON spelling
...
Co-authored-by: Roman Zeyde <git@romanzey.de>
2021-09-17 15:28:24 +03:00
Martin Habovstiak
ce96481522
Improve documentation of 0.8.x -> 0.9.0 upgrade
...
This should hopefully make the major changes more visible and avoid
surprises.
2021-09-17 15:28:24 +03:00