12016-01-04T00:01:07  *** murch has quit IRC
  22016-01-04T00:30:26  *** belcher has joined #bitcoin-core-dev
  32016-01-04T00:54:35  *** Ylbam has quit IRC
  42016-01-04T00:54:37  *** brg4444 has quit IRC
  52016-01-04T00:59:59  *** jl2012 has quit IRC
  62016-01-04T01:03:32  *** jl2012 has joined #bitcoin-core-dev
  72016-01-04T01:07:54  <GitHub128> [bitcoin] MarcoFalke opened pull request #7280: [travis] Fail when documentation is outdated (master...MarcoFalke-2015-travisDoc) https://github.com/bitcoin/bitcoin/pull/7280
  82016-01-04T01:25:15  *** afk11 has quit IRC
  92016-01-04T01:31:03  *** MarcoFalke has quit IRC
 102016-01-04T01:52:51  *** xiangfu has joined #bitcoin-core-dev
 112016-01-04T02:29:32  *** xiangfu has quit IRC
 122016-01-04T02:31:28  *** Tera2342 has joined #bitcoin-core-dev
 132016-01-04T02:31:33  *** xiangfu has joined #bitcoin-core-dev
 142016-01-04T02:31:45  *** Tera2342 has quit IRC
 152016-01-04T02:36:02  *** Alopex has quit IRC
 162016-01-04T02:37:07  *** Alopex has joined #bitcoin-core-dev
 172016-01-04T03:00:32  *** belcher has quit IRC
 182016-01-04T03:40:36  *** p15 has joined #bitcoin-core-dev
 192016-01-04T03:48:26  <dcousens> Hey all, I'm submitting a TX to a bitcoind instance and getting back a mandatory-script-verify-flag-failed (unknown error) back,  which,  best I can tell, is an exception being thrown?  Anyone have an insight into if I can find out more without recompiling the instance with some logging to determine more?
 202016-01-04T04:04:58  <dcousens> k, now i'm getting 'No error' :/ bah, haha
 212016-01-04T04:05:09  <dcousens> (64: non-mandatory-script-verify-flag (No error))
 222016-01-04T04:05:46  <dcousens> Previous error code was related to OP_CHECKSIGVERIFY being used instead of OP_CHECKSIG at the end of a script
 232016-01-04T04:17:54  <dcousens> k, pop_stack was throwing a runtime error, should that be mentioned in the error code?
 242016-01-04T04:18:07  <dcousens> If I made a PR for that as an error code, should be fine?
 252016-01-04T04:19:05  *** jtoomim has quit IRC
 262016-01-04T04:22:09  *** PaulCapestany has quit IRC
 272016-01-04T04:23:49  *** PaulCapestany has joined #bitcoin-core-dev
 282016-01-04T04:27:19  *** dermoth has quit IRC
 292016-01-04T04:28:14  *** dermoth has joined #bitcoin-core-dev
 302016-01-04T04:40:43  <GitHub20> [bitcoin] petertodd opened pull request #7281: Improve CheckInputs() comment about sig verification (master...2016-01-improve-checkinputs-comment) https://github.com/bitcoin/bitcoin/pull/7281
 312016-01-04T04:48:21  *** dcousens has left #bitcoin-core-dev
 322016-01-04T04:48:34  *** dcousens has quit IRC
 332016-01-04T04:48:50  *** dcousens has joined #bitcoin-core-dev
 342016-01-04T05:00:10  *** dermoth has quit IRC
 352016-01-04T05:00:46  *** dermoth has joined #bitcoin-core-dev
 362016-01-04T05:03:33  <petertodd> dcousens: link to PR?
 372016-01-04T05:03:53  <dcousens> Haven't made it, was asking if its worth making
 382016-01-04T05:04:08  <petertodd> dcousens: ah, yeah, might as well - I'm not sure I yet understand the issue 100% :)
 392016-01-04T05:04:38  <dcousens> tl;dr https://github.com/bitcoin/bitcoin/blob/master/src/script/interpreter.cpp#L62 is swallowed by https://github.com/bitcoin/bitcoin/blob/master/src/script/interpreter.cpp#L959-L962
 402016-01-04T05:04:47  <dcousens> and it'd be nice to get that information in the form a serror code
 412016-01-04T05:04:57  <dcousens> IMHO
 422016-01-04T05:05:11  <petertodd> dcousens: oh! that's not good, what called popstack()
 432016-01-04T05:05:13  <petertodd> ?
 442016-01-04T05:05:19  <dcousens> CHECKSIGVERIFY
 452016-01-04T05:05:57  <petertodd> odd, that shouldn't be possible? we should check the stack above
 462016-01-04T05:06:10  <dcousens> it only checks for 2
 472016-01-04T05:06:15  <dcousens> but if the opcode is verify, it pops3
 482016-01-04T05:06:28  <dcousens> ref: https://github.com/bitcoin/bitcoin/blob/master/src/script/interpreter.cpp#L822-L823
 492016-01-04T05:06:31  <petertodd> right, put we push to the stack just prior to that popstack
 502016-01-04T05:06:46  <dcousens> good point.
 512016-01-04T05:07:03  <dcousens> then how the... I'll investigate further, just re-IBDing my testnet so I could test it properly
 522016-01-04T05:07:15  <petertodd> yeah, there's something quite wrong if that's what's happening
 532016-01-04T05:08:11  <dcousens> well, I'm getting a "No error" upon changing the script, so, something is still wrong :S
 542016-01-04T05:08:24  <dcousens> I'll let you know when I find out more
 552016-01-04T05:08:31  <petertodd> thanks!
 562016-01-04T05:12:13  *** tulip has joined #bitcoin-core-dev
 572016-01-04T05:41:29  <CodeShark> dcousens, I've rebased #6747
 582016-01-04T05:42:01  <CodeShark> I had stopped working on it because of versionbits...but I'm now having second thoughts about versionbits in light of the new extensibility ideas unleashed by segwit
 592016-01-04T05:42:43  <CodeShark> but I'm sure about decoupling soft fork activation logic from the rest of the consensus code and #6747 is a good step in that direction, IMHO
 602016-01-04T05:43:20  <dcousens> CodeShark: I'll have to re-ACK it later :), forgot to include my previously reviewed commit hash so diff isn't a 1-step :(
 612016-01-04T05:44:06  <dcousens> SegWit won't always be possible via the segwit method though? I guess it does cover a lot of the cases though
 622016-01-04T05:45:16  <CodeShark> we can still use block version numbers to signal basic stuff (i.e. a new fork is about to activate)...but we're no longer limited to just the version number to provide specific information
 632016-01-04T05:45:32  <CodeShark> we can commit to hashes of BIP specs, i.e.
 642016-01-04T05:45:36  <CodeShark> in a block header witness
 652016-01-04T05:46:23  <CodeShark> completely eliminates bit assignment and collision issues
 662016-01-04T05:47:20  <CodeShark> without requiring a lot of extra bandwidth nor storage since all that needs to be transmitted is the diff (and recently used stuff can be cached)
 672016-01-04T05:47:37  <dcousens> true
 682016-01-04T05:58:46  *** tulip has quit IRC
 692016-01-04T06:02:04  *** tulip has joined #bitcoin-core-dev
 702016-01-04T06:14:23  *** Thireus1 has joined #bitcoin-core-dev
 712016-01-04T06:14:23  *** Thireus has quit IRC
 722016-01-04T06:15:10  *** tulip has quit IRC
 732016-01-04T06:20:32  *** tulip has joined #bitcoin-core-dev
 742016-01-04T06:23:53  <dcousens> petertodd: "non-minimally encoded script number
 752016-01-04T06:24:02  <dcousens> is what was throwing, but not being shown in a error code ;)
 762016-01-04T06:24:26  <dcousens> and that combined with the check2 fix by sipa is why it was showing "no error"
 772016-01-04T06:24:42  *** tulip has quit IRC
 782016-01-04T06:36:27  <CodeShark> I'm a little confused about the script num spec. we have these op codes OP_1 through OP_16 that push the literal value on the stack. But we can also perform the same operation using two bytes where the first indicates a one byte push, right?
 792016-01-04T06:36:30  <CodeShark> or...
 802016-01-04T06:38:16  *** d_t has quit IRC
 812016-01-04T06:38:44  <dcousens> CodeShark: indeed, I guess it saves a byte
 822016-01-04T06:38:50  *** d_t has joined #bitcoin-core-dev
 832016-01-04T06:40:35  <CodeShark> but at the cost of needing extra rules
 842016-01-04T06:40:46  <dcousens> yup
 852016-01-04T06:40:52  <CodeShark> and consuming 16 op codes
 862016-01-04T06:41:39  <dcousens> Just 1 more reason for SegWit and maybe an eventual soft-fork removal of *everything* else? :P
 872016-01-04T06:43:40  <CodeShark> if we're consensus-enforcing minimal encodings, then technically we should always be using OP_1 through OP_16 whenever we can
 882016-01-04T06:44:16  <CodeShark> so 0x0101 should fail, i.e.
 892016-01-04T06:46:39  <dcousens> I think it does
 902016-01-04T06:46:47  <dcousens> Hell, it is for me atm
 912016-01-04T06:47:14  <dcousens> but, I might be doing something wrong, only just started debugging it
 922016-01-04T06:50:48  <dcousens> nvm :), agreed it can be confusing
 932016-01-04T06:57:02  <dcousens> petertodd: thoughts on adding more error codes for the CheckLockTime, setting a serror for the nomatch/toearly/nonfinal cases respectively?
 942016-01-04T06:57:23  <dcousens> (I'll happily do it, just figured I'd ask if there was a reason not too)
 952016-01-04T06:57:29  <dcousens> s/too/to
 962016-01-04T06:58:22  <dcousens> if the idea was to keep the method encapsulated, maybe 0 for success, then <0 for the various errors and we set the error in the EvalScript respectively?
 972016-01-04T07:14:17  *** c-cex-finch has joined #bitcoin-core-dev
 982016-01-04T07:40:57  *** paveljanik has quit IRC
 992016-01-04T07:54:06  *** jannes has joined #bitcoin-core-dev
