Conor Patrick

Results 110 comments of Conor Patrick

Thanks for the response! What roughly does it take for crash recovery to occur? Is it automatic, or Is this more of a manual intervention that an operator will do?...

What are reasonable bounds for the file size for the following conditions? A: 2 validators, max 10 tx in mempool or in a block B: 10 validators, max 100 tx...

Thanks for the helpful explanations. Seems pretty clear to me, I'll try to knock out within the next month or so.

It's probably currently in DFU mode. You can program a new bundle firmware, and then run `solo program aux leave-bootloader`. If you never programmed anything, you can just run that...

You need to have libusb installed. Do you know if you have this?

Can you share some more info about your OS, and try seeing any system logs for when you plug in the device (e.g. `dmesg` on macOS or Linux).

Yeah, I'm not sure, other than checking that the power is making contact in the USB port. If it's an earlier USB-C model, then it could be some of the...

I believe I have the same issue. I'm not sure how to best reproduce other than spinning up a local dev node and stressing it with many transactions that create...

sonic is not very cross-platform and does not support go 1.24. They have this ugly log that shows up if you run a binary with it compiled on go 1.24....

FYI for anyone else wishing to patch this issue, my team forked `github.com/goccy/go-json` and changed it's module & package name just to be able to: ``` replace github.com/bytedance/sonic => github.com/cordialsys/go-json...