-
bonedaddy
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
-
bonedaddy
without getting tx priority of X = y monero fee
-
elghosto
how hard would it be to build a transaction where I select all the decoys?
-
azy
bonedaddy, you can use the transfer command with the don't relay option, i think
-
xmr-pr
ndorf opened pull request #6808: systemd: Don't use Type=forking
-
xmr-pr
-
Snipa
.merges
-
xmr-pr
Merge queue empty
-
selsta
opinion on branching release-v0.17 this weekend?
-
sarang
Waiting on any other PRs or review?
-
selsta
moneromooo: anything remaining that you want in but which is not reviewed yet?
-
selsta
this timelock change maybe
-
moneromooo
Doesn't seem to be anything.
-
moneromooo
The timelock thing didn't get any more comment lately.
-
selsta
ideally we would tag this weekend and get some binaries out, if we find any remaining bugs we can do point releases
-
selsta
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
-
sarang
Well, the originally-stated goal was binaries on or around September 17
-
sarang
I suppose running early is ok if everything from Ledger/Trezor is in place
-
selsta
I thought September 19 :) I will have time until Sep 17 so should be ok
-
selsta
would still like to tag soon
-
selsta
or branch at least
-
sarang
I'll make a final confirmation w/ Ledger and Trezor to ensure they have everything in
-
sarang
I am _pretty_ sure they do
-
sarang
But will confirm
-
selsta
oki
-
bonedaddy
elghosto: i dont think you can, at least not via an RPC or anything
-
bonedaddy
-
sarang
selsta: Trezor (via ph405) gives the all-clear from them
-
sarang
waiting for final confirmation from Ledger (via grydz)
-
selsta
Both Ledger and Trezor will require updates, that will make the release annoying again :/
-
sarang
?
-
sarang
Trezor requires _no_ additional Monero PRs
-
selsta
Trezor will require a firmware update and they currently have no plans to do one.
-
selsta
Though I hope they will release a firmware update until HF.
-
sarang
Of course they need to update firmware... but I am surprised they didn't plan for this
-
sarang
I've been communicating with them well in advance :/
-
selsta
Ledger will require an app update, until then Ledger users have to wait with the new release.
-
sarang
Yup
-
selsta
Which is always difficult to communicate.
-
sarang
But the Ledger leadership team has been in the loop for a while now about this
-
sarang
Communication for this release has been much better than in the past, IMO :)
-
selsta
agree
-
sarang
I'm not sure what could have been improved
-
sarang
except "more time is better", which is always the case
-
dEBRUYNE
I think Grydz mentioned that he wanted to release the app in advance this time
-
dEBRUYNE
<grydz> As soon as I'm sure Monero app 1.7.0 works fine with MLSAG and CLSAG, I'll release it.
-
selsta
Wasn’t there a second message that he will be on Holiday or so this month? Maybe I misread :)
-
moneromooo
ErCiccione[m]: am I correct in thinking you requested translation files not to be modified in PRs nowadays ?
-
dEBRUYNE
selsta: Yes, and he wanted to release the app in advance of that
-
moneromooo
nvm, I got my answer.
-
selsta
dEBRUYNE: I wrote a comment
LedgerHQ/app-monero #80
-
dEBRUYNE
ty
-
selsta
did we decide on a name?
-
xmr-pr
moneromooo-monero opened pull request #6810: New add_aux_pow RPC to support merge mining
-
xmr-pr
-
xmr-pr
reinaldoacosta opened pull request #6811: Update wallet2.cpp
-
xmr-pr
-
sethsimmons
<xmr-pr "moneromooo-monero opened pull re"> Is this for Tari moneromooo?
-
moneromooo
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.
-
moneromooo
Also another coin which is not public yet.
-
moneromooo
I hope many coins will merge mine with monero, which will strengthen the tail emission's incentives.
-
dsc_
:>
-
sethsimmons
Ok, sweet, thanks for the heads up! Had no idea there were ways to simplify it for other coins.
-
dsc_
nice.
-
moneromooo
Simplify what exactly ?
-
moneromooo
I mean this patch is just part of what you'd need to merge mine.
-
moneromooo
You still need a fair bit of stuff on the other coin.
-
sethsimmons
I didn’t realize anything was needed in the Monero codebase for it (in fact I’d been told it wasn’t)
-
sethsimmons
So I wasn’t expecting any code changes in Monero, not that there shouldn’t be.
-
moneromooo
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).
-
sethsimmons
Thanks for the clarification 🙂
-
moneromooo
Though they only support one chain, which would not help monero htat much.
-
moneromooo
(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)
-
moneromooo
(and it is possible, since this is what tari did)
-
moneromooo
But it seems better to have this availble as a building block.
-
moneromooo
Especially since the merkle branch stuff wasn't paricularly trivial to write.
-
moneromooo
I'll add a node to the PR that this is not strictly needed for a coin to merge mine.
-
sethsimmons
Absolutely, always a glad to see that made easier as I’d love to see more coins merge-mining with Monero