richΛrd

Results 106 comments of richΛrd

Hello, @cherrymui, Here's what I got after running `thread backtrace 1` ``` * thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) * frame #0: 0x00000001022d9c44 libstatus.dylib`notok +...

> Does the C (or other language) part of your binary (which links against the Go library) does anything weird about the signal stack? I use nim which translates to...

Fixes https://github.com/status-im/status-desktop/issues/4939

@jakubgs Do you think it's related to go 1.18?

Very weird. I thought it was the IPFS gateway that was causing trouble, but this is something else. Is this happening with mainnet? or is it in a different chain?

Updating the protobuf dependency also requires updating it in mvds. I did it in this PR https://github.com/vacp2p/mvds/pull/88 however it's not possible to use it due to this issue: https://github.com/vacp2p/mvds/issues/89 ....

A draft PR is being worked here: https://github.com/status-im/status-go/pull/2222 but it fails due to vacp2p/mvds#89

I agree with both of you, @cammellos and @PascalPrecht. This PR shouldnt be merged until work in the mobile app and in desktop is complete. I can periodically rebase the...

@churik yes. I'll rebase it today