< bitcoin-git> [bitcoin] fanquake opened pull request #17740: build: remove configure checks for win libraries we don't link against (master...remove_windll_configure_checks) https://github.com/bitcoin/bitcoin/pull/17740
< alexbrown> hi all
< alexbrown> i'm new to bitcoin, i'm trying to send bitcoin from account to an address with rpc method `sendfrom` but it throw an error says ` error: -32: sendfrom is deprecated and will be removed in V0.21. To use this command, start bitcoind with -deprecatedrpc=accounts.` I don't want to use `-deprecatedrpc=accounts` when runs a node. which method should i
< alexbrown> use?
< alexbrown> many thanks
< luke-jr> alexbrown: #bitcoin
< alexbrown> luke-jr do you mean i should ask in #bitcoin channel?
< luke-jr> yes
< luke-jr> it's not a development topic
< alexbrown> luke-jr i'm doing your suggest, thank you
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/c5e318aea6ad...d4b335c60af4
< bitcoin-git> bitcoin/master e2f32cb Jon Atack: qa: unify unix epoch time descriptions
< bitcoin-git> bitcoin/master d94d34f Jon Atack: doc: update developer notes wrt unix epoch time
< bitcoin-git> bitcoin/master d4b335c Wladimir J. van der Laan: Merge #17617: doc: unify unix epoch time descriptions
< bitcoin-git> [bitcoin] laanwj merged pull request #17617: doc: unify unix epoch time descriptions (master...unix-epoch-time-consistency) https://github.com/bitcoin/bitcoin/pull/17617
< bitcoin-git> [bitcoin] sipsorcery opened pull request #17741: Included test_bitcoin-qt in msvc build. (master...qt_test) https://github.com/bitcoin/bitcoin/pull/17741
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/d4b335c60af4...995b6c83e1ae
< bitcoin-git> bitcoin/master ff7a999 practicalswift: tests: Add tests for base58-decoding of std::string:s containing non-base5...
< bitcoin-git> bitcoin/master d945c6f practicalswift: util: Don't allow base58-decoding of std::string:s containing non-base58 c...
< bitcoin-git> bitcoin/master 995b6c8 Wladimir J. van der Laan: Merge #17721: util: Don't allow Base58 decoding of non-Base58 strings. Add...
< bitcoin-git> [bitcoin] laanwj merged pull request #17721: util: Don't allow Base58 decoding of non-Base58 strings. Add Base58 tests. (master...less-liberal-base58-decoding) https://github.com/bitcoin/bitcoin/pull/17721
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/995b6c83e1ae...988fe5b1adc0
< bitcoin-git> bitcoin/master 7414d38 Jeremy Rubin: Add RPC Whitelist Feature from #12248
< bitcoin-git> bitcoin/master 2081442 Emil Engler: test: Add test for rpc_whitelist
< bitcoin-git> bitcoin/master 988fe5b Wladimir J. van der Laan: Merge #12763: Add RPC Whitelist Feature from #12248
< bitcoin-git> [bitcoin] laanwj merged pull request #12763: Add RPC Whitelist Feature from #12248 (master...whitelistrpc) https://github.com/bitcoin/bitcoin/pull/12763
< promag> hi, what's missing in #17445 and #16963?
< gribble> https://github.com/bitcoin/bitcoin/issues/17445 | zmq: Fix due to invalid argument and multiple notifiers by promag . Pull Request #17445 . bitcoin/bitcoin . GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16963 | wallet: Fix unique_ptr usage in boost::signals2 by promag . Pull Request #16963 . bitcoin/bitcoin . GitHub
< wumpus> in #17445 I'm the only reviewer, the other one is probably close to merge
< gribble> https://github.com/bitcoin/bitcoin/issues/17445 | zmq: Fix due to invalid argument and multiple notifiers by promag . Pull Request #17445 . bitcoin/bitcoin . GitHub
< wumpus> could use some more explicilt ACKs but apart from that
< promag> I'm about to kill #13339
< gribble> https://github.com/bitcoin/bitcoin/issues/13339 | wallet: Replace %w by wallet name in -walletnotify script by promag . Pull Request #13339 . bitcoin/bitcoin . GitHub
< promag> I mean, I can leave it but I'm working on alternative wallet notification
< bitcoin-git> [bitcoin] emilengler closed pull request #17536: test: Add test for rpc_whitelist (master...2019-11-jeremyrubin-whitelistrpc-meta) https://github.com/bitcoin/bitcoin/pull/17536
< bitcoin-git> [bitcoin] emilengler opened pull request #17743: doc: Add release note for RPC Whitelist (master...2019-12-whitelist-release-note) https://github.com/bitcoin/bitcoin/pull/17743
< wumpus> what's left in 13339?
< wumpus> I'll ACK it
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/988fe5b1adc0...ddecb671f0a4
< bitcoin-git> bitcoin/master a64e97d Jan Beich: wallet: unbreak with boost 1.72
< bitcoin-git> bitcoin/master ddecb67 Wladimir J. van der Laan: Merge #17654: Unbreak build with Boost 1.72.0
< bitcoin-git> [bitcoin] laanwj merged pull request #17654: Unbreak build with Boost 1.72.0 (master...boost) https://github.com/bitcoin/bitcoin/pull/17654
< instagibbs> jnewbery, I'm not a user of labels, I just want to know why "purpose" is stupid or useless or whatever
< fanquake> Did some timing last night. A full depends build (excluding rapidcheck and file downloading) is current ~ 20% faster for master than v0.19.0.1, on my machine.
< wumpus> fanquake: oh that's good news!
< promag> nice
< promag> fanquake: so you stopped boinc? :P
< wumpus> not building openssl, as well as leaving out some more parts of qt
< promag> i know :) i was kidding
< wumpus> heh
< promag> I was going to ask he stopped mining
< promag> *if
< phantomcircuit> instagibbs, in general the wallet stuff that attempts to do "accounting" things is broken because it requires excessive backups
< sipa> phantomcircuit: accounts are gone
< phantomcircuit> sipa, yes, the last remaining bit of that is labeling addresses with a "purpose"
< phantomcircuit> to use that you'd need to backup after every address is generated
< phantomcircuit> derived*
< sipa> ah yes