Dagur Valberg
Dagur Valberg
The documentation wrongly states it takes `secp256k1` as first parameter: https://github.com/bitauth/libauth/blob/071f9cdd/src/lib/key/key-utils.ts#L70
Configure.pl dies on line 70 with the error "No such file or directory". Seems that abs_path requires the path to already exist, at least on windows. ``` C:\Users\dagurval>perl -e "use...
Mimics the `initialblockdownload` added to `getblockchaininfo` in https://github.com/bitcoin/bitcoin/pull/11258. I couldn't find a IBD estimator in the bcash codebase. This is probably not a good check for IBD status, but it's...
This closer mimics the Bitcoin Core RPC interface. This change is needed to get bcash working with [electrs](https://github.com/romanz/electrs).
Partially addresses issue #5
When debugging, it would be nice if errors like `Unused variable prefix at Line 71, Column 8` ... could be a warnings instead of compilation error. This allows for more...
It would be userful to know the opcode count as an indicator of much the contract needs to be simplified ``` Warning: Your contract's opcount is over the limit of...
Like we do for flipstarter and voter.cash transactions, we can identify AnyHedge transactions. This is possible to parse from a transaction (quoting @rkalis from AnyHedge telegram): > Let me put...
Running into issues with configure_me when updating parent project to rust edition 2024 ``` error[E0597]: `args_config` does not live long enough --> /Users/x/rostrum/target/debug/build/rostrum-562518c5ac05fc1e/out/configure_me_config.rs:1322:30 | 1320 | let mut args_config =...