Aido

Results 11 issues of Aido

Hi, This pull request is the first step in introducing a simple and lightweight key-value database to picocoin: https://symas.com/products/lightning-memory-mapped-database/ LMDB is written in C, extremely high performance and memory-efficient. It...

Hi, This pull request modularizes the wallet code, placing wallet code and AES code in their own library. This modularization is in line with the direction bitcoin-core is also going.

### Description The autopilot plugin consistently times out and terminates while lightningd waits for response to 'init'. ``` 2021-01-19T20:36:12.455Z INFO plugin-autopilot.py: RPC method 'autopilot-run-once' does not have a docstring. 2021-01-19T20:36:15.926Z...

Hi, Thanks for a great tool! Would it be possible add an ini file parameter to change the logging level; giving the option to make it less or more verbose...

enhancement

Hi, The issues discussed in #18, #19, #20 and #21 were discovered by using CodeQL security scanning and the Clang Static Analyzer. This PR adds two workflows to automatically perform...

Hi, I am not sure why the `next_group` variable is defined as type `size_t` but `next_group` is being compared to a `uint8_t` in a loop condition. This causes CodeQL to...

Hi, Not sure if you'll want this but here is a PR to fix #18

Hi, I am using bc-sskr in an application I am writing to generate SSKR shares on Ledger hardware wallet devices: [SSKR Check](https://github.com/aido/app-sskr-check) CodeQL is giving a warning about bc-sskr which...

**Describe the bug** When generating SSKR shares choosing a 1 of 2 threshold value causes the application to freeze. **To Reproduce** Steps to reproduce the behaviour: 1. Enter recovery phrase...

bug

Fixes #64 This PR is a workaround that implements `cx_bn_gf2_n_mul()` in the SDK until it is hopefully added as a syscall like in all other Ledger devices. As the second...