Alfonso Acosta
Alfonso Acosta
`GPIO_BATTERY_CHARGING_ENABLE` is particularly bad (it causes an extra current of 35uA). Could you please make it optional? Also, are we supposed to copy your code into our projects to use...
BTW, huge thanks for publishing this!
> I see that you have forked the repo, are you planning on completing this issue? For now I just stripped down the code to only do one-time measurements and...
I see, thanks. I was expecting the client to work like Go's http client (which doesn't bail out if it cannot connect)
This, BTW, makes it reather unusable for multithreaded code. Even if you protect `cli` in your example with a mutex, one thread can render the client unusable for the other...
Also, a mutex would cause contention since you need to lock it to use `cli` during full calls.
This could be fixed internally, by self-healing atomically after every call
Here's the output (stderr) of a slow execution of `stellar-core offfline-info`: ``` 2024-07-03T21:44:26.890 [default INFO] Config from /Users/fons/soroban-rpc/pubnet/stellar-core/captive-core/stellar-core.conf 2024-07-03T21:44:26.891 [default INFO] Generated QUORUM_SET: { "t" : 5, "v" : [...
CC @tamirms
@tony-iqlusion Would a future PR re-incorporating tx-signing in a more modern/maintainable way be acceptable? Remote signing would be very valuable for automatically provisioned custodial chainlets.