1002016-01-04T07:54:12  *** tulip has joined #bitcoin-core-dev
1012016-01-04T08:04:45  *** tulip has quit IRC
1022016-01-04T08:07:29  *** xiangfu has quit IRC
1032016-01-04T08:10:11  *** xiangfu has joined #bitcoin-core-dev
1042016-01-04T08:12:30  <GitHub181> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/be9a9a3d2253...d032b5b64b0d
1052016-01-04T08:12:30  <GitHub181> bitcoin/master 7ef8f3c Pieter Wuille: Report non-mandatory script failures correctly
1062016-01-04T08:12:31  <GitHub181> bitcoin/master d032b5b Wladimir J. van der Laan: Merge pull request #7276...
1072016-01-04T08:12:38  <GitHub162> [bitcoin] laanwj closed pull request #7276: Report non-mandatory script failures correctly (master...nonmanrep) https://github.com/bitcoin/bitcoin/pull/7276
1082016-01-04T08:13:45  <GitHub73> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/76de36fd2e2bd733fcab68314f6d67704d2047d1
1092016-01-04T08:13:46  <GitHub73> bitcoin/0.12 76de36f Pieter Wuille: Report non-mandatory script failures correctly...
1102016-01-04T08:14:35  <GitHub189> [bitcoin] laanwj closed pull request #6782: Master (0.8...master) https://github.com/bitcoin/bitcoin/pull/6782
1112016-01-04T08:18:18  *** cryptopeddler has quit IRC
1122016-01-04T08:18:22  *** droark has quit IRC
1132016-01-04T08:20:01  *** cryptopeddler has joined #bitcoin-core-dev
1142016-01-04T08:21:35  <GitHub0> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/d032b5b64b0d...08ab9069afaa
1152016-01-04T08:21:35  <GitHub0> bitcoin/master 33877ed fanquake: Add note to CoinControl Dialog workaround
1162016-01-04T08:21:36  <GitHub0> bitcoin/master 08ab906 Wladimir J. van der Laan: Merge pull request #7256...
1172016-01-04T08:21:45  <GitHub153> [bitcoin] laanwj closed pull request #7256: Add note to coin control dialog QT5 workaround (master...remove-qt5-fix-ccontrol) https://github.com/bitcoin/bitcoin/pull/7256
1182016-01-04T08:22:15  *** jannes has quit IRC
1192016-01-04T08:23:57  <GitHub113> [bitcoin] jonasschnelli pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/08ab9069afaa...e289807e5a2c
1202016-01-04T08:23:58  <GitHub113> bitcoin/master 5fdf32d fanquake: Replace some instances of formatWithUnit with formatHtmlWithUnit...
1212016-01-04T08:23:59  <GitHub113> bitcoin/master 6fd0a07 fanquake: Remove hardcoded fee from CoinControl ToolTip
1222016-01-04T08:23:59  <GitHub113> bitcoin/master e289807 Jonas Schnelli: Merge pull request #7255...
1232016-01-04T08:24:02  <GitHub49> [bitcoin] jonasschnelli closed pull request #7255: Replace some instances of formatWithUnit with formatHtmlWithUnit (master...bitcoinunits-format) https://github.com/bitcoin/bitcoin/pull/7255
1242016-01-04T08:25:39  *** Ylbam has joined #bitcoin-core-dev
1252016-01-04T08:30:05  <GitHub193> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/e289807e5a2c...eb2b74526a5b
1262016-01-04T08:30:06  <GitHub193> bitcoin/master fa09562 MarcoFalke: [gitian] Set reference date to something more recent
1272016-01-04T08:30:06  <GitHub193> bitcoin/master eb2b745 Wladimir J. van der Laan: Merge pull request #7251...
1282016-01-04T08:33:46  *** evoskuil has quit IRC
1292016-01-04T08:38:23  <GitHub113> [bitcoin] laanwj closed pull request #7251: [0.12] gitian: Set reference date to something more recent (0.12...MarcoFalke-2015-gitianTime-0.12) https://github.com/bitcoin/bitcoin/pull/7251
1302016-01-04T08:44:04  <GitHub118> [bitcoin] laanwj closed pull request #7245: [0.12] Backport: Torcontrol debug msg (0.12...MF/0.12/merge/debugMsg) https://github.com/bitcoin/bitcoin/pull/7245
1312016-01-04T08:44:09  <GitHub78> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/2d6a493493a799a030944db37279341b1df8ae74
1322016-01-04T08:44:09  <GitHub78> bitcoin/0.12 2d6a493 Wladimir J. van der Laan: Merge pull request #7245...
1332016-01-04T08:48:24  <GitHub66> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/5ba42bad6d69c5a3e17254b15818d45d6bad1478
1342016-01-04T08:48:25  <GitHub66> bitcoin/0.12 5ba42ba Wladimir J. van der Laan: qt: periodic translations pull from transifex
1352016-01-04T08:48:52  <GitHub66> [bitcoin] laanwj pushed 1 new commit to master: https://github.com/bitcoin/bitcoin/commit/136abda59728708ab4dffeac6fb08e0abf7e3b27
1362016-01-04T08:48:53  <GitHub66> bitcoin/master 136abda Wladimir J. van der Laan: qt: periodic translations pull from transifex
1372016-01-04T08:49:44  <GitHub90> [bitcoin] jonasschnelli opened pull request #7282: [Qt] fix coincontrol update issue when deleting a send coins entry (master...2016/01/qt_cc_fee) https://github.com/bitcoin/bitcoin/pull/7282
1382016-01-04T09:04:12  <GitHub157> [bitcoin] laanwj pushed 3 new commits to master: https://github.com/bitcoin/bitcoin/compare/136abda59728...c17301382159
1392016-01-04T09:04:13  <GitHub157> bitcoin/master fae7a36 MarcoFalke: [debian] Bump manpages and only mention -?...
1402016-01-04T09:04:14  <GitHub157> bitcoin/master fa6ce44 MarcoFalke: [debian] Update bitcoind manpage description...
1412016-01-04T09:04:14  <GitHub157> bitcoin/master c173013 Wladimir J. van der Laan: Merge pull request #7274...
1422016-01-04T09:04:23  <GitHub66> [bitcoin] laanwj closed pull request #7274: [debian] Bump manpages and only mention -? (master...MarcoFalke-2015-debianManpages) https://github.com/bitcoin/bitcoin/pull/7274
1432016-01-04T09:05:43  <GitHub46> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/e70fc6f8420b2e9b4f50c93b885016d60dc5d5f2
1442016-01-04T09:05:44  <GitHub46> bitcoin/0.12 e70fc6f MarcoFalke: [debian] Bump manpages and only mention -?...
1452016-01-04T09:07:00  *** evoskuil has joined #bitcoin-core-dev
1462016-01-04T09:11:52  *** Guyver2 has joined #bitcoin-core-dev
1472016-01-04T09:13:34  *** BashCo has quit IRC
1482016-01-04T09:17:15  <GitHub81> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/c17301382159...ac982a16e07d
1492016-01-04T09:17:15  <GitHub81> bitcoin/master a5a0831 21E14: Double semicolon cleanup.
1502016-01-04T09:17:16  <GitHub81> bitcoin/master ac982a1 Wladimir J. van der Laan: Merge pull request #7263...
1512016-01-04T09:17:24  <GitHub104> [bitcoin] laanwj closed pull request #7263: Double semicolon cleanup (master...doubles) https://github.com/bitcoin/bitcoin/pull/7263
1522016-01-04T09:21:18  *** Cory has quit IRC
1532016-01-04T09:24:19  *** Cory has joined #bitcoin-core-dev
1542016-01-04T09:26:06  *** evoskuil has quit IRC
1552016-01-04T09:28:53  *** arowser has quit IRC
1562016-01-04T09:28:58  *** Cory has quit IRC
1572016-01-04T09:29:20  *** arowser has joined #bitcoin-core-dev
1582016-01-04T09:31:16  *** evoskuil has joined #bitcoin-core-dev
1592016-01-04T09:36:43  *** BashCo has joined #bitcoin-core-dev
1602016-01-04T09:37:27  *** Cory has joined #bitcoin-core-dev
1612016-01-04T09:37:46  *** evoskuil has quit IRC
1622016-01-04T09:46:52  *** MarcoFalke has joined #bitcoin-core-dev
1632016-01-04T09:53:12  *** Cory has quit IRC
1642016-01-04T10:16:50  <MarcoFalke> wumpus, https://github.com/bitcoin/bitcoin/pull/7251#issuecomment-168632268
1652016-01-04T10:17:14  <MarcoFalke> I think you forgot to "backport" this one
1662016-01-04T10:17:36  <MarcoFalke> Or was this intentional?
1672016-01-04T10:19:03  <GitHub116> [bitcoin] MarcoFalke closed pull request #7252: [gitian] Default reference date to commit author date (master...MarcoFalke-2015-gitianTime-0.13) https://github.com/bitcoin/bitcoin/pull/7252
1682016-01-04T10:19:23  <MarcoFalke> ^ This one was for 0.13 :)
1692016-01-04T10:26:07  *** murch has joined #bitcoin-core-dev
1702016-01-04T10:26:45  *** evoskuil has joined #bitcoin-core-dev
1712016-01-04T10:34:23  <wumpus> MarcoFalke: oh, right
1722016-01-04T10:34:55  <GitHub174> [bitcoin] MarcoFalke opened pull request #7283: [gitian] Default reference_datetime to commit author date (master...MarcoFalke-2016-gitianTimeDefault) https://github.com/bitcoin/bitcoin/pull/7283
1732016-01-04T10:35:06  *** evoskuil has quit IRC
1742016-01-04T10:35:33  <wumpus> so how did I manage to merge it into master?
1752016-01-04T10:35:55  <wumpus> shouldn't that normally give tons of conflicts?
1762016-01-04T10:36:04  <sipa> what did you do?
1772016-01-04T10:36:11  <MarcoFalke> the merge script does not check what github tells you to merge to
1782016-01-04T10:36:17  <sipa> it does
1792016-01-04T10:36:19  <wumpus> https://github.com/bitcoin/bitcoin/pull/7251#issuecomment-168632268 was apparently meant for 0.12
1802016-01-04T10:36:20  <sipa> ah
1812016-01-04T10:36:33  <MarcoFalke> No, there are no conflicts
1822016-01-04T10:36:47  <MarcoFalke> And it didn't break anything (I hope)
1832016-01-04T10:37:01  <sipa> this can have merged version number things into master
1842016-01-04T10:37:20  <wumpus> this is really confusing: let's not make too many pull requests for 0.12, the normal way of working is to first make a pull for master then backport
1852016-01-04T10:37:21  <MarcoFalke> No, I based it on 0.11.99
1862016-01-04T10:37:43  <sipa> the scriot should indeed check what branch it is for
1872016-01-04T10:37:44  <wumpus> this makes sure that everything hits master first
1882016-01-04T10:37:59  <sipa> but thay requires accessing the JSON API, which is hard from bash
1892016-01-04T10:38:14  <wumpus> porting the script to python is on my todo somewhere
1902016-01-04T10:38:15  <sipa> a rewrite in python or so would be easier and more powerful
1912016-01-04T10:38:22  <sipa> jinx
1922016-01-04T10:38:36  <wumpus> I remember there was also an earlier change which got reverted which was almost impossible to do with bash
1932016-01-04T10:38:57  <sipa> a better commit message
1942016-01-04T10:39:00  <sipa> indeed
1952016-01-04T10:39:13  <petertodd> wumpus: quick q: rough eta on v0.12.0rc1?
1962016-01-04T10:39:26  <wumpus> phew, "git diff e289807 eb2b745" shows no adverse changes
1972016-01-04T10:39:30  <wumpus> petertodd: end of this week
1982016-01-04T10:39:38  <petertodd> wumpus: great, thanks!
1992016-01-04T10:39:51  <sipa> we need to start fixing up the release notes
2002016-01-04T10:40:05  <wumpus> I'll handle the automatically generated part :)
2012016-01-04T10:40:19  <petertodd> wumpus: had some requests for a v0.12.0rc1 full-rbf port
2022016-01-04T10:40:32  <petertodd> wumpus: had to remind people that rc1 isn't out yet :)
2032016-01-04T10:41:47  <jonasschnelli> MarcoFalke: just started the build: https://bitcoin.jonasschnelli.ch/pulls/7283/
2042016-01-04T10:42:03  <MarcoFalke> Awesome!
2052016-01-04T10:42:53  <jonasschnelli> release notes needs a part for the mempool limiting stuff
2062016-01-04T10:43:12  <sipa> and floating relay fee that results from it
2072016-01-04T10:43:20  <sipa> and we need notes about optin RBF
2082016-01-04T10:43:27  <GitHub1> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/f6c8c1242b34eafdbee912544a071d2b58484ea8
2092016-01-04T10:43:28  <GitHub1> bitcoin/0.12 f6c8c12 MarcoFalke: [gitian] Set reference date to something more recent...
2102016-01-04T10:43:39  <jonasschnelli> uh.. yes. Lots of things to add..
2112016-01-04T10:44:03  <jonasschnelli> I'll try to write the "GUI" part.
2122016-01-04T10:44:34  <jonasschnelli> wallet also needs info about "pruning and wallet"
2132016-01-04T10:44:46  <sipa> oh yes
2142016-01-04T10:45:27  *** Cory has joined #bitcoin-core-dev
2152016-01-04T10:46:45  *** evoskuil has joined #bitcoin-core-dev
2162016-01-04T10:46:55  <jonasschnelli> Uh.. and the whole banning stuff is also missing
2172016-01-04T10:50:27  <jonasschnelli> MarcoFalke: after updating gitian-builder, gbuild asks for a ubuntu@localhost password. Is there a quick fix for this?
2182016-01-04T10:50:54  <MarcoFalke> Oh.
2192016-01-04T10:51:05  <MarcoFalke> Blame me, I changed it to use rsa
2202016-01-04T10:51:34  <jonasschnelli> Saw that in the git logs... some easy steps to solve this?
2212016-01-04T10:51:39  <MarcoFalke> You'd need to make a new ubuntu-trusty base image
2222016-01-04T10:52:01  <jonasschnelli> okay... thanks. will do so.
2232016-01-04T10:54:59  *** zookolaptop has joined #bitcoin-core-dev
2242016-01-04T10:56:21  *** Guyver2 has quit IRC
2252016-01-04T10:58:18  <GitHub94> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/ac982a16e07d...49a735cba4f7
2262016-01-04T10:58:18  <GitHub94> bitcoin/master fa0a974 MarcoFalke: [qa] Move gen_return_txouts() to util.py
2272016-01-04T10:58:18  <GitHub94> bitcoin/master 49a735c Wladimir J. van der Laan: Merge pull request #7250...
2282016-01-04T10:58:26  *** evoskuil has quit IRC
2292016-01-04T10:58:28  <GitHub29> [bitcoin] laanwj closed pull request #7250: [qa] Move gen_return_txouts() to util.py (master...MarcoFalke-2015-rpcUtilReturnTxouts-0.12) https://github.com/bitcoin/bitcoin/pull/7250
2302016-01-04T10:58:57  <GitHub77> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/bdd0f9e286e8ad28eb724d076275c3cd1734553f
2312016-01-04T10:58:58  <GitHub77> bitcoin/0.12 bdd0f9e MarcoFalke: [qa] Move gen_return_txouts() to util.py...
2322016-01-04T11:00:38  <GitHub169> [bitcoin] laanwj pushed 2 new commits to master: https://github.com/bitcoin/bitcoin/compare/49a735cba4f7...45d13abf4ea1
2332016-01-04T11:00:39  <GitHub169> bitcoin/master 0d59589 Luke Dashjr: Bugfix: update-translations: Allow numerus translations to omit %n specifier (usually when it only has one possible value)
2342016-01-04T11:00:40  <GitHub169> bitcoin/master 45d13ab Wladimir J. van der Laan: Merge pull request #7253...
2352016-01-04T11:00:49  <GitHub22> [bitcoin] laanwj closed pull request #7253: Bugfix: update-translations: Allow numerus translations to omit %n specifier (usually when it only has one possible value) (master...numerus_omit_n) https://github.com/bitcoin/bitcoin/pull/7253
2362016-01-04T11:01:31  <GitHub13> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/a75a03a5f2fe386d953e52839a1c5492975c93cf
2372016-01-04T11:01:32  <GitHub13> bitcoin/0.12 a75a03a Luke Dashjr: Bugfix: update-translations: Allow numerus translations to omit %n specifier (usually when it only has one possible value)...
2382016-01-04T11:13:40  <GitHub184> [bitcoin] laanwj pushed 1 new commit to 0.12: https://github.com/bitcoin/bitcoin/commit/3cb066c62b98acac3c9323082094ccc6ae8f0bd7
2392016-01-04T11:13:40  <GitHub184> bitcoin/0.12 3cb066c Wladimir J. van der Laan: Update translations after #7253...
2402016-01-04T11:18:33  *** Thireus1 has quit IRC
2412016-01-04T11:19:40  *** vojtik has joined #bitcoin-core-dev
2422016-01-04T11:20:08  <vojtik> hi , cna you help me with technical problem?
2432016-01-04T11:21:30  <murch> Hey. I think it would be best if you just described your issue. There are plenty capable people in this channel.
2442016-01-04T11:22:28  <vojtik> i have bitcoin core, and it generate me adress for income bitcoin, but in this moment i can this adress find, cant find money, anythink,,, just have link for block chain
2452016-01-04T11:26:59  <MarcoFalke> Is your node syncing?
2462016-01-04T11:30:19  <vojtik> i think, that yes
2472016-01-04T11:31:27  <vojtik> https://blockchain.info/tx/8f552298d5fc9bb4857a137e9075c80a9812689520190e868104698050145f9d
2482016-01-04T11:34:22  *** xiangfu has quit IRC
2492016-01-04T11:34:52  *** xiangfu has joined #bitcoin-core-dev
2502016-01-04T11:38:29  *** Guyver2 has joined #bitcoin-core-dev
2512016-01-04T11:47:43  *** vojtik has quit IRC
2522016-01-04T11:47:51  <MarcoFalke> Looks like it's this issue: https://github.com/bitcoin/bitcoin/issues/7235
2532016-01-04T11:57:53  *** Guest5401 has quit IRC
2542016-01-04T11:57:53  *** Guest5401 has joined #bitcoin-core-dev
2552016-01-04T11:57:59  *** Guest5401 is now known as s1w
2562016-01-04T12:04:15  *** evoskuil has joined #bitcoin-core-dev
2572016-01-04T13:06:38  <GitHub134> [bitcoin] MarcoFalke opened pull request #7286: Misc. non-critical cleanup (master...Mf1601-trivial8) https://github.com/bitcoin/bitcoin/pull/7286
2582016-01-04T13:15:37  *** afk11 has joined #bitcoin-core-dev
2592016-01-04T13:35:56  *** arubi has joined #bitcoin-core-dev
2602016-01-04T13:44:04  *** laurentmt has joined #bitcoin-core-dev
2612016-01-04T13:47:09  *** paveljanik has joined #bitcoin-core-dev
2622016-01-04T13:47:09  *** paveljanik has joined #bitcoin-core-dev
2632016-01-04T13:47:46  *** Thireus has joined #bitcoin-core-dev
2642016-01-04T13:48:13  *** laurentmt has quit IRC
2652016-01-04T13:51:54  *** arubi has quit IRC
2662016-01-04T13:53:42  *** brg444 has joined #bitcoin-core-dev
2672016-01-04T14:03:52  <GitHub191> [bitcoin] jtimon opened pull request #7287: Consensus: Remove calls to error(), FormatStateMessage() and FormatMoney() (master...consensus-decouple-util-0.13.99) https://github.com/bitcoin/bitcoin/pull/7287
2682016-01-04T14:15:32  *** laurentmt has joined #bitcoin-core-dev
2692016-01-04T14:32:15  *** zookolaptop has quit IRC
2702016-01-04T14:34:06  *** cryptopeddler has quit IRC
2712016-01-04T14:35:49  *** deego has joined #bitcoin-core-dev
2722016-01-04T14:36:14  *** cryptopeddler has joined #bitcoin-core-dev
2732016-01-04T14:39:12  *** arubi has joined #bitcoin-core-dev
2742016-01-04T14:50:29  *** Yoghur114 has quit IRC
2752016-01-04T14:55:39  *** p15 has quit IRC
2762016-01-04T15:05:43  *** zookolaptop has joined #bitcoin-core-dev
2772016-01-04T15:05:46  *** cryptopeddler has quit IRC
2782016-01-04T15:07:06  *** evoskuil has quit IRC
2792016-01-04T15:07:48  *** cryptopeddler has joined #bitcoin-core-dev
2802016-01-04T15:14:17  *** evoskuil has joined #bitcoin-core-dev
2812016-01-04T15:14:39  *** murch has quit IRC
2822016-01-04T15:15:00  *** murch has joined #bitcoin-core-dev
2832016-01-04T15:17:21  *** adam3us has quit IRC
2842016-01-04T15:17:39  *** adam3us has joined #bitcoin-core-dev
2852016-01-04T15:26:06  *** laurentmt has quit IRC
2862016-01-04T15:54:05  *** treehug88 has joined #bitcoin-core-dev
2872016-01-04T16:06:17  *** dcousens_ has joined #bitcoin-core-dev
2882016-01-04T16:07:45  *** dcousens has quit IRC
2892016-01-04T16:14:22  *** cryptopeddler has quit IRC
2902016-01-04T16:17:00  *** cryptopeddler has joined #bitcoin-core-dev
2912016-01-04T16:18:34  *** jtimon has joined #bitcoin-core-dev
2922016-01-04T16:18:54  *** Cory has quit IRC
2932016-01-04T16:21:00  *** Pasha has joined #bitcoin-core-dev
2942016-01-04T16:27:54  *** Pasha is now known as Cory
2952016-01-04T16:29:51  *** murch has quit IRC
2962016-01-04T16:33:06  *** evoskuil has quit IRC
2972016-01-04T16:49:11  *** treehug88 has quit IRC
2982016-01-04T16:51:06  *** Cory has quit IRC
2992016-01-04T16:53:11  *** Pasha has joined #bitcoin-core-dev
3002016-01-04T17:00:04  *** Pasha is now known as Cory
3012016-01-04T17:01:52  *** evoskuil has joined #bitcoin-core-dev
3022016-01-04T17:13:40  <GitHub131> [bitcoin] luke-jr opened pull request #7289: [WIP] Make arguments reconfigurable at runtime via RPC (master...rpc_setarg) https://github.com/bitcoin/bitcoin/pull/7289
3032016-01-04T17:28:22  *** BashCo has quit IRC
3042016-01-04T17:38:38  <GitHub108> [bitcoin] MarcoFalke opened pull request #7290:  [init] Add missing help for args  (master...Mf1601-doc) https://github.com/bitcoin/bitcoin/pull/7290
3052016-01-04T17:58:24  *** jtimon has quit IRC
3062016-01-04T17:58:57  *** trippysalmon has joined #bitcoin-core-dev
3072016-01-04T17:59:29  *** BashCo has joined #bitcoin-core-dev
3082016-01-04T18:04:26  <GitHub179> [bitcoin] EthanHeilman opened pull request #7291: Add CNetAddr and CService tests demonstrating constructor differences (master...cservice) https://github.com/bitcoin/bitcoin/pull/7291
3092016-01-04T18:34:46  *** evoskuil has quit IRC
3102016-01-04T18:39:40  *** evoskuil has joined #bitcoin-core-dev
3112016-01-04T18:41:52  *** zookolaptop has quit IRC
3122016-01-04T18:46:52  *** pmienk has joined #bitcoin-core-dev
3132016-01-04T19:09:46  *** evoskuil has quit IRC
3142016-01-04T19:24:05  *** evoskuil has joined #bitcoin-core-dev
3152016-01-04T19:36:46  *** JackH has quit IRC
3162016-01-04T19:45:13  *** trippysalmon has quit IRC
3172016-01-04T19:46:00  *** jtimon has joined #bitcoin-core-dev
3182016-01-04T19:49:02  *** Squidicuz has quit IRC
3192016-01-04T20:00:13  *** jcorgan is now known as jcorgan|away
3202016-01-04T20:15:28  *** murch has joined #bitcoin-core-dev
3212016-01-04T20:37:53  *** afk11 has quit IRC
3222016-01-04T20:40:35  *** jcorgan|away is now known as jcorgan
3232016-01-04T20:44:18  *** Squidicuz has joined #bitcoin-core-dev
3242016-01-04T20:45:36  <morcos> BlueMatt: ping?
3252016-01-04T20:45:42  *** jcorgan is now known as jcorgan|torture
3262016-01-04T20:50:02  *** trippysalmon has joined #bitcoin-core-dev
3272016-01-04T20:56:17  *** trippysalmon has quit IRC
3282016-01-04T21:03:48  *** Prattler has quit IRC
3292016-01-04T21:06:40  *** brg444 has quit IRC
3302016-01-04T21:07:11  *** laurentmt has joined #bitcoin-core-dev
3312016-01-04T21:08:17  *** laurentmt has quit IRC
3322016-01-04T21:12:38  <GitHub199> [bitcoin] sdaftuar opened pull request #7292: [RPC] Expose ancestor/descendant information over RPC (master...add-chain-info) https://github.com/bitcoin/bitcoin/pull/7292
3332016-01-04T21:12:53  <GitHub151> [bitcoin] sdaftuar closed pull request #7222: [WIP] RPC: Indicate which transactions are signaling opt-in RBF (master...add-optin-info) https://github.com/bitcoin/bitcoin/pull/7222
3342016-01-04T21:14:02  *** laurentmt has joined #bitcoin-core-dev
3352016-01-04T21:17:58  *** laurentmt has quit IRC
3362016-01-04T21:50:44  *** adam3us has quit IRC
3372016-01-04T21:55:17  *** Prattler has joined #bitcoin-core-dev
3382016-01-04T21:59:15  *** murch has quit IRC
3392016-01-04T22:04:18  *** c-cex-finch has quit IRC
3402016-01-04T22:42:58  *** adam3us has joined #bitcoin-core-dev
3412016-01-04T23:00:13  *** adam3us has quit IRC
3422016-01-04T23:01:23  *** Cory has quit IRC
3432016-01-04T23:01:33  *** adam3us has joined #bitcoin-core-dev
3442016-01-04T23:12:28  *** Pasha has joined #bitcoin-core-dev
3452016-01-04T23:19:22  *** Pasha is now known as Cory
3462016-01-04T23:26:41  *** challisto has quit IRC
3472016-01-04T23:36:58  *** Guyver2 has quit IRC
3482016-01-04T23:45:00  <GitHub1> [bitcoin] MarcoFalke opened pull request #7293:  [wallet] Add regression test for vValue sort order  (master...Mf1601-wallet-vValue) https://github.com/bitcoin/bitcoin/pull/7293
3492016-01-04T23:47:23  *** Thireus has quit IRC