-
xmr-pr
moneromooo-monero opened pull request #7181: ban lists may now include subnets
-
xmr-pr
-
xmr-pr
moneromooo-monero opened pull request #7180: ban lists may now include subnets
-
xmr-pr
-
xmr-pr
Gingeropolous opened pull request #7182: edited readme version table to include v0.17.1.7
-
xmr-pr
-
mj-xmr
CI fix, reviewed by selsta and erciccione:
monero-project/monero #7172
-
selsta
will get merged with the next merge wave
-
mj-xmr
selsta: Cool. Could you please explain me the wave strategy? Does it occur after stabilisation of every release? Or is it a bad time right now because you're busy firefighting?
-
selsta
.merges
-
xmr-pr
7086 7098 7099 7161 7172 7175 7176
-
selsta
^ we have a list, fighting the attack has priority currently, yes
-
mj-xmr
I can't help with that yet unfortunately. Maybe some other time once I have a closer look. But thanks.
-
selsta
No problem, I’m mostly managing that. Once something is ready it gets on the list. Larger changes might wait longer.
-
Navion250
Why are you here? For the tech? Then you should be off at Zcash instead of trying to con newbies into a coin that doesn't work.
-
Navion250
For the money? If you put your money in BTC or ETH you would have been better off.
-
Navion250
For the magical crypto friends? Monero leadership laughs from loosers like that. Find yourself more healthy realationships that don't steal your money.
-
mj-xmr
Mates, here's the HTML report with all the currently ready tools in a historical manner. I will be publishing some documentation about it soon.
enjo.hopto.org/pub/monero
-
mj-xmr
It will be updated daily.
-
mj-xmr
*inverse chronological manner I meant.
-
luigi1111
👍
-
afa12354
why -"-rpc-restricted-bind-ip" option is not referenced in
monerodocs.org/interacting/monerod-reference ?
-
moneromooo
Presumably because nobody sent a patch to whoever this is.
-
afa12354
What's a patch and how do I send one?
-
afa12354
Oh you meant that
monerodocs.org/interacting/monerod-reference isn't even owned by yall, its owned by someone else
-
moneromooo
Yes, not ours. A patch is a file describing a change with a particular syntax. Widely used to coordinate changes across people.
-
gingeropolous
afa12354, that was a relatively recent development, this rpc restric thing causing this behavior you may be experiencing. please contact the authots of monerodocs to fix
-
virgildante[m]
Would there be any interest in a gRPC API for the wallet?
-
moneromooo
What would be the use for it ?
-
moneromooo
And would you be maintaining it to follow changes in the current RPC ?
-
moneromooo
From wikipedia, that sounds like something up vtnerd's alley. Though he's into 0mq for the daemon.
-
afa12354
gingeropolous, what behavior you are assuming it causes me? it doesn't cause any behavior except monerod gives me a "W --public-node is enabled, but RPC server mylocalip:18089 may be unreachable from outside, please check RPC server bind address" warning if --rpc-restricted-bind-ip isn't set to 0.0.0.0
-
virgildante[m]
Allows for pub/sub + synchronous calls. Has codegen built in for many langs and uses protobuf for serialization.
-
virgildante[m]
<moneromooo "And would you be maintaining it "> Hadn't considered that, started working on the implementation for the wallet rpcs and walletnotify, will keep it in mind if I make a PR.
-
gingeropolous
ah ok. other folks ran into some troubles with bindings from this recent change. sounds like what u described.
-
gingeropolous
afa12354, ^, but still the docs should be updated :)
-
moneromooo
vtnerd: ^
-
afa12354
gingeropolous, what port do you reccomend for "--rpc-restricted-bind-port" option, is 18089 fine?Also I suppose the warning I get is a bug, because 0.0.0.0 includes the 127.0.0.1 IP and my desktop pc assigned IP in DHCP list on router settings?
-
gingeropolous
should probably switch to #monero
-
virgildante[m]
Another question re gRPC, it doesn't support an auth mechanism natively, would this be a problem if merging?
-
selsta
.merge+ 7182
-
xmr-pr
Added
-
selsta
.merge+ 7180 7181
-
xmr-pr
Added
-
selsta
moneromooo: 7173 requires rpc minor bump
-
selsta
xiphon: please rebase 7161 (also don’t bump RPC)
-
vtnerd
Im not sure why yet another rpc system would be useful. would be nice to avoid protobufs, but theres a quasi dependency via trezor already
-
moneromooo
done
-
vtnerd
actually, recalling the protobuf spec, even 3 was kind of gross for server-side (when compared to something like msgpack for instance)
-
vtnerd
the two above were intended for virgildante[m]