Håvard Anda Estensen
3b1d4d9c1b
Enable gocritic linter ( #5173 )
...
* Enable gocritic linter
* Remove dead linters
* Make gosec shut up
2022-08-25 09:08:56 +07:00
Alex Sharov
a6d92130a6
snapshots: check gap between snapshots and db at Erigon startup (after download confirmation from Downloader) #5174
2022-08-25 09:08:31 +07:00
Andrew Ashikhmin
e40170ebd1
Correct classification of errors in addTransactionsToMiningBlock ( #5171 )
2022-08-24 16:44:38 +02:00
Andrew Ashikhmin
1ce144a988
Revert recent change to MiningStep ( #5168 )
2022-08-24 12:47:11 +02:00
Alex Sharov
b755ac1647
bigger genesis db ( #5164 )
...
* save
* save
* save
2022-08-24 17:38:59 +07:00
Andrew Ashikhmin
e2667d33cf
Amend log message and level ( #5165 )
2022-08-24 12:13:21 +02:00
Andrew Ashikhmin
b3d99f8e8c
Small cleanups ( #5162 )
2022-08-24 11:35:39 +02:00
Andrew Ashikhmin
992ae01a7e
WithTablessCfg -> WithTableCfg ( #5163 )
2022-08-24 11:29:07 +02:00
Max Revitt
0a3001d100
fix(hive): always pull image ( #5161 )
2022-08-24 09:49:03 +01:00
Alex Sharov
07a9dc9db0
up metrics version ( #5160 )
...
* save
* save
2022-08-24 11:49:58 +07:00
Alex Sharov
16d02c8cc9
erigon22: unwind trie support ( #5159 )
2022-08-24 11:37:58 +07:00
Enrique Jose Avila Asapche
6b08174f30
predict download time left ( #5152 )
...
* predict download time left
* ops
2022-08-24 10:23:46 +07:00
Alireza Arjmand
8a5ceb7def
fixed some typos ( #5158 )
2022-08-24 09:52:31 +07:00
Jeff Rossiter
9d3b3ffccc
Update docker-compose.yml ( #5154 )
...
fix typo in txpool flag
2022-08-23 21:58:23 +07:00
Reinhard Schu
bebf4a0399
Update README.md ( #5153 )
...
Updated the "getting started" instructions to direct normal users to building the latest alpha release (rather than devel).
A similar change was previously made to the README.md in the alpha branch only. However, since the git repo defaults to the devel branch, most users will still see the README.md in the devel branch first. This may inadvertently guide new users to build the devel branch. Hence the change to the README.md in the devel branch.
An alternative option would be to default the git repo to the alpha branch, rather than the devel branch.
2022-08-23 19:59:34 +07:00
Alex Sharov
69fbfc9bef
Snapshots: Erigon update list in db only after Downloader confirmation, rpcdaemon read list from db ( #5150 )
2022-08-23 16:28:07 +07:00
Andrew Ashikhmin
4ca7394726
Small fix: log block RLP as hex ( #5149 )
2022-08-23 10:49:20 +02:00
Alex Sharov
031fc8eec7
docker-compose.yml: remove --no-downloader flag (because it disables call to external downloader allso) #5148
2022-08-23 14:29:42 +07:00
Andrew Ashikhmin
41c7be5e85
Mining: restore gasPool for invalid transactions ( #5140 )
2022-08-23 13:12:12 +07:00
mikolajsobolewski
5390ab6632
Cross-platform iso-8601 date ( #5147 )
2022-08-23 12:38:02 +07:00
Max Revitt
64f1d17785
feat(hive): add exit code flag to prevent non-success codes ( #5141 )
2022-08-23 10:20:16 +07:00
Enrique Jose Avila Asapche
1cfb2fc7b4
fixed prune flag not working with htrc ( #5139 )
...
* fixed prune flag not working with htrc
* deleted repetition
* unnecesary check
2022-08-23 09:16:05 +07:00
Max Revitt
bcb3cac220
Hive - test exclusions ( #5121 )
...
* feat(hive): reduce output verbosity in CI
* feat(hive): run hive and parse as one to always generate output
* feat(hive): add exclusions (wip) and single step CI
2022-08-22 14:02:52 +01:00
Alex Sharov
ed7b01ebe9
docker-compose.yml explicit datadir #5137
2022-08-22 19:03:48 +07:00
Alex Sharov
8e136836c0
docker-compose.yml disable build-in downloader #5135
2022-08-22 18:13:36 +07:00
Alex Sharov
3c0a514f75
docker-compose.yml add sentry addr to txpool #5134
2022-08-22 17:45:49 +07:00
Alex Sharov
316ed48427
erigon22: incremental state root calcc ( #5132 )
2022-08-22 15:52:23 +07:00
Marius Kjærstad
ede0d43708
Specify execution client ( #5129 )
...
Specify execution client
2022-08-22 13:06:26 +07:00
Alex Sharov
846351afc6
Compress: limit patternMaxDepth ( #5131 )
...
* save
* save
* save
2022-08-22 13:03:56 +07:00
Alex Sharov
619b80f8a4
compress: implemented consensed huffman pattern tables #536 ( #5130 )
...
* save
* save
* save
2022-08-22 09:14:49 +07:00
Håvard Anda Estensen
8283c68335
Replace strings.Replace with strings.ReplaceAll ( #5128 )
2022-08-21 21:21:09 +07:00
Alex Sharov
78e9703bd7
don't reset trie at historyV1 #5127
2022-08-21 11:39:15 +07:00
Giulio rebuffo
1303023cb8
Optimized backend pre-checks and fixed FCU deadlock ( #5124 )
...
* Optimized backend pre-checks and fixed FCU deadlock
* fixed tests
Co-authored-by: giuliorebuffo <giuliorebuffo@system76-pc.localdomain>
2022-08-20 16:27:51 +02:00
Enrique Jose Avila Asapche
18f9313c85
added config file slice support ( #5122 )
...
* added config file slice support
* ReadMe update
2022-08-19 16:20:51 +07:00
Enrique Jose Avila Asapche
d794420db8
nil ptr ( #5119 )
2022-08-19 14:51:14 +07:00
fynn.z
a4fb414345
fix channel hang when close in-flight sealing task ( #5118 )
2022-08-19 14:50:39 +07:00
Alex Sharov
c1214e4ac5
erigon22: incremental stage trie ( #5116 )
2022-08-19 13:23:23 +07:00
Alex Sharov
30324fbb81
erigon22: get acc index from aggregator22 ( #5114 )
2022-08-19 11:30:59 +07:00
Alex Sharov
cb9f86fcbc
erigon22: incremental hash state stage ( #5111 )
2022-08-19 10:00:47 +07:00
Alex Sharov
46ef7e5305
erigon22: incremental hash state stage ( #5102 )
2022-08-19 09:35:43 +07:00
Enrique Jose Avila Asapche
c0de0488c8
added removal of bor logs when deleting receipts ( #5105 )
2022-08-19 08:57:24 +07:00
Andrew Ashikhmin
21699d929a
Log RLP of built PoS blocks ( #5107 )
2022-08-18 18:11:37 +02:00
Andrew Ashikhmin
25bdbe3de1
Access to EthBackendServer.builders should be protected by lock ( #5106 )
2022-08-18 18:11:12 +02:00
fynn.z
82fb73a545
Fix in-flight sealing task not abort when next sealing task coming ( #5103 )
...
* Fix in-flight sealing task not abort when next sealing task coming, may cause lightclient state verify failed.
* fix integretion err
2022-08-18 18:35:30 +07:00
Alex Sharov
b2f8336d7f
kvcache: reduce wait new block timeout #5099
2022-08-18 12:53:22 +07:00
Enrique Jose Avila Asapche
b123aba909
changed 1 to 0 to avoid null ( #5093 )
2022-08-18 12:52:18 +07:00
Enrique Jose Avila Asapche
6e18bef60a
added mutex lock to avoid race condition in downloader ( #5089 )
...
* added mutex lock to avoid race condition in downloader
* Revert "added mutex lock to avoid race condition in downloader"
This reverts commit cc14bf539a7cdf552ffceda3a9aef2949ccac5c2.
* using lock
2022-08-17 18:33:03 +07:00
Alex Sharov
8b34004372
erigon22: unwind code ( #5090 )
...
* save
* save
2022-08-17 16:42:07 +07:00
Alex Sharov
3f20363da4
erigon22: fix storage cleanup on unwind ( #5088 )
2022-08-17 16:24:11 +07:00
Håvard Anda Estensen
ea6b92b132
Enable gosec linter ( #5083 )
...
* Ignore pseudo random generators
* Enable gosec linter
2022-08-17 12:18:19 +07:00