02:05:50 luigi1111w: 8103 is approved now, merge pls 03:21:01 I call this `const result = MoneroUtils.validateAddress(address, net);`... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/2fa40dd3e1d100e9c4eb43913ff21a39458b51be) 03:40:13 endor00: If I use view-only wallet + offline wallet mode, how do I know if my outgoing transaction is at least successfully on-chain? Which json-rpc api can I use to get the details about the transaction on the blockchain? 03:41:23 Not sure tbh, I'm not familiar with the JS library 03:42:24 I guess you could use tx-notify, since transactions typically have some change (which you implicitly send back to yourself, so it shows up like an incoming tx) 03:43:34 Or maybe you could check that your freshly-sent tx is in the mempool, and when it disappears from there you check if it's on chain by simply looking up its hash 03:44:24 (Or perhaps you can just look up the tx hash, and look at the confirmations > 0) 08:29:29 I follow the doc - https://github.com/monero-ecosystem/monero-javascript/blob/master/docs/developer_guide/view_only_offline.md - and made one successful transaction. It was on chain and I can search it on the block explorer. 08:30:05 This is my code:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/cca69cb97ee3bfa3f01e258d6600c8fd833ab0f4) 08:30:44 But then on my second attempt it failed and threw this error:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/dbdb3ad7b4298e2f6e354ba62e3094cf423b0e5a) 08:31:52 * But then from my second attempt on it failed and threw this error:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/ac2bb300ea6ef40c12d301b9eab663d328e98771) 16:55:22 is there a way to use a rapsbery pi for monero 17:01:30 doser[m]: wrong channel, but yes you can run a monero node on a raspberry, but it will take a while to sync 17:34:31 by "a while" read "multiple months" 19:07:42 I have a question/concern about the monero site repository. There are more than 20 issues open and there are open pull requests from August of this year (3 before that date). I suggest that another maintainer be added to the repo that can clean up the issues or merge pull requests. This will incentivize the new developer as well other developers to contribute to at least the website. Web dev is much easier than core monero and thus should 19:07:42 be easier to review and merge pull requests. 19:14:54 Is this your first large project? 19:15:26 open issues and PR's are quite common, as they're in progress, or in the process of being addressed. 20:19:11 It's not my first large project, but it is one of the few open source project I want to see improve. The PRs are ready to merge, some of them are simple & without tradeoffs. The two explanations are slack or not enough maintainers. It's not slack so that means there just aren't enough maintainers. 20:19:12 Just because slowness is common doesn't mean it has to be that way or is currently optimal. If my feedback is unappreciated so be it. 20:28:35 Elijah: To be clear, you are talking about the site repo? What is the clearest example of a PR or issue that should already have been taken care of? 20:35:43 https://github.com/monero-project/monero-site/pull/1343, should've been merged or closed. 20:35:43 https://github.com/monero-project/monero-site/pull/1882 has been open for more than a month. That's too long in my opinion. 20:35:43 https://github.com/monero-project/monero-site/pulls 20:35:43 There's a lot of PRs from Aug - Nov that are stale as well.