David

Results 86 comments of David

https://consensys.io/blog/hyperledger-besu-how-to-create-an-ethereum-genesis-file ``` { "config": { "chainId": 2018, "muirglacierblock": 0, "ibft2": { "blockperiodseconds": 2, "epochlength": 30000, "requesttimeoutseconds": 4 } }, "nonce": "0x0", "timestamp": "0x58ee40ba", "extraData": "0xf83ea00000000000000000000000000000000000000000000000000000000000000000d5949811ebc35d7b06b3fa8dc5809a1f9c52751e1deb808400000000c0", "gasLimit": "0x1fffffffffffff", "difficulty": "0x1", "mixHash":...

genesis.json for reference: https://github.com/OffchainLabs/eth-pos-devnet/blob/master/execution/genesis.json

Can you still reproduce this? I just tried it, if I didn't follow it wrong should be good with 2.1.0

The confirm changes list however reacts really badly to this: ![testcase](https://github.com/stereum-dev/ethereum-node/assets/82385103/24b28104-1383-4473-9118-2816f27c514f)

Here are some example values: ![peer and subnet example](https://github.com/stereum-dev/ethereum-node/assets/82385103/36bfdd0a-4c19-48f8-a14a-c0258e0ec959) --- - [x] Change the Current Peer to Peer Network Component ![PEER TO PEER NETWORK](https://github.com/stereum-dev/ethereum-node/assets/82385103/0846472c-795b-4f5c-998e-8d38017db45b) - [x] Create a Subnet Component...

@MaxTheGeeek Colors for Configs Idx | Color --- | --- 1# | #79AC78 2# | #436850 3# | #ADBC9F 4# | #D2E3C8 5# | #86A789 6# | #739072 7# |...

To support this I would suggest the following changes to Stereum, using it as an opportunity to do some visual improvments. In the update panel, it is no longer possible...

Should follow the work for #571 to maybe offer some pre configured alerts Color | ALERT | CONDITION --- | --- | --- 🟡| STORAGE GETTING LOW! | Less than...

ADDITIONAL: - [x] Deactivate "Confirm" Button after having pressed it to avoid starting Network Switch multiple times

Here is the current plan for all 4 cases. Most of it is with the thought in mind that it can later be reused for Execution Clients & include SyncLink...