Rene Pickhardt

Results 85 issues of Rene Pickhardt

when running make I get: ``` .... ./types.h:4:10: fatal error: 'openssl/sha.h' file not found #include ^~~~~~~~~~~~~~~ 1 error generated. make: *** [iterate.o] Error 1 ``` according to: https://www.anintegratedworld.com/mac-osx-fatal-error-opensslsha-h-file-not-found you can...

https://github.com/rustyrussell/bitcoin-iterate/blob/5e82b677173df474105c22ef6eaeda75282b856c/blockfiles.c#L45 has a distinction between the old directory format and the new one. It might make sense to also add a distinction for MacOS as in Mac OS the blocks...

I think this way heavily over estimates the `base_fee`. https://github.com/C-Otto/lnd-manageJ/blob/c32873bda2ffd9c5e01128ba364eb957e2b57b63/pickhardt-payments/src/main/java/de/cotto/lndmanagej/pickhardtpayments/ArcInitializer.java#L94 as noted in your commit message you basically turn the `base_fee` of `x` sats into `x*100` ppm. While I don't...

enhancement
help wanted

Looking at the way how `[email protected]` is resolved via `LNURL` I don't get a standard way to have an invoice with which I want to send lets say `1337` sats....

Hey Max, on a high level feedback. Your thesis still seems (as most thesis do in the beginning) a little bit unfocused (especially when looking at your related work an...

right now the only way of using the GLMT is to build it with maven. Our goal has to be able to provide various forms: 1.) have a single jar...

enhancement

with the help of a profiler we can watch out for performance bottlenecks and then increase the performance of certain methods (this will be tricky due to disc / io)

enhancement

currently the buffered writeres have a fixed buffersize. utelizing build in methods from the java runtime we can adaptive decide which how big the buffer size should be. Also if...

enhancement

as soon as the final API is ready we need software tests to double check that everything is working correctly.

I guess we will currently not handle UNK

enhancement