Jacek Sieka

Results 214 issues of Jacek Sieka

Loaded a deposit_data.json with 64 validators where 1 validator had not had its transaction done yet - I'd expect all 64 deposits to be visible on the final page, but...

Right now, a default serializer will swallow any type that's passed to RLP - this makes the serialization easy to break by simply forgetting an import, as can be seen...

rlp

We currently extend upstream libsecp256k1 to add a `secp256k1_ecdh_raw` function - since this was implemented, upstream has added the ability do do custom hash functions that could be used to...

Test fails randomly half of the time, needs fixing ``` Running: tests/p2p/les/test_flow_control [OK] consistent costs /home/arnetheduck/status/nim-beacon-chain/vendor/nim-eth/eth/p2p/rlpx_protocols/les/flow_control.nim(405, 29): Check failed: newError < error newError was 1.246200050360486 error was 0.4002016345048531 /home/arnetheduck/status/nim-beacon-chain/vendor/nim-eth/eth/p2p/rlpx_protocols/les/flow_control.nim(409, 24):...

All implementations of `TrieDatabaseRef` raise exceptions but have exception safety issues - in particular, resources will not be released / aborted / committed correctly leading to deadlocks / data loss....

See https://github.com/status-im/nim-eth/pull/27#issuecomment-476333144

This ticket describes issues with the current code, when running behind a nat: * node A runs on port 50000 on network X.0 * node B runs on port 50001...

* fixes `BlockObject` definition * fixes JSON-RPC Option support

The JWT secret file is created by the EL when it starts - because of ordering differences between EL and CL startups, we should read the JWT secret file when...

Before proposing, the VC needs to prepare the BN (which prepares the EL) for proposal - to do so, it should call https://ethereum.github.io/beacon-APIs/#/Validator/prepareBeaconProposer v22.8.2

VC