<
mryandao>
i've re-based #12240, would someone please have a look :)?
<
promag>
mryandao: there you go
<
achow101>
ryanofsky: how do I use condition_variable with our locks?
<
achow101>
I'm not very familiar with the locks stuff we use
<
luke-jr>
achow101: GBT long polling does it
<
mrannanay>
sipa: I ran make clean and then make again, the sync.cpp error is gone. Thanks!
<
mrannanay>
How can I run unit tests for src/net.cpp ?
<
mrannanay>
make check seems to pass despite (known, deliberate) errors in src/net.cpp
<
drizztbsd>
hi, is rc4 the final candidate?
<
hasish>
is there a way to stop incoming packets from the network, other then "setnetworkactive false" ?
<
cfields>
hasish: you can prevent incoming connections with -listen=0
<
cfields>
not sure if that's what you meant
<
Lauda>
timothy: if no new bugs are found, I believe yes
<
bitcoin-git>
bitcoin/master eacc5b2 Ben Woosley: Declare CMutableTransaction a struct in rawtransaction.h...
<
bitcoin-git>
bitcoin/master e4ffcac MarcoFalke: Merge #12494: Declare CMutableTransaction a struct in rawtransaction.h...
<
promag>
mryandao: I don't see any verbosity argument or flag
<
bitcoin-git>
bitcoin/master e4c924c Gregory Sanders: createmultisig no longer takes addresses
<
bitcoin-git>
bitcoin/master 0e26591 MarcoFalke: Merge #12503: [RPC] createmultisig no longer takes addresses...
<
mryandao>
promag: getrawmempool ( verbose )
<
mryandao>
getmempoolancestors txid (verbose)
<
mryandao>
the only RPC command without the verbosity argument is getmempoolentry.
<
mryandao>
for all the getmempool* rpc commands
<
mryandao>
promag: did you see what I posted? ^
<
mryandao>
so w.r.t verbosity argument: there's getrawmempool (verbose), getmempoolancestors txid (verbose) and etc.
<
mryandao>
that was what I meant.
<
mryandao>
promag: ^
<
promag>
ah getmempoolentry doesn't have it
<
mryandao>
yeah, just that one.
<
mryandao>
i've updated the release notes again to exclude getmempoolentry.
<
promag>
ok, I was going to suggest to not mention that in the release note, it's a detail I guess, but others may think otherwise
<
mryandao>
have you had a look at the mempool_packages test already?
<
promag>
mryandao: could you point the test where the others rpcs are tested against getrawmempool?
<
mryandao>
give me a sec
<
mryandao>
my clipboard is broken on this setup, so i'll just give you the line numbers in mempool_packages
<
mryandao>
promag, on master, in mempool_package, line 82 - 86 & 89 - 92
<
mryandao>
for getmempoolentry, line 63.