13:30:00 Hi. Is it not possible to connect the cli wallet to a local regtest node which is running with --offline ? 13:30:23 The wallet says that it's unable to connect to the node - "daemon is not up to date" 13:30:31 It is possible to connect the cli wallet to a local regtest node which is running with --offline. 13:30:44 And, indeed, your message says it did, apparently. 13:31:14 You can either check the --help page for the wallet for the "ignore compat" flag, or run the same version for both. 13:31:18 I mean, it attempts a connection, but won't stay connected because it's saying it's not up to date 13:31:33 If you are already running hte same vrsion for both, then check you don't have *two* daemons, and connecting to the wrong one maybe. 13:31:44 I don't understand why it might mean that versions are mismatched since it's running from the same compiled source 13:32:11 You checked you don't have an old one running on the port the wallet's using ? 13:32:41 Yeah, both the wallet-cli and monerod are: Monero 'Fluorine Fermi' (v0.18.3.4-release) 13:33:31 Interestingly, it does start the refresh if I append "--allow-mismatched-daemon-version" to the wallet-cli 13:34:06 Run "version" in both monerod and monero-wallet-cli to double check. 13:34:23 At first I thought "not up to date" meant it for some reason thinks the blockchain isn't synced 13:34:26 Also, regtest is mainnet, in case you don't realize. 13:35:03 Yes, I need to work with mainnet addresses for testing a few things 13:35:11 Well, it might be it's expected, my tests, which use regtest, also use --allow-mismatched-daemon-version... 13:35:20 aha 13:35:38 Ah. 13:36:02 It checks hard forks, but regtest overrides forjs to start onto the latest one at once, hence not matching actual mainnet. 13:36:13 So yes, after thinking about it, it makes sense it would complain. 13:36:50 oh gotcha 13:37:11 I generated my chain from genesis 13:37:44 Thanks 14:25:15 https://pub.dev/packages/monero_dart monero_dart is a Dart package that implements Monero cryptography for creating and signing RingCT (Rct) transactions in pure Dart. It supports the latest Bulletproof Plus for RCT signatures and multisignature accounts for transaction creation. This package includes comprehensive account management features such as account generation, seed-to-mn 14:25:16 emonic conversion, and serialization. It also provides full support for interacting with Monero daemons and wallet RPCs, making it a complete solution for working with Monero in Dart. 14:27:15 It may be slow in some situations, such as generating Bulletproofs, but it works flawlessly overall. Please leave a review 14:39:53 m​rhaydari: nice! now if only flutter would finally add linux camera support 15:27:20 cornfeedhobo: we have Linux camera support in stack, I PRed support back upstream, I can can get you a link if you’d like…. The native code is janky, I didn’t touch it, just filled in gaps for linux 15:27:48 but monero_dart looks very cool on its face, I’ll have to check it out 👀 15:30:22 sneurlax: yeah, i've been watching this issue for years https://github.com/flutter/flutter/issues/41710