plowsof

Results 138 comments of plowsof

Testnet hard-fork: May 16th, 2022, block 1982800 and 1983520 Stagenet hard-fork: July 9th Mainnet hard-fork: July 16th, 2022, block 2668888

Now you have 3 months to squash* :grinning: user zombie_master owns the domain "https://monerotalk.org"

Nice! question, i dont understand how an offset achieves chunking? if i send 1 million key images with an offset of 10, will this send 1 key image at position...

I built the GUI with this PR. I confirmed the issue (duplicate entries in transactions with "Unknown" amount displayed after scanning a tx multiple times). This PR fixes the problem...

When testing with restore deterministic wallet / height == 'now': passing the wallets entire in/out history (~30 txids) in a list to scan_tx i sometimes encounter this error: ``` Error:...

edit: jberman has found the cause and has/is implementing a fix edit2: the error i had is gone / fixed, Thank you! @jeffro256 just a normal wallet which has 1...

Tested the new changes. Confirmed: - Latest transaction can be scanned from an untrusted daemon - Older transaction from untrusted displays a warning / works with trusted. Thank you! :clap:...

sanity check: create_address ``` curl http://127.0.0.1:18081/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"create_address","params":{"account_index":0,"label":"new-sub"}}' -H 'Content-Type: application/json'' { "id": "0", "jsonrpc": "2.0", "result": { "address": "84dFGjDZXYCUHTP3fTPces7QjP2MxK8hw8yCcy3vcB93X5Rzrv7BAjB6JKxVi1C4RBY437CX4ycuv8oz8fVk5CLh1tXPRwk", "address_index": 5, "address_indices": [5], "addresses": ["84dFGjDZXYCUHTP3fTPces7QjP2MxK8hw8yCcy3vcB93X5Rzrv7BAjB6JKxVi1C4RBY437CX4ycuv8oz8fVk5CLh1tXPRwk"] } } ``` get_address_index:...

apologies for the dumb sanity check @devilrayzl - i was unaware that 'the wallet file must be saved after creating the subaddress' else they will not "belong to the wallet"...

Thanks good spot. This commit should only be "the" -> "it" and contains unnecessary diffs because of white space editing we could even delete "the" all together and have "this...