George Hotz
1e94b3a13d
fix eth_callBundle by allowing nil baseFee in tx serialize ( #2674 )
2021-09-13 17:04:08 +07:00
Alex Sharov
77db993cfc
Pool: add coherent cache ( #2678 )
2021-09-13 14:58:25 +07:00
Alex Sharov
71b3491807
fix sentry forks slice race ( #2677 )
2021-09-13 14:29:08 +07:00
Alex Sharov
a3cd1d3df4
fix sentry forks slice race ( #2676 )
2021-09-13 13:54:12 +07:00
Alex Sharov
d7c929411b
fix sentry discover race ( #2675 )
2021-09-13 13:39:48 +07:00
Alex Sharov
8b22477fd5
Enode quit race ( #2673 )
2021-09-13 13:07:34 +07:00
Eugene
4bd8721d49
sentry/download: ( #2672 )
...
*Use atomics for `PeerInfo.Height()` and `PeerInfo.SetHeight(uint64)`
2021-09-12 17:51:15 +07:00
Giulio rebuffo
e9c4d77410
Merge pull request #2671 from ledgerwatch/enriavil1-more-generalised-pruneReceipts
...
Enriavil1 more generalised prune receipts
2021-09-12 12:26:52 +02:00
Alex Sharp
16a02d0987
Merge branch 'more-generalised-pruneReceipts' of https://github.com/enriavil1/erigon into enriavil1-more-generalised-pruneReceipts
2021-09-12 10:20:39 +01:00
Giulio rebuffo
e0c14c9a25
Update stage_execute.go
2021-09-12 10:16:53 +02:00
ledgerwatch
15b4095718
Move ETL to erigon-lib ( #2667 )
...
* Move ETL to erigon-lib
* Update link in the readme
* go mod tidy
* Use common/chan.go from erigon-lib
* Clean up
* Fix lint
* Fix test
* Fix compilation
Co-authored-by: Alex Sharp <alexsharp@Alexs-MacBook-Pro.local>
2021-09-12 08:50:17 +01:00
Giulio rebuffo
3354a29eb9
Update stage_execute.go
2021-09-12 09:48:41 +02:00
Giulio rebuffo
4fb89ad735
Update stage.go
2021-09-12 09:47:53 +02:00
Alex Sharov
9ac16d2528
revert change ( #2669 )
2021-09-12 10:05:42 +07:00
Alex Sharov
b5a6046fc3
sentry peerInfo race ( #2666 )
2021-09-11 16:12:03 +01:00
Enrique Avila Asapche
1eefb72934
'ran gofmt -w -s .
to format'
2021-09-11 17:41:29 +03:00
Alex Sharov
ed33b651cd
Print goroutines trace to STDOUT without app stop on SIGUSR1 ( #2663 )
2021-09-11 18:16:39 +07:00
Enrique Avila Asapche
1786e44269
fixed bug in stages to refactor the code into two reusable functions PruneTableMultiCursor and PruneTable
2021-09-11 13:09:18 +03:00
Alex Sharov
87afc18cfd
increase fdlimit from all binaries ( #2665 )
...
(not only rpcdaemon)
2021-09-11 16:25:21 +07:00
Alex Sharov
2e23851434
git describe to search tags across all branches ( #2664 )
2021-09-11 15:12:11 +07:00
Enrique Avila Asapche
d14b894f07
deleted kv.log section and instead call it in cfg.prune.Receipts.Enabled
2021-09-10 15:59:22 +03:00
Alex Sharov
71ec0938b5
fix wrong order of constructor ( #2657 )
2021-09-10 10:06:23 +07:00
Enrique Avila Asapche
20f10ca95a
Added identifier instead of kv.Receipts
2021-09-09 18:58:34 +03:00
Igor Mandrigin
98dea892c2
begin 2021.09.03 release cycle
2021-09-09 12:50:27 +03:00
ledgerwatch
f9e4090966
Update skip_analysis.go ( #2651 )
2021-09-09 10:41:09 +01:00
Alex Sharov
3193f95152
Apply mined block ( #2650 )
2021-09-09 14:26:58 +07:00
jt9897253
b958d49587
Fix typo ( #2648 )
...
Change `Preload headedrs` to `Preload headers`
2021-09-09 08:50:42 +07:00
Alex Sharov
798c2d64a4
Pool: no state presistance ( #2646 )
2021-09-08 19:33:14 +07:00
alex.sharov
bd017a06d4
save
2021-09-08 16:17:52 +07:00
Alex Sharov
fd69b509a5
Senders prune logging ( #2645 )
2021-09-08 16:11:05 +07:00
Alex Sharov
0d79c19f21
clean ipc string ( #2644 )
2021-09-08 15:25:10 +07:00
Alex Sharov
2d8941a845
Pool: built-in v2 ( #2643 )
2021-09-08 12:31:51 +07:00
Alex Sharov
99317663f8
No open db in main, right clique sign, periodically release write tx on devnet ( #2642 )
2021-09-08 11:13:34 +07:00
Alex Sharov
9067ca5b15
Non-secret devnet key ( #2641 )
2021-09-08 11:00:06 +07:00
alex.sharov
76fcb869c9
add prune mode to integration sender
2021-09-08 08:41:44 +07:00
Giulio rebuffo
b85c5f40e2
added senders pruning ( #2634 )
2021-09-08 08:38:58 +07:00
Alex Sharov
dd7f197db3
Devnet private key ( #2639 )
2021-09-07 16:12:49 +07:00
Alex Sharov
a4f9df9ee8
Update mining.md
2021-09-07 15:57:31 +07:00
Uttam Singh
9c7913d44b
Added init sub-command ( #2626 )
2021-09-07 13:44:40 +07:00
alex.sharov
9f62fe702a
txpool.v2 built-in
2021-09-07 10:07:36 +07:00
alex.sharov
db4e5bf2fa
txpool.v2 built-in
2021-09-07 10:07:17 +07:00
Alex Sharov
2f5b1e490b
revert json iter pool change ( #2627 )
2021-09-07 09:54:00 +07:00
ledgerwatch
450bd5d655
Not to exclude traces to precompiles on the top level ( #2635 )
...
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-09-06 16:36:44 +01:00
jt9897253
ac086830fe
Fix typo ( #2630 )
...
Changed `name if the chain` to `name of the chain`
2021-09-05 15:53:35 +07:00
Леонид Юрьев (Leonid Yuriev)
8fc32b797f
update libmdbx submodule to v0.10.3 ( #2628 )
...
Signed-off-by: Leonid Yuriev <leo@yuriev.ru>
2021-09-05 09:19:34 +07:00
ledgerwatch
5810ed2395
Add files via upload
2021-09-03 22:59:26 +01:00
Alex Sharov
873ef75f39
Pool: grafana board ( #2625 )
2021-09-03 14:16:27 +07:00
Alex Sharov
28480a36ec
Pool: add --txpool.v2 flag to rpcdaemon ( #2624 )
2021-09-03 11:19:35 +07:00
Andrea Lanfranchi
5ab3eb8684
Refine git search ( #2623 )
...
Seems like there are two alternative DisplayName formattings
2021-09-03 08:37:19 +07:00
Alex Sharov
4c1dbdf50e
Pool: add --txpool.v2 flag to erigon (it just disabling existing machinery for now) ( #2620 )
2021-09-02 17:04:30 +07:00