sowle
d56bf75bde
an attempt 2 to fil gcc linking (prior to gcc 9, the std::filesystem library required explicit linking)
2025-07-10 04:32:36 +03:00
sowle
94b9741976
an attempt to fil gcc linking (prior to gcc 9, the std::filesystem library required explicit linking)
2025-07-10 04:00:56 +03:00
sowle
87cd247eb5
wallet: clear_utxo_cold_sig_reservation() made available only for watch-only wallets
2025-07-09 19:10:33 +03:00
sowle
28606d07ef
=== build number: 413 -> 414 ===
2025-07-09 17:33:17 +03:00
sowle
9589c952f8
ui updated (PR 152)
2025-07-09 17:32:49 +03:00
sowle
0554d7b8c4
wallet: clear_utxo_cold_sig_reservation() implemented + RPC clear_utxo_cold_sig_reservation added + coretest wallet_rpc_cold_signing improved to test this new RPC
2025-07-09 17:16:01 +03:00
sowle
db86b3fa15
simplewallet: --restore-ki-in-wo-wallet command-line option implemented
2025-07-09 14:42:18 +03:00
sowle
5ac8b20816
coretests: wallet_rpc_cold_signing test improved to cover key image recovery in a watch-only wallet using a full keys wallet
2025-07-09 14:41:22 +03:00
sowle
c241cb3f9b
wallet2: restore_key_images_in_wo_wallet() implemented
2025-07-09 14:40:24 +03:00
sowle
2f368cbf2c
fixed missing member serialization in tx_source_entry
2025-07-08 02:45:52 +03:00
sowle
04364afc53
coretests: wallet_rpc_cold_signing test improved to cover asset transferring along with native coins (exposes a bug)
2025-07-08 02:44:05 +03:00
sowle
035a441efe
wallet2: dump_transfers now prints asset id instead of key images +typo fixed
2025-07-08 02:42:42 +03:00
cryptozoidberg
e232c827a6
example of using zano wallet jwt auth
2025-07-04 19:42:08 +04:00
Dmitry Matsiukhov
c637e16848
unit_tests: added a test for pod array file container, fixed clear() ( #535 )
...
* add test for pod array file container
* add tests for pod, clear and is open
* header update
---------
Co-authored-by: sowle <crypto.sowle@gmail.com>
2025-07-04 00:41:53 +02:00
sowle
dfbda0a77f
minor improvements for wallet/simplewallet (logs, comments, error handling)
2025-07-03 16:13:44 +02:00
sowle
d5890e3c7f
pod_array_file_container::clear() implemented
2025-07-03 15:17:12 +02:00
Dmitry Matsiukhov
187a830f58
fixed input password bug ( #536 )
2025-07-03 11:55:40 +02:00
cryptozoidberg
6a4d6e1fc6
fixed #483 , thanks to @gurglespuge for reporting it and proposing fix
2025-07-01 23:37:53 +04:00
cryptozoidberg
430d31ba5e
added --no-white-list option for offline working
2025-07-01 20:37:30 +04:00
cryptozoidberg
05ea60a70c
made seed request non-synchronized
2025-06-30 15:40:11 +04:00
cryptozoidberg
22b49d93a8
Update LICENSE ( fixed #534 )
...
Thanks to @Alrighttt to pointing that out
2025-06-28 16:02:19 +04:00
Dmitry Matsiukhov
5340c6db32
coretests: test for miner tx with non-empty extra_nonce before and after HF4 ( #532 )
...
* try check extra nonce in miner_tx
* update c1
* write extra nonces, create pow pos block, checkers for exnonce, bug with HF4
* success check pos block
* correct pos/pos extra nonce validation for hf3+
* clean code, separate to methods, add template test, pos/pow extra nonce check in block
* delete logs
* back normal naming
* fix review comments
2025-06-27 20:16:24 +02:00
cryptozoidberg
a0c1c8b4df
fixed typo
2025-06-25 16:46:37 +04:00
cryptozoidberg
2b3360f66a
added more logs
2025-06-25 16:41:52 +04:00
Dmitry Matsiukhov
ffa94febc6
coretests: block_choice_rule_bigger_fee test added ( #530 )
...
* add bigger fee block choice test
* fix block_validation
* remove c1, add check_top_block callback
* added more checks
* update test case
* delete: cmake fix for linux
* part of fixs
* add new check
* delete unused declareted
* add comments
* fix comment
* fix comments
2025-06-23 20:54:52 +02:00
Dmitry Matsiukhov
f8600d9fe4
fix cmake for linux build ( #531 )
2025-06-23 18:38:55 +04:00
zano build machine
afd479fa62
=== build number: 412 -> 413 ===
2025-06-23 14:10:04 +03:00
sowle
aaf878419d
ui update (PR 151)
2025-06-23 13:03:26 +02:00
sowle
0c77467c7b
=== version bump: 2.1.7 -> 2.1.8 ===
2025-06-20 01:36:09 +02:00
zano build machine
a3905348f1
=== build number: 411 -> 412 ===
2025-06-20 02:32:11 +03:00
sowle
c6614912b1
wallet: 1) tx_comment is only allowed in extra; 2) tx_comment temporary allowed only if destinations addresses are the same; 3) integrated address can be only the first if there are many
2025-06-20 01:31:42 +02:00
sowle
46eab64834
rename: encrypt_attachments() -> encrypt_payload_items() + test gen_wallet_decrypted_attachments -> gen_wallet_decrypted_payload_items improved (tx_comment put in extra)
2025-06-20 01:30:00 +02:00
sowle
1b0f64176d
wallet rpc: tx_comment is now put into tx's extra for consistency with wallet_manager's approach
2025-06-19 17:42:00 +02:00
sowle
430cbffd25
wallet rpc: WALLET_RPC_ERROR_CODE_GENERIC_ERROR (-9) added
2025-06-19 17:40:47 +02:00
sowle
ab01ce4fd6
ui update (PR 150)
2025-06-19 12:55:44 +02:00
sowle
2fb8f499e1
Merge remote-tracking branch 'origin/p2pdbgcmd' into develop
2025-06-19 12:53:34 +02:00
cryptozoidberg
2bab917700
fixed typo
2025-06-19 14:35:11 +04:00
cryptozoidberg
90a4a68eb5
added sanitize_utf8 to invoke() in plain_wallet
2025-06-18 22:45:28 +04:00
cryptozoidberg
166b683295
tiny format tweak
2025-06-17 17:06:35 +04:00
sowle
4f7345e475
Merge branch 'release'
2025-06-10 15:08:01 +02:00
sowle
79a3d416c1
Merge branch 'develop' into release
2025-06-10 15:07:25 +02:00
sowle
ecabd4a73a
functional tests: core_concurrency_test.cpp compilation fix
2025-06-09 11:51:08 +02:00
sowle
29d02c1816
Merge branch 'develop' into release
2025-06-09 05:48:54 +02:00
sowle
23f874f142
=== build number: 410 -> 411 ===
2025-06-09 05:45:54 +02:00
sowle
48176b6a72
chaingen: "clear_tx_pool" now clears tx pool indeed
2025-06-09 05:44:49 +02:00
sowle
2bb1113b43
core: HF4 coinage rule is not checked while adding a tx to the pool, letting it being confirmed later
2025-06-09 05:43:39 +02:00
sowle
2a13a63eb7
coretests: tx_pool_validation_and_chain_switch improved
2025-06-09 05:39:57 +02:00
cryptozoidberg
7ac70737dc
fix that makes sure that daemon and wallet are 'on the same page' in terms of hardfork recognition
2025-06-07 16:17:54 +04:00
cryptozoidberg
9efce2ddb3
added check if console is available #510
2025-06-07 14:10:45 +04:00
cryptozoidberg
87fae9440c
bug that have been there for ages
2025-06-06 21:18:41 +04:00