07:45:11 -xmr-pr- ovhpse opened pull request #8709: Fix #8708 07:45:11 -xmr-pr- > https://github.com/monero-project/monero/pull/8709 08:29:28 Compiled the master branch with the latest merges. Now I get the error W Couldn't allocate RandomX light VM using large pages. 08:31:07 Before that I was on the master branch with merges from November 30 and everything was ok 08:51:35 that's fine, it's a warning, see https://github.com/monero-project/monero/pull/8705 08:57:54 But I haven't had this warning before 09:00:31 Because it failed silently before 09:00:34 it's a new addition, see https://github.com/monero-project/monero/pull/8677 ^ 09:05:28 Oh, okay then 09:06:00 (basically, it will fallback to less efficient methods, still work, as it did before) 17:01:46 the tx weight isn't returned with describe_transfer. is there a way to verify the fee of a multisig tx? 17:05:08 I guess the other party can create the same multisig tx and verify the fee is within some percent of the peer's tx 20:29:17 perhaps describe_transfer should return the tx weight so peers can estimate the fee? 21:00:11 -xmr-pr- woodser opened issue #8710: Provide `weight` in `describe_transfer` rpc call 21:00:11 -xmr-pr- > https://github.com/monero-project/monero/issues/8710 21:33:11 woodser[m]1: you tried wallet RPC estimate_tx_size_and_weight? That takes n_inputs and n_outputs to give you size and weight. 21:37:05 of course, you'd then want describe_transfer to tell you the # of inputs and outputs to use that... 22:12:03 describe_transfer doesn't give the number of inputs or outputs. otherwise sounds like it would work