Alex Sharov
daf945dc13
Rpcdaemon: handle "WaitGroup is reused before previous Wait has returned" panic on shutdown ( #2619 )
2021-09-02 16:36:56 +07:00
Alex Sharov
335ef966b3
better error message ( #2621 )
2021-09-02 16:03:38 +07:00
ledgerwatch
db7e143397
Pre verified hashes for main net and ropsten, fix for bad.block flag parsing ( #2618 )
...
* Extend preverified hashes for mainnet and ropsten
* Fix parsing of bad.block
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-09-02 09:49:49 +01:00
Alex Sharov
cf026fdd91
Rpcdaemon race on chainConfig set ( #2617 )
2021-09-02 15:47:48 +07:00
Igor Mandrigin
658315c2e0
begin 2021.09.02 release cycle
2021-09-02 10:57:38 +03:00
Alex Sharov
953f348d1e
Pool: add grpc server ( #2615 )
2021-09-02 12:55:04 +07:00
ledgerwatch
12cbf4d6fa
Ropsten to find correct chain ( #2614 )
...
* Ropsten to find correct chain
* Cleanup and compile fix
* Compile fix
* Print duration of the unwind, not the timestamp
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-09-01 22:21:57 +01:00
racytech
fd357f034d
bad.hash
flag added to exclude block by hash and not by number (#2612 )
...
* BadHashFlag added
* bad.hash to bad.block
2021-09-01 22:16:25 +01:00
ledgerwatch
2c6d4ae48d
Update skip_analysis.go ( #2613 )
2021-09-01 21:37:01 +01:00
Nick Paterno
93cff6a10d
Improve readme experience ( #2609 )
...
The `>` angle brackets are unnecessary and get in the way if you copy the entire sequence.
2021-09-01 22:53:01 +07:00
Alex Sharov
9e1fc980a7
Pool: batch incoming p2p transactions (but preserve "don't recover sender twice" property) ( #2608 )
2021-09-01 16:10:00 +07:00
ledgerwatch
6564d6a42f
Properly fix the case when gasPrice is not specified ( #2607 )
...
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-09-01 09:26:24 +01:00
Alex Sharov
edb83d1ed9
Roaring bitmap lib version up ( #2606 )
2021-09-01 12:09:04 +07:00
Alex Sharov
a681cd5676
check go 1.17 on ci ( #2601 )
2021-09-01 12:00:01 +07:00
Zachinquarantine
5e713d6da6
Remove calaveras testnet ( #2600 )
...
* Remove calaveras
* Remove Calaveras testnet
2021-09-01 08:16:30 +07:00
Alex Sharov
143a0d0231
Pool: remove redundant prefix in txs table ( #2603 )
2021-08-31 21:59:30 +07:00
ligi
d798d239f6
Fix typos ( #2602 )
2021-08-31 14:50:39 +07:00
Alex Sharov
fb9ee7177a
Pool: correct use of base fee ( #2597 )
...
* pool: add new empty sender to eviction
* pool: correct use of baseFee
2021-08-30 20:59:40 +07:00
Alex Sharov
74c2a1a317
pool: add new empty sender to eviction ( #2596 )
2021-08-30 11:49:43 +07:00
alex.sharov
54a0a3719b
remove old line from readme
2021-08-30 09:48:04 +07:00
alex.sharov
4c353da461
remove old line from readme
2021-08-30 09:47:49 +07:00
Alex Sharov
017b460b99
CallTraces prune to use ETL ( #2592 )
2021-08-30 09:13:30 +07:00
alex.sharov
32c66a32b2
ss
2021-08-29 13:51:26 +07:00
The-Coomer
d9fd71462a
Update README.md to include information about beacon chain clients ( #2593 )
2021-08-29 13:43:31 +07:00
Alex Sharov
cfeac97156
Pool: state eviction ( #2590 )
2021-08-28 18:24:53 +07:00
Alex Sharov
1f480fa472
pool: make sender info unloadable ( #2584 )
...
* ss
* ss
* ss
* ss
* ss
* ss
* ss
* ss
* ss
* ss
* ss
* ss
* ss
2021-08-27 11:51:33 +07:00
Igor Mandrigin
7506beb256
begin 2021.09.01 release cycle
2021-08-26 11:35:39 +03:00
Alex Sharov
10feb71530
Pool: handle "stop at non-canonical block" case ( #2582 )
2021-08-26 10:01:00 +07:00
Alex Sharov
38ea553300
Mdbx v0.10.1 ( #2578 )
2021-08-25 09:40:23 +07:00
Alex Sharov
caa1122dd3
consuming is slow ( #2580 )
2021-08-25 09:07:50 +07:00
Alex Sharov
a4c14c5f4c
increase nodedb limit ( #2579 )
2021-08-25 09:06:58 +07:00
Alex Sharov
f3021dd2af
RPC: small optimizations ( #2564 )
2021-08-24 08:28:58 +01:00
Igor Mandrigin
2762498951
begin 2021.08.05 release cycle
2021-08-24 10:23:05 +03:00
Alex Sharov
7e4db20427
pool: add own db ( #2575 )
...
* save
* save
2021-08-24 10:56:13 +07:00
Omar Ceja
63083657d4
Support for latest block in erigon_getHeaderByNumber ( #2574 )
...
Co-authored-by: Omar Ceja <oceja@users.noreply.github.com>
2021-08-24 09:13:51 +07:00
Egor Egorov
7b4f2bfbda
Expore --miner.sigkey cli parameter ( #2568 )
...
* Actually parse --miner.sigkey from commandline
* typo fix (--miner.miner → --miner)
2021-08-23 21:30:47 +07:00
Leonardo Yvens
629969fdd6
rpc: Increase the default gas limit to 50 million ( #2572 )
...
To be consistent with the change in e9b2c80.
2021-08-23 21:30:21 +07:00
Chase Wright
b87c9e3623
Update README.md ( #2566 )
2021-08-23 11:12:20 +07:00
Alex Sharov
b5dd323095
grafana:8.1.2, prometheus:v2.29.1 ( #2567 )
2021-08-23 09:37:19 +07:00
Sylvain Laurent
6becda8ff1
Update db_walkthrough.MD ( #2565 )
...
Typo
2021-08-22 13:08:29 +07:00
Alex Sharov
1d11dee5ca
Pool: senders cache - right merging and fallback logic ( #2563 )
...
* save
* save
* save
* save
* save
* save
* save
* save
* save
* save
* save
* save
* save
2021-08-21 22:04:24 +07:00
Alex Sharov
289e434b87
Pool: senders cache object, reject known tx before senders recover, fix lock contention ( #2562 )
...
* save
* save
2021-08-21 08:25:42 +07:00
Alex Sharov
abd2e2de2e
Sentry: clients can't slow down each-other, dedicated stream for sending headers ( #2558 )
2021-08-20 19:48:18 +07:00
canepat
200a4b8d89
Remove inner gasPrice variable ( #2560 )
2021-08-20 16:51:26 +07:00
Igor Mandrigin
0a887fdb63
begin 2021.08.04 release cycle
2021-08-19 15:02:26 +03:00
ledgerwatch
e3114acc9e
Avoid crash with vmTrace ( #2555 )
...
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2021-08-19 10:38:18 +01:00
ledgerwatch
c5de686b22
Update skip_analysis.go
2021-08-19 10:10:36 +01:00
Alex Sharov
e5a9163902
btrfs autodefrag mention ( #2554 )
2021-08-19 15:29:28 +07:00
Alex Sharov
e7574a6d14
RPC: batch - preserve order, streaming to in-mem buf ( #2541 )
...
* preserve order in batch
* fix batch order
* base fee in header json
* less logs in tests
* less logs in tests
* save
* save
2021-08-19 09:26:06 +07:00
Alex Sharov
85565dcd92
base fee in header json ( #2550 )
...
* base fee in header json
* base fee in header json
2021-08-18 16:26:33 +07:00