-
xmr-provhpse opened pull request #8709: Fix #8708
-
xmr-pr
-
llacqie[m]Compiled the master branch with the latest merges. Now I get the error W Couldn't allocate RandomX light VM using large pages.
-
llacqie[m]Before that I was on the master branch with merges from November 30 and everything was ok
-
DataHoarderthat's fine, it's a warning, see monero-project/monero #8705
-
llacqie[m]But I haven't had this warning before
-
sech1Because it failed silently before
-
DataHoarderit's a new addition, see monero-project/monero #8677 ^
-
llacqie[m]Oh, okay then
-
DataHoarder(basically, it will fallback to less efficient methods, still work, as it did before)
-
woodser[m]1the tx weight isn't returned with describe_transfer. is there a way to verify the fee of a multisig tx?
-
woodser[m]1I guess the other party can create the same multisig tx and verify the fee is within some percent of the peer's tx
-
woodser[m]1perhaps describe_transfer should return the tx weight so peers can estimate the fee?
-
xmr-prwoodser opened issue #8710: Provide `weight` in `describe_transfer` rpc call
-
xmr-pr
-
jtgrassiewoodser[m]1: you tried wallet RPC estimate_tx_size_and_weight? That takes n_inputs and n_outputs to give you size and weight.
-
jtgrassieof course, you'd then want describe_transfer to tell you the # of inputs and outputs to use that...
-
woodser[m]1describe_transfer doesn't give the number of inputs or outputs. otherwise sounds like it would work