- 
rbrunner
.merges
 
- 
xmr-pr
#6418 #6500 #6536 #6538 #6542 #6546 #6565 #6571 #6593
 
- 
rbrunner
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.
 
- 
rbrunner
(I was very late to correct a conflict there, sorry about that.)
 
- 
xmr-pr
niukouMan opened issue #6730: Use the Monroe wallet node command "create"_ It takes 10 minutes to cr...
 
- 
xmr-pr
 
- 
selsta
rbrunner: we don’t branch from master
 
- 
rbrunner
Ah, alright, wasn't aware. So branching from master will happen for the CLSAG release?
 
- 
selsta
yes
 
- 
rbrunner
Ok, thanks. So we have a lot of merging ahead of us if we try to make the "beta date" of August 17 :)
 
- 
xmr-pr
moneromooo-monero opened pull request #6731: wallet2: fix wrong name when checking RPC cost
 
- 
xmr-pr
 
- 
luigi1111w
.merges
 
- 
xmr-pr
6418 6500 6536 6538 6542 6546 6565 6571 6593
 
- 
fullmetalScience
Hi. Is there any news regarding #5172?
 
- 
moneromooo
I know nothing about CORS. vtnerd would be the one with the best opinions I think.
 
- 
fullmetalScience
Apparently monerod needs to return "Access-Control-Allow-Origin: *" as header. (
developer.mozilla.org/en-US/docs/We…Headers/Access-Control-Allow-Origin)
 
 
- 
dsc_
better idea: nginx + reverse proxy to monero RPC, and in nginx you can add/remove headers as you please
 
- 
fluffypony
yeah that would be my recommendation too
 
- 
fullmetalScience
and avoid exposing monerod?
 
- 
vtnerd
it doesn't need to return the wildcard all ("*") afaik
 
- 
vtnerd
you can specify the specific domains with --rpc-access-control-origin
 
- 
vtnerd
the wildcard all comes with security implications, but is likely easier when debugging and setting up the RPC
 
- 
vtnerd
although, woodser asked for it, so there is the case with "open" RPC servers and some kind of HTML wallet
 
- 
woodser
the wildcard would allow web wallets to select their daemon.  otherwise the domain must host the daemon or nginx + reverse proxy is necessary
 
- 
fullmetalScience
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.
 
- 
fullmetalScience
Maybe the issue is somewhere else - Should RPC work via webview even without that header altogether?
 
- 
selsta
luigi1111w: you can tag v0.16.0.3 whenever you have time, thanks