-
m-relay<not_a_money_printer:matrix.org> If I understand things correctly, the monero multi sig function is still experiment and not audited?
-
m-relay<rbrunner7:monero.social> That's also my understanding, yes.
-
m-relay<rbrunner7:monero.social> However what exactly that means, and how to behave in the light of this, is open to debate IMHO.
-
m-relay<ohchase:envs.net> Am I understanding correctly that the monero lmdb database does not actually use the hash key in the block_heights sub database any further?
-
m-relay<ohchase:envs.net> Not too familiar with lmdb, but looks like the dupsort flags make it so we compare based on the value now? I'm asking because, I was working to get a rust lang heed wrapper built and when I iterate the key's of block_heights I'm seeing they're all zero keys ([0u8; 8]). For sub database's without hashes as the key, I can successfully query and find as expected?
-
m-relay<boog900:monero.social> Yeah, for some tables `monerod` has the `key` as `[0; 8]` and will instead add the key to the value, setting a custom value sort function to sort by the key part of the value.
-
m-relay<boog900:monero.social> I don't think `heed` exposes enough of the LMDB API currently to do this though.
-
m-relay<ohchase:envs.net> Someone has a pr out with dupsort support that is queued for next release, I think this is all I need
-
m-relay<ohchase:envs.net> meilisearch/heed #283
-
m-relay<ohchase:envs.net> Do you understand the history behind this decision? I expect its due to some lmdb specifics, but from an initial view very weird to not be using the key column of a database
-
sech1Only hyc can probably answer this
-
m-relay<boog900:monero.social> pretty sure it saves some bytes per value
-
m-relay<boog900:monero.social> github.com/monero-project/monero/bl…blockchain_db/lmdb/db_lmdb.cpp#L207
-
m-relay<ohchase:envs.net> oof, i gotta read the docs!
-
m-relay<not_a_money_printer:matrix.org> Do you guys think we should actually integrate the unstoppable swap into the monero main gui wallet? So we can swap to btc/eth/ltc/bch directly in gui wallet, and somehow makes monero harder to delist in the future?
-
selstamore boost incompatabilites we have to fix soon monero-project/monero #9596
-
selstabefore it breaks CI builds again
-
m-relay<rbrunner7:monero.social> not_a_money_printer: In my understanding, the Unstoppable software goes through a major rework right now, so it may make sense to wait until that's complete: ccs.getmonero.org/proposals/mature-atomic-swaps-ecosystem.html
-
JuliuHi