Commit Graph

1385 Commits

Author SHA1 Message Date
alex.sharov
daa2d67790 clean 2023-03-26 12:18:29 +07:00
Alex Sharov
0b9404adb8
add constant kv.Unlim=-1 (#955) 2023-03-26 03:18:07 +00:00
Alex Sharov
a4034d5cea
enable more linters (#954) 2023-03-25 05:13:20 +00:00
Alex Sharov
5160bef4bc
e3: DomainGetAsOf, DomainRange (#953) 2023-03-25 03:51:41 +00:00
alex.sharov
7da125879b better context 2023-03-24 15:50:00 +07:00
Alex Sharov
71d01a8653
e3: remove some iterator (#952) 2023-03-24 08:36:54 +00:00
alex.sharov
e2b62447c7 clean 2023-03-24 11:02:11 +07:00
alex.sharov
f2e0f1ead4 clean 2023-03-24 10:58:33 +07:00
alex.sharov
e15093d30e fix test 2023-03-23 13:26:04 +07:00
alex.sharov
d7b01ea68f save 2023-03-23 12:19:17 +07:00
Alex Sharov
f110e80dab
go 1.19 atomics (#951) 2023-03-23 05:11:20 +00:00
alex.sharov
a19341cc6c linter up 2023-03-23 10:34:44 +07:00
Alex Sharov
c429214b84
Go 1.18 drop (#950) 2023-03-23 03:18:53 +00:00
alex.sharov
2d37194405 fix test 2023-03-23 10:18:00 +07:00
Alex Sharov
0915811f47
e3: domain range api simplify (#949) 2023-03-22 07:35:58 +00:00
Alex Sharov
24a5f38a85
e3: unionKV limit (#948) 2023-03-22 06:58:07 +00:00
Alex Sharov
c2b85725c8
e3: union limit (#947) 2023-03-22 06:38:02 +00:00
alex.sharov
3c33211cda clean 2023-03-22 12:38:08 +07:00
Alex Sharov
39f1d090c6
e3: remove settings table (#946) 2023-03-22 05:21:11 +00:00
alex.sharov
dc74cf0404 less logs 2023-03-22 12:00:25 +07:00
alex.sharov
faf600b0f0 domain: to use history api 2023-03-22 11:54:26 +07:00
alex.sharov
ad12b79b50 e3: domain inline logging 2023-03-22 11:10:57 +07:00
alex.sharov
d029d2ef9e e3: test for DomainGC 2023-03-22 10:42:32 +07:00
awskii
0a4e293b4f
e4 speedup collate/prune (#944)
Continuing experiments on reducing time consumption of each aggregate
step.
2023-03-21 23:33:06 +00:00
Giulio rebuffo
325f5be536
Added ban method to sentinel (#942) 2023-03-18 16:21:33 +00:00
Alex Sharov
a5ebd0c5ff
torrent: suppress some warning (#941) 2023-03-17 03:53:30 +00:00
Alex Sharov
f7d31f2f6f
Grpc middleware up (#940) 2023-03-17 03:33:56 +00:00
awskii
08c5e41ea6
E4 metrics update (#939) 2023-03-16 23:59:24 +00:00
alex.sharov
b3d75ec0c1 clean 2023-03-16 10:38:08 +07:00
Temirlan
8234bab3de
TxPool sendersBatch optimizations (#927)
Reduce memory allocations and using inverted index (instead of
brute-force).
Use common.Address type instead of []byte

[Related issue](https://github.com/ledgerwatch/erigon/issues/7002)
2023-03-16 03:32:58 +00:00
alex.sharov
0a69d98d25 Revert "don't loose nil value"
This reverts commit dc740cdf9d.
2023-03-16 10:24:07 +07:00
alex.sharov
dc740cdf9d don't loose nil value 2023-03-16 10:22:53 +07:00
Alex Sharov
e143f7756f
e3: history no auto-increment (#935) 2023-03-15 06:47:48 +00:00
alex.sharov
59238cf44d e3: less merge logs 2023-03-15 13:34:13 +07:00
alex.sharov
fd7db34c82 save 2023-03-15 11:26:04 +07:00
alex.sharov
70433e79d9 up goprotobuf 2023-03-15 10:26:07 +07:00
Jason Yellick
820840bbbb
Fix broken doc link (#934)
The [KV
Readme.md](https://github.com/ledgerwatch/erigon-lib/tree/main/kv#ethdbabstractkv-design)
currently references `dupsort.md` which is in the original Erigon repo,
so the link is broken. This simply fixes the reference to point back to
the main repo.

Co-authored-by: Jason Yellick <jason@enya.ai>
2023-03-14 15:43:07 +07:00
Alex Sharov
335efa7d12
torrent: don't cancel storage, because lib can't handle such error and can graceful-shutdown anyway (#938) 2023-03-14 08:41:43 +00:00
Alex Sharov
474982ecaf
torrent: don't cancel storage, because lib can't handle such error and can graceful-shutdown anyway (#937) 2023-03-14 08:40:30 +00:00
Alex Sharov
b7f18a5de1
move more parts to lru2 (#936) 2023-03-14 07:37:21 +00:00
hexoscott
4493b598b9
read config yaml file to check for metrics being enabled (#909)
created to help with https://github.com/ledgerwatch/erigon/issues/6530
2023-03-14 00:07:27 +00:00
alex.sharov
ac75ffcda0 save 2023-03-13 19:07:50 +07:00
alex.sharov
f5faade958 save 2023-03-13 15:44:19 +07:00
Alex Sharov
b968398cbd
e3: split "changed keys" iterator to simplify (#933) 2023-03-13 08:06:37 +00:00
Alex Sharov
6f17999b1f
e3: simplify wal (#932) 2023-03-13 02:35:14 +00:00
Alex Sharov
460699ca6b
Downloader main loop wait on close (#931) 2023-03-13 02:12:26 +00:00
awskii
9f522be0bb
E4 integrate state (#930)
minor refactoring of state/aggregator.
added simple aggregator metrics.
2023-03-10 19:20:47 +00:00
Andrew Ashikhmin
310654c7f1
Remove archaic DAOForkSupport & eip150Hash (#929)
No needed anymore after https://github.com/ledgerwatch/erigon/pull/7074
& https://github.com/ledgerwatch/erigon/pull/7075
2023-03-10 13:06:39 +00:00
alex.sharov
c3c270fdf5 rawdb: txnums.Last 2023-03-10 15:14:03 +07:00
Alex Sharov
7caf4f38ce
up moq version (#928) 2023-03-10 04:03:12 +00:00