erigon-pulse/cmd
Alex Sharov 9b5d7357dd
e3: remove sync.Cond and make ownership of first queue clearer (producer will close it). (#7268)
Separate: 
- new tasks coming by channel with limited capacity (touching the limit
will block - like sync.Cond.Wait() does, but composable). as a result -
don't need track queue size (it will not increase conflict-rate).
- re-exec tasks are going to priority-queue (which is also higher
priority than 1-st `chan`).
2023-04-06 09:03:54 +00:00
..
abigen
bootnode
devnet remove simd lib, because it doesn't work with ghcr.io/goreleaser/goreleaser-cross (which producing release binaries) (#7229) 2023-03-31 05:07:43 +00:00
downloader
ef-tests-cl Fork-choice graph oriented implementation (#7212) 2023-03-29 16:16:45 +00:00
erigon cmd: initialize config before logger (#6251) 2022-12-09 18:04:47 +07:00
erigon-cl remove lru package alias (#7251) 2023-04-04 04:02:23 +00:00
erigon-el Remove BSC support in Erigon (step 1) (#7246) 2023-04-03 14:46:21 +00:00
erigon-el-mock
erigoncustom
evm evm use shared db 2023-04-04 11:32:40 +07:00
hack
integration move aura epoch data from chainDB to auraDB. remove epochReader parameter from consensus interface (#7250) 2023-04-04 03:30:07 +00:00
lightclient remove lru package alias (#7251) 2023-04-04 04:02:23 +00:00
observer
p2psim
pics Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
prometheus grafana remove datasource uid (#7247) 2023-04-03 11:59:41 +00:00
release fix(release): http-https redirect working (#7176) 2023-03-25 03:37:58 +00:00
rlpdump
rpcdaemon More logging for block build requests (#7264) 2023-04-05 15:30:45 +00:00
rpctest
sentinel remove lru package alias (#7251) 2023-04-04 04:02:23 +00:00
sentry Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
state e3: remove sync.Cond and make ownership of first queue clearer (producer will close it). (#7268) 2023-04-06 09:03:54 +00:00
txpool Break dependency of ethcfg package to core/consensus/etc... move genesis struct to 'types' package (#7206) 2023-03-29 07:27:06 +00:00
utils Remove BSC support in Erigon (step 1) (#7246) 2023-04-03 14:46:21 +00:00
verkle enable more linters #954 (#7179) 2023-03-25 05:13:27 +00:00