Jacek Sieka
Jacek Sieka
ditto..
nevertheless, since there's no concrete reason to drop 1.6 (ie a specific bug or feature), it's better to keep the option open since we're aiming to integrate more of Nimbus...
One way to test this: run two nodes, one without bootnodes/discovery and one "normal" - have them trust each other - both nodes should follow the chain. bonus: add a...
also on `--verbosity:2`
this is a nimble bug (cc @jmgomez)
https://github.com/arnetheduck/nph/releases/tag/v0.6.1 solves this for older nimbles while nimble master should be able to compile any nph version (ie `nimble install [email protected]` should work with the next nimble release after 0.16.4)
Sounds like something to report to the editor, rather than nph?
since you're here, another "discrepancy" is that https://github.com/status-im/nim-eth/blob/master/eth/rlp/options.nim#L12 exists as a helper for `std/options` but isn't used - a similar helper exists _somewhere_ in nimbus for `Opt` and is actually...
We discussed it at some point but didn't take action at the time - when processing a byroot response you necessarily need to compute the hash anyway so the order...
isn't this because https://github.com/nim-lang/Nim/blob/a39b989ce238546eca64e9c37734bc48f61e280c/lib/system.nim#L56?