< bitcoin-git>
[bitcoin] paveljanik opened pull request #10431: Prevent shadowing the global dustRelayFee (master...20170519_policy_shadowing) https://github.com/bitcoin/bitcoin/pull/10431
< rafalcpp>
Hello. Using your tool github-merge.py - it seems not work in some cases, e.g. it dislikes when one of the files is a symlink, is that not supported?
< rafalcpp>
(Using you tool, but for another project)
< wumpus>
symlinks are indeed not supported
< wumpus>
(this is partially on purpose, partially because we don't know how to handle them for the treesum - but in any case it prevents symlinks from being introduced to the repository)
< rafalcpp>
wumpus: perhaps like SYMLINK filename targetname? though yeah I guess we can live without symlinks :)
< wumpus>
not all OSes support them anyway, and we're slightly afraid it can be used for nefarious things, but for your own project you could patch it to do something with symlinks sure
< rafalcpp>
wumpus: even without the symlink, now both current and older script fails for one of PRs. It worked without problem for hundreds of merges before. Perhaps a bug in the tool, can I PM you urls/example?
< wumpus>
sure
< rafalcpp>
error is that Automatic merge failed. How ever, merge of that author/branch that he tries to PR, to same target/target_branch that the PR addresses, works fine (even as ff only)
< wumpus>
automatic merge failed means that the merge could not be done automatically, it's usually fixed by rebasing the branch
< wumpus>
hm okay
< wumpus>
what it does is: GIT,'merge','-q','--commit','--no-edit','--no-ff','-m',message.encode('utf-8'),head_branch ... if that returns a non-zero exit code, you get the "Cannot be merged cleanly" error
< gmaxwell>
if would be more accurate if you made it work in units of nat-bytes. :P
< sipa>
hahaha
< sipa>
octonats
< Eliel_>
I'm trying to debug a weird problem with the bitcoind wallet occasionally not unlocking after an apparently succesful walletpassphrase RPC call. The sendfrom RPC that follows the unlock errors with "Error: Please enter the wallet passphrase with walletpassphra
< Eliel_>
se first."
< Eliel_>
I found the debug parameter from bitcoind --help -help-debug. Which categories would make sense to activate? I think at least rpc category, but would other categories be useful?
< Eliel_>
maybe lock or http categories as well?
< Chris_Stewart_5>
Why would fundrawtransaction fail with 'Signing Transaction failed'? I thought fundrawtransaction does no signing?
< arubi>
it does run some script with a dummy signature in the process though
< arubi>
maybe the script you're redeeming is disallowed in itself
< arubi>
some = the script being spent in the input
< instagibbs>
Chris_Stewart_5, you likely don't know how to sign an input you included
< instagibbs>
oh sorry I see you moved elsewhere, ignore...