Jacek Sieka

Results 664 comments of Jacek Sieka

all this tag stuff sort of assumes there's only one package per git repo. sounds pretty limiting - works for tiny stuff but anything slightly more serious will want to...

> If people think that it's worth doing some of the logging discussed here, that can be raised in a separate issue. I think the idea of info-logging operations that...

> doesn't try to time durations I've on purpose called all durations `xxxDur` so that a `grep Dur=[0-9]+s` gives anything that takes a second or more :) it's possible to...

see also https://github.com/status-im/nim-beacon-chain/blob/devel/beacon_chain/kvstore_lmdb.nim - we've tried lmdb but it has issues on 32-bit platforms and needs local patching on windows - it's not great for our use case. we use...

re nimterop, we have a preference not to have it as a dependency for whoever is building the code - see https://github.com/arnetheduck/nim-sqlite3-abi (we've produced wrappers manually as well as with...

This part of the design is stable: the way ethereum 2 works is that once finalization happens, there is not ever any rollback - the blocks that are older than...

This topic has evolved a little since we last looked at it: * https://github.com/status-im/nimbus-eth2/pull/2382 provides a flat storage format that combines a state with the blocks that lead up to...

> `beacon_attestations_sent_total` Some of these will likely be present in both VC and BN given the BN can operate some keys whiles the VC does the rest (ie the BN...

An experimental x86_64 package of 22.6.1 is available for testing from https://paste.c-net.org/CardsDripping