GreenAddress

Results 63 comments of GreenAddress

Not yet, I need to spend more time on it but I haven't been able to free up yet, any Pull Request is very welcome though

This should be fixed with v0.62 but will leave this open for feedback @WrinklyWink

Pruning is enabled by default. Currently the app is a bit naive and won't scan for storage

Yeah I reckon for multiple displays it makes sense to pass in the display as a parameter. In regards to having conditional builds, I manged to hack something which required...

Another option I found is that idf_component_register can be called conditionally - so for example in https://github.com/tuupola/hagl_esp_mipi/blob/master/CMakeLists.txt the register could be conditional on a config like CONFIG_HAGL_MIPI_ENABLE or whichever name...

@afk11 thanks for raising this - agreed, libwally should allow serialization and deserialization for non-bip32 versions. Maybe adding a flag (eg BIP32_ALLOW_ARBITRARY_VERSION) could do the job, however `bip32_key_unserialize` (and all...

concept ack, looking good to add tests IMHO I think the new function approach is preferable here because of backwards compatibility - if it was something we had just added...

Rather than changing the current code, I think it would be best if all we did was adding a new function that, provided a 4 characters words, returns the matching...

@gwillen what are the pros/cons handling this at the GUI/app layer rather than at the wally layer? Our mobile apps already suggest the right word at 4 characters or less...