Marek Moraczyński

Results 59 issues of Marek Moraczyński

It seems that users are using metrics without PushGateway: https://discord.com/channels/629004402170134531/629004402170134537/1003596635235954779 and they're receiving error message ![image](https://user-images.githubusercontent.com/9356351/182119968-bd5d136a-c9d6-494c-8abc-4bde22995f5f.png) Connected issue: https://github.com/NethermindEth/nethermind/issues/3475 Let's think about better UX (better messages or better defaults)

good first issue
low priority
UX

Outdated info: https://docs.nethermind.io/nethermind/ethereum-client/sync-modes Better info: https://docs.nethermind.io/nethermind/first-steps-with-nethermind/hardware-requirements It will be good to add expected chain growth speed.

documentation
high priority

Feedback from @MicahZoltu. https://docs.nethermind.io/nethermind/ethereum-client/json-rpc Feature Request: When the docs site shows a configuration option (like ☝️), it should have tabs for how to configure via file, environment, and cli in...

documentation

Lots of users reported that they don't see the latest version of Nethermind in PPA.

devops

eth1_1 | 2022-08-01 21:30:53.9877|Processing loop threw an exception. Block: Nethermind.Consensus.Processing.BlockRef, Exception: RocksDbSharp.RocksDbException: IO error: While pread offset 31518720 len 4064: /ethclient/nethermind/nethermind_db/mainnet/receipts/121348.sst: Input/output error eth1_1 | at RocksDbSharp.Native.rocksdb_put(IntPtr db, IntPtr writeOptions,...

bug
rocksdb
high priority

I haven't noticed any bug connected to this. However, it would be great to remove the time clock dependency: https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.Merge.Plugin/BlockProduction/PayloadPreparationService.cs#L110 We could store N number of best payloads (order by...

good first issue

We should change it here: https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.Merge.Plugin/BlockProduction/PostMergeBlockProducer.cs#L96 1. Default ExtraData should be Nethermind https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.Consensus/Producers/BlockProducerBase.cs#L319 2. Allow configuration of ExtraData in our application (maybe MergeConfig?) 3. Test on testnet validators (sepolia/goerli/ropsten). It...

good first issue
enhancement

| EIP | GitHub Issue | PR | Merged | ------------- | ------------- | ------------- | ------------- | | [EIP-3540: EVM Object Format (EOF) v1](https://eips.ethereum.org/EIPS/eip-3540) | https://github.com/NethermindEth/nethermind/issues/4584 |https://github.com/NethermindEth/nethermind/pull/4608| | [EIP-3651:...

EPIC

We've experienced tons of tests that are failing on CI and working fine in the dev environment. The CI hangs up during some tests (random projects). It would be nice...

devops
test