Alex Sharov
d0af20cb8a
etl: remove custom comparators support ( #810 )
2022-12-30 11:37:17 +07:00
Alex Sharov
f36515a420
e3: agg cancel background jobs ( #808 )
2022-12-29 15:04:04 +07:00
Giulio rebuffo
3105d7ba29
Added beacon indexing ( #807 )
2022-12-28 17:43:51 +01:00
Alex Sharov
7da5281947
kv: db.ReadOnly() method ( #806 )
2022-12-28 12:48:54 +07:00
Alex Sharov
f6d2125cc1
torrent lib version up ( #805 )
2022-12-27 12:53:44 +07:00
alex.sharov
ee6b511615
save
2022-12-26 21:31:53 +07:00
Alex Sharov
9a6ae5bf5a
kv: tx.Prefix method ( #804 )
2022-12-26 17:58:17 +07:00
alex.sharov
d0ccc19cb9
mdbx: set max bg sync bytes limit
2022-12-25 22:00:20 +07:00
alex.sharov
b023e06483
save
2022-12-25 21:54:07 +07:00
alex.sharov
2110fb06d5
kv: more docs
2022-12-25 18:27:21 +07:00
Alex Sharov
0aeae327e1
KV: tx.Range() with stream api ( #803 )
2022-12-25 17:40:04 +07:00
Alex Sharov
1371990bed
e3: BuildMissedIndices errgroup ( #802 )
2022-12-24 17:30:21 +07:00
Alex Sharov
3170bf0a57
kv_remote: server to support thread-safe multi-streams per 1 tx ( #798 )
2022-12-24 13:11:09 +07:00
alex.sharov
c8cd6f567f
save
2022-12-24 11:18:49 +07:00
Alex Sharov
5c2433d8cf
in mem test - don't use writemap ( #801 )
2022-12-23 14:37:55 +07:00
Alex Sharov
d2603c5730
use in-mem db in tests ( #800 )
2022-12-23 14:34:14 +07:00
Giulio rebuffo
afe3703d28
Added Attestestation tables ( #797 )
2022-12-22 19:11:57 +01:00
Alex Sharov
48bd0311d5
kv_remote: c.Count() ( #799 )
2022-12-22 12:44:06 +07:00
Alex Sharov
491423b6fe
e3: kv/temporal prototype 3 ( #796 )
2022-12-22 09:37:29 +07:00
Alex Sharov
f5db7c9bef
e3: kv/temporal prototype 2 ( #792 )
2022-12-20 09:28:09 +07:00
Alex Sharov
0d5c9f0fed
e3: kv/temporal prototype ( #791 )
2022-12-19 15:38:57 +07:00
Alex Sharov
d89b77ccb3
better memdb use in tesets ( #790 )
2022-12-19 10:58:15 +07:00
Alex Sharov
f239b04a72
e3: reconst MakeSteps - to check that files are indexed ( #789 )
2022-12-19 10:26:43 +07:00
Alex Sharov
2cabdd37fc
e3: prune all keys by DeleteCurrentDuplicates ( #788 )
2022-12-19 10:09:29 +07:00
Alex Sharov
0f8fdd40c2
unify logs a bit ( #787 )
2022-12-18 09:23:06 +07:00
hexoscott
55d0e42c95
yielded changes in txpool ( #784 )
...
pass in a slice of already yielded ids. Allows for per mining process
filtering. The global state before was causing issues with mining
processes stealing transactions.
2022-12-18 08:43:14 +07:00
Alex Sharov
3b68fec09a
mdbx: relax a bit merge limit (still leave it stronger than default) ( #786 )
2022-12-17 20:06:19 +07:00
Alex Sharov
199a9c890d
e3: increase default wal limit ( #785 )
2022-12-17 16:54:03 +07:00
Andrew Ashikhmin
125788cbac
Extend fork ID to timestamp-based forks ( #783 )
...
Prerequisite for https://github.com/ledgerwatch/erigon/pull/6324
2022-12-16 11:42:09 +01:00
Alex Sharov
9a8477f65c
e3: cancel background build ( #782 )
2022-12-15 17:07:37 +07:00
Alex Sharov
67815f5faa
e3: handle "kill -9" during merge, auto-hide history .ef file if not corresponding .v file ( #781 )
2022-12-15 13:49:03 +07:00
Alex Sharov
7f4876880c
e3: more aggressive prune ( #780 )
2022-12-14 09:50:31 +07:00
Alex Sharov
b20afcad3c
e3: auto-remove useless files ( #779 )
2022-12-14 09:03:09 +07:00
Max Revitt
c9c1b15547
Revert "Withdrawals - Database ( #758 )" ( #778 )
...
This reverts commit 183856e788
.
We will store the withdrawals in the body until we have a reason not to.
2022-12-12 12:23:21 +00:00
hexoscott
aa99053b78
reset yielded state in txpool ( #777 )
2022-12-12 10:14:56 +00:00
ledgerwatch
d70b55bc1a
Add PeerUseless function to instruct sentry that peer should not be used for a while ( #776 )
...
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2022-12-11 22:20:33 +00:00
ledgerwatch
874c497dda
Add passive_peers parameter to the sentry to better take advantage of non-POS block gossip ( #775 )
...
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro-2.local>
2022-12-11 14:53:19 +00:00
Alex Sharov
2f641bdeb4
e3: earlier flush ( #774 )
2022-12-10 15:53:50 +07:00
ledgerwatch
dfd0e6cbfa
[erigon3] Add iterators and tables for incremental reconstitution ( #742 )
...
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro-2.local>
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2022-12-10 08:38:02 +00:00
hexoscott
c9a7ae152a
move to PeekBest and YieldBest methods in txpool ( #773 )
...
Following up on comments from the first iteration of this change. How
does this look?
2022-12-09 10:59:00 +00:00
hexoscott
9f72de1e9d
txpool to mark candidate txs for mining ( #772 )
...
as we're now visiting the txpool multiple times during mining we need a
way to ensure we're not trying to include the same transactions twice
and to only get new data each time. This seems a simple way to achieve
this, but if there would be a better way let me know.
2022-12-09 09:51:50 +00:00
Alex Sharov
3cf9b451e1
mdbx: runtime options are changeable in Ascedee mode ( #771 )
2022-12-07 17:10:32 +07:00
Alex Sharov
263a9e3583
mdbx: dirtySpace option expose ( #770 )
2022-12-07 16:35:55 +07:00
Alex Sharov
0c5a850177
mdbx bindings: remove txn.RawRead field ( #769 )
2022-12-07 13:08:51 +07:00
Alex Sharov
c9972dbc8f
e3: no wal support ( #768 )
2022-12-07 12:15:09 +07:00
Alex Sharov
2dcec83222
mdbx: add BeginRwAsync method ( #767 )
2022-12-07 11:19:08 +07:00
alex.sharov
bf912d4eaa
save
2022-12-07 10:31:14 +07:00
alex.sharov
3cd34cc900
Revert "save"
...
This reverts commit 00bb99d66d
.
2022-12-06 12:29:12 +07:00
alex.sharov
00bb99d66d
save
2022-12-06 12:28:53 +07:00
Max Revitt
183856e788
Withdrawals - Database ( #758 )
...
Adds withdrawals bucket to db.
2022-12-05 17:44:07 +00:00