benma

Results 434 comments of benma

Have you considered moving most steps into a installation script, hence collapsing most of the layers into one? the BitBoxApp does that: https://github.com/digitalbitbox/bitbox-wallet-app/blob/master/Dockerfile#L21-L22

No worries, and thanks! Note that there were a lot of changes to the Dockerfile that were merged already. When you try, make sure to use the latest Dockerfile from...

I'd love an option to have parsing fail if a oneof field is not set. My code is littered with unwrapping these options and manually failing if it is `None`.

Removing `Option` would also be very appreciated for submessages, not just enums. In my project, unset submessage or oneof fields are always translated into errors manually, which adds a lot...

Does it work on Chrome? Is your BitBoxBridge service running? Check the output of http://127.0.0.1:8178/. Try disabling the Brave shield, which blocks connections to the BitBoxBridge.

@vogues please try the suggestions of @jadzeidan. You could also try setting it up on a new Chrome/Brave user profile, to see if the Brave data folder/cache might be corrupt....

Very likely, the contract data size is larger than the BB02 currently accepts. This issue can be closed in favour of https://github.com/digitalbitbox/bitbox02-firmware/issues/843, where the source of the problem is.

Looks like electrs implements `server.features` as of https://github.com/romanz/electrs/commit/18a467b9aa8f5deedc6f9e1567991cab122a7cbf. I guess this issue can be closed. @romanz if Electrs is accepting `server.version` more than once, you might want prevent that to...

> btw you might be interested in a related change I am planning (part of #80): @SomberNight would be helpful to document the protocol changes for 1.5 here: https://github.com/spesmilo/electrumx/blob/master/docs/protocol-changes.rst

Also ran into this for the first time and was quite confused. Good to hear you are working on this!