Nodar Chkuaselidze
Nodar Chkuaselidze
I have not looked into speculos much, but I believe we could even move that out of busb and make separate `device`, like `busb` and `hid`. This could also allow...
Maybe we should also make FILE_SIZE divisible by 38 (META_SIZE) because that could also lead to incorrect offset for the findMeta.
yeah, I believe it only matters when creating account/wallet. Modifying existing accounts lookahead vs adding new account both require rescan to have a proper state, so I would say it...
Test is just repeat of the matrix, it can be rewritten and shortened as a function..
One thing that users will have to consider with these changes is that, coinview should always be supplied with coin information when using `preferred inputs` and `existing inputs`. If you...
Fixed expire date as it needs to be: Max(claimPeriodEnd, normal end). If claimed name has been transferred or renewed, it wont expire on claim period end, instead when it should...
> fun fact: BSD `grep` on OSX doesn't work with this script, gotta install GNU `grep` with homebrew... Oh, I will revert this back to `find + grep` then, or...
Are there any updates on this ? It looks like the issue could be related to the system unbound version using different TLS version than Node.JS. But need more details....
Does that mean it would be: `bidding period` + `reveal period` ? ``` That would mean: blocks per day - 144 bidding period: 5 days - 144 * 5 -...
chain startHeight, startHash both mark the point at which the first known transaction to the walletdb occured. This is not specific to a wallet, but instead earliest for all wallets....