Results 8 issues of Daniel Sobol

Current develop version of st-link tools cannot flash subj MCU when I'm using locally built release version on macos@arm64, though it works fine when I'm using debug build. Timing issues?...

os/macOS
os/linux
needs/investigation
component/st-flash
target/stm32l0
programmer/stlinkv2

State network spec tells that content for offer & content for retrieval are two distinct type. This PR modifies receiveLoop in order to accommodate this difference. Offer content decoded, validated,...

There are object in the spec that are not currently present in Fluffy. We'll have to implement them and test. https://github.com/ethereum/portal-network-specs/blob/master/state-network.md#account-trie-proof

Fluffy

Based on existing bridges in `fluffy/tools` implement state network bridge. To build the bridge: `make portal_bridge`

Fluffy
portal-state

I've created an issue for that in the nim-lang repo: https://github.com/nim-lang/Nim/issues/22820 Branch under question: https://github.com/status-im/nimbus-eth1/tree/compiler-segfault

Compiler-specific

Hi! Is there's a chance we can expect linux support? And if not, what will stop me from porting it to linux? I.e. I want easy and fast way to...

Hi! Would you consider adding Eralng/Elixir client if I create PR for it? EDIT: Привет. Как насчет клиента для Эликсира/Эрланга? Добавите если сделаю? Есть описание протокола где-то или только реверсить...

### Description I've been trying to use some functional style programming to access type lifted into `Option`. ```nim import sugar p.localNode.address.map((a) => $a.port).get("0") # where address: Option[Address] type Address* =...

Regression
works_but_needs_test_case