erigon-pulse/cmd
battlmonstr 3698e7f476
devnet: configuration fixes (#8592)
* fix "genesis hash does not match" when dev nodes connect  
The "dev" nodes need to have the same --miner.etherbase in order to
generate the same genesis ExtraData by DeveloperGenesisBlock(). Override
DevnetEtherbase global var that's used if --miner.etherbase is not
passed. (for NonBlockProducer case)

* fix missing private key for the hardcoded DevnetEtherbase  
Fixes panic if SigKey is not found. Bor non-producers will use a default
`DevnetEtherbase` while Dev nodes modify it. Save hardcoded
DevnetEtherbase/DevnetSignPrivateKey into accounts so that SigKey can
recover it.

* refactor devnet.node to contain Node config  
This avoids interface{} type casts and fixes an error with
Heimdall.validatorSet == nil

* add connection retries to rpcCall and Subscribe of requestGenerator  
Fixes "connection refused" errors due to node not ready to handle early
RPC requests.

* fix deadlock in Heimdall.NodeStarted

* fix GetBlockByNumber
Fixes "cannot unmarshal string into Go struct field body.transactions of
type jsonrpc.RPCTransaction"

* demote "no of blocks on childchain is less than confirmations
required" to Info (#8626)

* demote "mismatched pending subpool size" to Debug (#8615)

* revert wiggle testing code
2023-11-01 11:08:47 +01:00
..
abigen Diag session routing (#8232) 2023-09-25 16:24:17 +01:00
bootnode rpcdaemon: must not create db - because doesn't know right parameters (#8445) 2023-10-12 14:11:46 +07:00
capcli Compress snapshots for Caplin with lz4 level=1 (#8609) 2023-10-30 13:48:14 +01:00
caplin Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
caplin-regression Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
devnet devnet: configuration fixes (#8592) 2023-11-01 11:08:47 +01:00
downloader downloader: webseed better error messages (#8611) 2023-10-30 12:13:45 +07:00
erigon Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
erigoncustom erigon backup: v0 of sub-command (#7396) 2023-04-27 10:42:12 +07:00
evm Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
hack Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
integration downloader: preparations for reducing blocks merge limit (#8612) 2023-10-30 13:46:35 +07:00
observer rpcdaemon: must not create db - because doesn't know right parameters (#8445) 2023-10-12 14:11:46 +07:00
p2psim torrent: add --webseeds cli arg (#8176) 2023-09-12 12:18:47 +07:00
pics EthereumExecutionService in MockSentry (#8373) 2023-10-05 18:30:19 +02:00
prometheus remove: grafana datasource id 2023-09-01 15:37:14 +07:00
release go.mod: minimal go version 1.20 (#8495) 2023-10-17 06:52:28 +07:00
rlpdump rename (#1978) 2021-05-20 19:25:53 +01:00
rpcdaemon Enable h2c for http handler. add https handler for http2 (#8610) 2023-10-31 04:14:20 -05:00
rpctest rpctest: Fix error mgt from bench1 to bench9 (#8548) 2023-10-24 12:55:33 +07:00
sentinel Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00
sentry bytes transfet separated by capability and category (#8568) 2023-10-27 22:30:28 +03:00
silkworm_api Bor fix frozen snapshot load (#8305) 2023-09-27 13:45:09 +01:00
state Revert "Move validator set snapshot computation to bor_heimdall stage… (#8580) 2023-10-25 14:02:31 +02:00
txpool Txpool 4844 upgrades Part 2 (#8213) 2023-09-20 17:29:30 +05:30
utils devnet: configuration fixes (#8592) 2023-11-01 11:08:47 +01:00
verkle Sentinel refactor (#8296) 2023-10-22 01:17:18 +02:00