00:05:25 is there anyway to use monero-wallet-rpc to get the transaction fee in amount of moneros? right now it seems like the wallet-rpc cant give that kind of information, but you can choose a rough transaction priority 00:05:33 without getting tx priority of X = y monero fee 04:03:01 how hard would it be to build a transaction where I select all the decoys? 15:52:39 bonedaddy, you can use the transfer command with the don't relay option, i think 16:02:01 -xmr-pr- ndorf opened pull request #6808: systemd: Don't use Type=forking 16:02:01 -xmr-pr- > https://github.com/monero-project/monero/pull/6808 16:38:36 .merges 16:38:37 Merge queue empty 20:42:43 opinion on branching release-v0.17 this weekend? 20:43:25 Waiting on any other PRs or review? 20:45:07 moneromooo: anything remaining that you want in but which is not reviewed yet? 20:45:52 this timelock change maybe 20:47:42 Doesn't seem to be anything. 20:47:56 The timelock thing didn't get any more comment lately. 20:56:24 ideally we would tag this weekend and get some binaries out, if we find any remaining bugs we can do point releases 20:57:16 I won’t have time next weekend so if I’m doing the release stuff it has to be this weekend or beginning next week 20:57:44 Well, the originally-stated goal was binaries on or around September 17 20:58:05 I suppose running early is ok if everything from Ledger/Trezor is in place 20:58:34 I thought September 19 :) I will have time until Sep 17 so should be ok 20:58:39 would still like to tag soon 20:58:47 or branch at least 21:00:34 I'll make a final confirmation w/ Ledger and Trezor to ensure they have everything in 21:00:39 I am _pretty_ sure they do 21:00:43 But will confirm 21:01:13 oki 21:10:07 elghosto: i dont think you can, at least not via an RPC or anything 21:10:56 is anyone able to merge the PRs i have opened here https://github.com/monero-ecosystem/go-monero-rpc-client/pulls ? 21:17:45 selsta: Trezor (via ph405) gives the all-clear from them 21:17:56 waiting for final confirmation from Ledger (via grydz) 21:22:26 Both Ledger and Trezor will require updates, that will make the release annoying again :/ 21:23:37 ? 21:23:46 Trezor requires _no_ additional Monero PRs 21:24:05 Trezor will require a firmware update and they currently have no plans to do one. 21:24:27 Though I hope they will release a firmware update until HF. 21:24:30 Of course they need to update firmware... but I am surprised they didn't plan for this 21:24:42 I've been communicating with them well in advance :/ 21:25:22 Ledger will require an app update, until then Ledger users have to wait with the new release. 21:25:31 Yup 21:25:45 Which is always difficult to communicate. 21:25:45 But the Ledger leadership team has been in the loop for a while now about this 21:26:14 Communication for this release has been much better than in the past, IMO :) 21:26:22 agree 21:28:22 I'm not sure what could have been improved 21:28:32 except "more time is better", which is always the case 21:44:30 I think Grydz mentioned that he wanted to release the app in advance this time 21:44:52 As soon as I'm sure Monero app 1.7.0 works fine with MLSAG and CLSAG, I'll release it. 21:53:49 Wasn’t there a second message that he will be on Holiday or so this month? Maybe I misread :) 22:09:13 ErCiccione[m]: am I correct in thinking you requested translation files not to be modified in PRs nowadays ? 22:09:56 selsta: Yes, and he wanted to release the app in advance of that 22:11:05 nvm, I got my answer. 22:12:26 dEBRUYNE: I wrote a comment https://github.com/LedgerHQ/app-monero/pull/80 22:15:19 ty 22:16:00 did we decide on a name? 22:17:01 -xmr-pr- moneromooo-monero opened pull request #6810: New add_aux_pow RPC to support merge mining 22:17:01 -xmr-pr- > https://github.com/monero-project/monero/pull/6810 23:32:01 -xmr-pr- reinaldoacosta opened pull request #6811: Update wallet2.cpp 23:32:01 -xmr-pr- > https://github.com/monero-project/monero/pull/6811 23:44:47 Is this for Tari moneromooo? 23:47:10 In part. Tari will likely use it, I've been talking to them about it. But it is not tari specific, and will be usable by any coin that wants to use it. 23:47:25 Also another coin which is not public yet. 23:47:59 I hope many coins will merge mine with monero, which will strengthen the tail emission's incentives. 23:47:59 :> 23:48:13 Ok, sweet, thanks for the heads up! Had no idea there were ways to simplify it for other coins. 23:48:14 nice. 23:48:48 Simplify what exactly ? 23:49:06 I mean this patch is just part of what you'd need to merge mine. 23:49:26 You still need a fair bit of stuff on the other coin. 23:50:01 I didn’t realize anything was needed in the Monero codebase for it (in fact I’d been told it wasn’t) 23:50:21 So I wasn’t expecting any code changes in Monero, not that there shouldn’t be. 23:50:39 It is not strictly needed. This code could be rewritten by all other coins (which is indeed what Tari did until I offered to add this). 23:51:07 Thanks for the clarification 🙂 23:51:08 Though they only support one chain, which would not help monero htat much. 23:52:04 (without the patch, every coin would have to manually alter the block template from monerod to add the merkle root of all merge mining chains) 23:52:26 (and it is possible, since this is what tari did) 23:52:48 But it seems better to have this availble as a building block. 23:53:23 Especially since the merkle branch stuff wasn't paricularly trivial to write. 23:57:09 I'll add a node to the PR that this is not strictly needed for a coin to merge mine. 23:57:24 Absolutely, always a glad to see that made easier as I’d love to see more coins merge-mining with Monero