02:15:20 -xmr-pr- moneromooo-monero opened pull request #7181: ban lists may now include subnets 02:15:20 -xmr-pr- > https://github.com/monero-project/monero/pull/7181 02:15:20 -xmr-pr- moneromooo-monero opened pull request #7180: ban lists may now include subnets 02:15:20 -xmr-pr- > https://github.com/monero-project/monero/pull/7180 05:00:20 -xmr-pr- Gingeropolous opened pull request #7182: edited readme version table to include v0.17.1.7 05:00:20 -xmr-pr- > https://github.com/monero-project/monero/pull/7182 08:04:05 CI fix, reviewed by selsta and erciccione: https://github.com/monero-project/monero/pull/7172 08:04:58 will get merged with the next merge wave 08:30:28 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? 08:31:00 .merges 08:31:00 -xmr-pr- 7086 7098 7099 7161 7172 7175 7176 08:31:23 ^ we have a list, fighting the attack has priority currently, yes 08:32:19 I can't help with that yet unfortunately. Maybe some other time once I have a closer look. But thanks. 08:33:04 No problem, I’m mostly managing that. Once something is ready it gets on the list. Larger changes might wait longer. 12:54:59 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. 12:55:00 For the money? If you put your money in BTC or ETH you would have been better off. 12:55:03 For the magical crypto friends? Monero leadership laughs from loosers like that. Find yourself more healthy realationships that don't steal your money. 13:37:50 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. http://enjo.hopto.org/pub/monero/ 13:40:19 It will be updated daily. 13:43:03 *inverse chronological manner I meant. 14:19:46 👍 16:30:00 why -"-rpc-restricted-bind-ip" option is not referenced in https://monerodocs.org/interacting/monerod-reference/ ? 16:31:16 Presumably because nobody sent a patch to whoever this is. 16:33:00 What's a patch and how do I send one? 16:34:24 Oh you meant that https://monerodocs.org/interacting/monerod-reference/ isn't even owned by yall, its owned by someone else 16:37:14 Yes, not ours. A patch is a file describing a change with a particular syntax. Widely used to coordinate changes across people. 16:44:33 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 16:46:45 Would there be any interest in a gRPC API for the wallet? 16:48:48 What would be the use for it ? 16:49:08 And would you be maintaining it to follow changes in the current RPC ? 16:50:24 From wikipedia, that sounds like something up vtnerd's alley. Though he's into 0mq for the daemon. 16:51:42 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 16:51:58 Allows for pub/sub + synchronous calls. Has codegen built in for many langs and uses protobuf for serialization. 16:55:24 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. 16:56:46 ah ok. other folks ran into some troubles with bindings from this recent change. sounds like what u described. 16:57:01 afa12354, ^, but still the docs should be updated :) 16:59:08 vtnerd: ^ 17:05:24 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? 17:06:36 should probably switch to #monero 17:14:14 Another question re gRPC, it doesn't support an auth mechanism natively, would this be a problem if merging? 23:11:08 .merge+ 7182 23:11:09 Added 23:28:04 .merge+ 7180 7181 23:28:04 Added 23:28:10 moneromooo: 7173 requires rpc minor bump 23:29:06 xiphon: please rebase 7161 (also don’t bump RPC) 23:37:29 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 23:40:00 done 23:53:28 actually, recalling the protobuf spec, even 3 was kind of gross for server-side (when compared to something like msgpack for instance) 23:53:39 the two above were intended for virgildante[m]