erigon-pulse/params
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
..
chainspecs Fix Agra hf scheduling on Mumbai (#8620) 2023-10-30 15:18:47 +01:00
bootnodes.go move chainname and snapcfg packages to erigon-lib (#8508) 2023-10-18 13:37:39 +07:00
config_test.go Fix Agra hf scheduling on Mumbai (#8620) 2023-10-30 15:18:47 +01:00
config.go devnet: configuration fixes (#8592) 2023-11-01 11:08:47 +01:00
dao.go reference hash, address, and chain config from lib (#6536) 2023-01-13 18:12:18 +00:00
denomination.go go1.19 gofmt (#4988) 2022-08-10 19:04:13 +07:00
mining.go Move hexutil.Bytes to erigon-lib (#7305) 2023-04-13 11:19:02 +00:00
network_params.go Pruning flag, incremental staged sync (#1899) 2021-05-08 00:07:49 +03:00
protocol_params.go Configure EIP-4844 parameters for Gnosis (#8464) 2023-10-13 11:43:16 +02:00
version.go params: begin 2.54 release cycle (#8582) 2023-10-25 15:51:58 +02:00