06:13:21 .merges 06:13:21 -xmr-pr- #6418 #6500 #6536 #6538 #6542 #6546 #6565 #6571 #6593 06:16:32 Maybe, if it's already nearly time for 0.16.0.3, #6614 can be added for merging, otherwise we will fall back from "help" command to "help_advanced" in CLI wallet and daemon as far as I can see. 06:17:26 (I was very late to correct a conflict there, sorry about that.) 06:45:38 -xmr-pr- niukouMan opened issue #6730: Use the Monroe wallet node command "create"_ It takes 10 minutes to cr... 06:45:38 -xmr-pr- > https://github.com/monero-project/monero/issues/6730 08:10:42 rbrunner: we don’t branch from master 08:17:22 Ah, alright, wasn't aware. So branching from master will happen for the CLSAG release? 08:22:28 yes 08:28:50 Ok, thanks. So we have a lot of merging ahead of us if we try to make the "beta date" of August 17 :) 14:31:12 -xmr-pr- moneromooo-monero opened pull request #6731: wallet2: fix wrong name when checking RPC cost 14:31:12 -xmr-pr- > https://github.com/monero-project/monero/pull/6731 15:26:48 .merges 15:26:48 -xmr-pr- 6418 6500 6536 6538 6542 6546 6565 6571 6593 17:19:02 Hi. Is there any news regarding #5172? 17:20:02 I know nothing about CORS. vtnerd would be the one with the best opinions I think. 17:26:51 Apparently monerod needs to return "Access-Control-Allow-Origin: *" as header. (https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin) 17:29:30 better idea: nginx + reverse proxy to monero RPC, and in nginx you can add/remove headers as you please 17:29:48 yeah that would be my recommendation too 17:36:33 and avoid exposing monerod? 19:11:17 it doesn't need to return the wildcard all ("*") afaik 19:11:29 you can specify the specific domains with --rpc-access-control-origin 19:12:08 the wildcard all comes with security implications, but is likely easier when debugging and setting up the RPC 19:12:54 although, woodser asked for it, so there is the case with "open" RPC servers and some kind of HTML wallet 19:15:50 the wildcard would allow web wallets to select their daemon. otherwise the domain must host the daemon or nginx + reverse proxy is necessary 19:29:58 woodser: We're looking specifically at mobile clients (using your monero-javascript/WASM). We do have a specific domain, but there seems to be some issue connecting due to that missing header. 19:31:57 Maybe the issue is somewhere else - Should RPC work via webview even without that header altogether? 23:26:37 luigi1111w: you can tag v0.16.0.3 whenever you have time, thanks