Go to file
J1ang 7e68f20838
feat: implement eliasfano32.Min() (#682)
feat: implement eliasfano32.Min()
feature:
1. implement eliasfano32.Min() by calculating lower/upper bits.

refactor:
1. fix miscalculate of `superQSize` Annotation

relevant Issue in erigon:
https://github.com/ledgerwatch/erigon/issues/5623
2022-10-14 13:46:24 +07:00
.github/workflows Enable unconvert linter (#609) 2022-08-30 09:50:23 +07:00
aggregator E3/4 restore state and commitment fix (#670) 2022-10-11 07:24:25 +01:00
bptree Enable thelper linter (#610) 2022-08-31 10:09:44 +07:00
chain Add ArrowGlacierBlock and remove CatalystBlock (#139) 2021-10-31 17:21:20 +00:00
commitment E3/4 restore state and commitment fix (#670) 2022-10-11 07:24:25 +01:00
common e3: prune limited amount before commit (#675) 2022-10-11 11:25:08 +07:00
compress e3: prevent files ranges overlap (kill -9 during merge handle) (#674) 2022-10-12 10:18:51 +07:00
crypto Remove TxParseContext.withBor (#622) 2022-09-04 13:15:02 +02:00
direct add PendingBlock to EthBackend (#572) 2022-08-10 18:58:13 +07:00
etl Remove (almost) unused TmpDirName (#677) 2022-10-12 10:45:32 +02:00
gointerfaces aggregator22: read dir without idx (#638) 2022-09-18 17:38:43 +07:00
kv e3: prevent files ranges overlap (kill -9 during merge handle) (#674) 2022-10-12 10:18:51 +07:00
mmap Madv helpers (#667) 2022-10-04 10:51:51 +01:00
patricia Compress params change (#651) 2022-10-05 17:54:48 +07:00
pedersen_hash Enable unconvert linter (#609) 2022-08-30 09:50:23 +07:00
recsplit feat: implement eliasfano32.Min() (#682) 2022-10-14 13:46:24 +07:00
rlp ParseTransaction: Validate v, r, s in signature (#616) 2022-09-01 15:26:42 +02:00
sais Avoid redefinitions in gsacak.h (#602) 2022-08-24 15:29:17 +02:00
state e3: BuildMissedIndices parallel (#680) 2022-10-13 09:46:24 +07:00
txpool Fix the calculation of minFeeCap in txpool (#679) 2022-10-12 19:36:32 +01:00
types changed baseFeeCap from uint64 -> uint256 (#646) 2022-09-23 12:47:01 +02:00
.gitignore Reverted 3 last commits (#348) 2022-02-24 14:39:42 +00:00
.golangci.yml Enable thelper linter (#610) 2022-08-31 10:09:44 +07:00
go.mod e3: prevent files ranges overlap (kill -9 during merge handle) (#674) 2022-10-12 10:18:51 +07:00
go.sum e3: prevent files ranges overlap (kill -9 during merge handle) (#674) 2022-10-12 10:18:51 +07:00
LICENSE Initial commit 2021-06-19 10:43:10 +01:00
Makefile Cleanup interfaces (#617) 2022-09-01 14:41:00 +01:00
README.md Initial commit 2021-06-19 10:43:10 +01:00
rules.go linter: add rules.go from erigon #418 Open 2022-04-17 09:12:09 +07:00
tools.go aggregator22: read dir without idx (#638) 2022-09-18 17:38:43 +07:00

erigon-lib

Dependencies of Erigon project, rewritten from scratch and licensed under Apache 2.0