< dx25>
are there potentially license issues with porting bitcoin core code to other languages (e.g. bitcoinj with apache license)?
< echeveria>
it's not a port.
< luke-jr>
dx25: there aren't really many possible license issues with MIT license in the first place; literally all you need to do is keep the copyright notices and not steal credit XD
< luke-jr>
dx25: (and as echeveria correctly pointed out, your example is wrong since bitcoinj is not a port at all; also note it is completely insecure to rely on by itself)
< dx25>
luke-jr, was messing with supporting bech32 address format in bisq, which relies on bitcoinj
< sipa>
dx25: there are some PRs to the bech32 ref code for java
< eklitzke>
sipa: this is somewhat preliminary, but this is how my branch that changes how ccoinscacheview works is looking (the dashed lines are flush events): https://monad.io/ibd.png
< eklitzke>
the single blue dashed line is where master currently flushes a ton of data
< sipa>
eklitzke: interesting, what did you change?