alex.sharov
4398d3f8da
save
2021-11-08 10:35:30 +07:00
alex.sharov
377bc94675
save
2021-11-08 07:59:18 +07:00
Alex Sharov
be8c96bbef
Use bufio limit in compressor ( #151 )
2021-11-07 14:32:01 +07:00
Alex Sharov
f6b0a0c969
Recsplit: collision typed error ( #150 )
2021-11-07 09:54:48 +07:00
Alex Sharov
138a208431
Pool: don't send empty events ( #149 )
2021-11-07 09:45:25 +07:00
Alex Sharov
52ef645c0c
ETL file names revert ( #147 )
2021-11-06 17:32:37 +07:00
Alex Sharov
3c86aa6290
ETL: use logPrefix as suffix of tmp files ( #146 )
2021-11-05 17:04:17 +07:00
alex.sharov
597d0fbb01
go mod tidy
2021-11-04 18:05:07 +07:00
iszubok
bf3ea94f77
Updated secp256k1 dependency to v1.0.0 ( #144 )
2021-11-04 08:35:55 +00:00
Alex Sharov
47f8ac208a
EliasFano: fix jump calculation, fuzzing to trigger jump logic ( #145 )
2021-11-04 13:25:23 +07:00
Alex Sharov
3fb38f2547
increase grpc meassage limit ( #143 )
2021-11-02 22:01:19 +07:00
Alex Sharov
9d5fa95729
Derive chainid no alloc ( #142 )
2021-11-01 11:17:16 +07:00
Alex Sharov
ce3a3dcfeb
pre-alloc uin256 for chainID derive ( #141 )
2021-11-01 09:42:39 +07:00
Alex Sharov
b50cb37fa8
Recsplit: call ef.Build and set ef.prevOffset ( #140 )
2021-11-01 09:23:38 +07:00
Andrew Ashikhmin
3ef37f6eff
Add ArrowGlacierBlock and remove CatalystBlock ( #139 )
2021-10-31 17:21:20 +00:00
Alex Sharov
8213f020f0
recsplit add MustOpen method ( #138 )
2021-10-31 09:38:10 +07:00
Alex Sharov
c92b760e99
make idhash public ( #137 )
2021-10-30 09:55:06 +07:00
alex.sharov
d0b2e02128
clean fuzz of pool
2021-10-29 09:58:52 +07:00
alex.sharov
d1cbec49bb
mdbx_v0.11.1
2021-10-29 08:16:10 +07:00
alex.sharov
45dd09b9ae
mdbx_v0.10.2_back
2021-10-29 08:15:49 +07:00
alex.sharov
9b7e0459cf
save
2021-10-28 21:52:22 +07:00
Alex Sharov
5d84a53060
Pool2 integration test support ( #136 )
2021-10-28 18:45:18 +07:00
Alex Sharov
90c6ccb789
Pool: remove rules from func signatures ( #135 )
2021-10-28 10:13:39 +07:00
Daniel At Cosmic DNA
cfb202da81
🐛 Fix Makefile in order to allow space in folder names and compilation in WSL2 environment when Windows Path is added to the path of Linux, more information can be found here: https://github.com/golang/go/issues/49166 ( #133 )
2021-10-27 14:44:38 +01:00
Alex Sharov
b11097448f
Mdbx reduce augment limit to 8*default ( #134 )
2021-10-27 13:17:11 +07:00
Alex Sharov
750239d977
more p2p fuzzing, part 2 ( #132 )
2021-10-26 14:29:18 +07:00
alex.sharov
8ab2970ce1
more p2p fuzz
2021-10-26 14:10:42 +07:00
Alex Sharov
9558fb6a12
more p2p fuzzing ( #131 )
2021-10-26 13:52:23 +07:00
Alex Sharov
78e3f747f4
recsplit: bigger bufio buffer ( #129 )
2021-10-26 11:19:26 +07:00
alex.sharov
78495d3922
pool docs
2021-10-25 09:48:15 +07:00
Alex Sharov
ba51a5966a
etl.collector - move logPrefix to constructor ( #128 )
2021-10-25 09:12:00 +07:00
Alex Sharov
70c39cd195
Pool intrinsic gas check ( #126 )
2021-10-25 08:49:04 +07:00
alex.sharov
7693a71b4d
mute useless logs
2021-10-24 18:19:52 +07:00
Alex Sharov
585354391b
force some rw tx when db open, to allow mdbx up version signature ( #125 )
2021-10-22 10:13:11 +07:00
Alex Sharov
505bf97249
save ( #124 )
2021-10-22 09:41:20 +07:00
Alex Sharov
ec0155d4ed
Mdbx v0.11.0 ( #123 )
2021-10-22 09:12:39 +07:00
Alex Sharov
66c9c6f3f7
Pool v2: set 10K as default limit for sub-pool, check key existence before delete ( #122 )
2021-10-21 15:39:28 +07:00
Alex Sharov
12e69ab781
Use default crypto context - because creation of new one failing in Docker on linux host ( #118 )
2021-10-20 09:00:34 +07:00
alex.sharov
0efa6d9a86
fix fuzz test
2021-10-20 07:03:57 +07:00
alex.sharov
c8a357c673
fix nil pointer on error
2021-10-20 06:42:53 +07:00
Alex Sharov
a3431f5663
Propagate all promoted txs when add local tx ( #116 )
2021-10-19 15:19:54 +07:00
Alex Sharov
158ae418d1
Pool: print local txs propagation info ( #115 )
2021-10-18 11:22:05 +07:00
ledgerwatch
967937151d
Fixes for compress, decompressor, and tests ( #110 )
...
* Fixes for compress, and first test
* Add decompressor and memory mapping
* Add decompressor and memory mapping
* Fix for windows
* Fix lint
* Fix compile for windows
* More on decompressor
* Fix lint
* Decompress
* Fix lint
* Use decompressor in tests, fixes
* Introduce Index for RecSplit
* Fix compilation on Windows
* close index file on failure
* Fixes to the tests
* Add single Elias Fano, fix recsplit fuzz test
* Fix elias fano
* Add two layer index
* Add two level index to the tests
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
2021-10-16 10:43:41 +01:00
Alex Sharov
206df12e62
mdbx version v0.10.5 ( #112 )
2021-10-15 09:43:24 +07:00
alex.sharov
581f8c914e
Revert "save"
...
This reverts commit b33c2eed9d
.
2021-10-14 13:23:41 +07:00
alex.sharov
b33c2eed9d
save
2021-10-14 13:22:37 +07:00
alex.sharov
2031989294
Pool: enable .All method
2021-10-13 09:47:33 +07:00
alex.sharov
379c101a50
better log
2021-10-13 09:33:52 +07:00
alex.sharov
bffb89e65a
better log
2021-10-13 09:01:43 +07:00
alex.sharov
9eae3ce63a
add codeEvict list metric
2021-10-12 15:59:35 +07:00