ff1238c3c4
backend: do not panic on iter and directory creation
ardocrat
2026-06-04 16:46:36 +03:00
6e2062c143
Merge branch 'migrate_lmdb' into update_lmdb
ardocrat
2026-06-04 02:36:06 +03:00
840bde734e
wallet: update lmdb from store crate, migrate single backend from trait to struct, update tests cargo deps and design doc
ardocrat
2026-06-04 02:35:10 +03:00
129ad2f5fb
Save last scanned block info for wallet scanning (#748)
ardocrat
2026-06-02 21:09:50 +03:00
065825b8e6
build: cargo format
ardocrat
2026-05-21 00:52:12 +03:00
b197affe1b
lmdb: handle iterator item result
ardocrat
2026-05-21 00:46:40 +03:00
92704219b0
Merge branch 'full_scan_fix' into grim
ardocrat
2026-05-14 21:37:11 +03:00
643670072c
scan: add larger window (2880 blocks) to scan outputs when updating wallet state
ardocrat
2026-05-14 21:28:47 +03:00
a1646fa6ea
scan: save hash of last block
ardocrat
2026-05-14 21:20:46 +03:00
ea1d68fd03
Normalize line endings, attempt 2
Anynomous
2025-09-18 14:56:43 +02:00
86de7c6bcd
Normalize line endings
Anynomous
2025-09-18 14:51:29 +02:00
aed932726c
Committing, changed git setings for core.autocrlf to false to avoid LF to CRLF conversion, hope it works
Anynomous
2025-09-18 13:56:05 +02:00
6d99a431dd
Wallet init -t and -h working, as well as with info, always detect grin-wallet.toml in working dir, same as old wallet
Anynomous
2025-09-18 11:42:04 +02:00
2bea5b6826
Same as previous fixes to absoluet path and more, apperently forgot to save a file
Anynomous
2025-09-13 15:49:26 +02:00
34b1d0c665
Fixed issue with top-dir without init, better absolut e path and more cleanup
Anynomous
2025-09-12 16:41:41 +02:00
e05aefa135
Preparing to merge with Pull 734, not fully ready yet
Anynomouss
2025-06-30 21:40:47 +02:00
930a44d456
http: provide proxy on node client creation (#738)
ardocrat
2025-06-18 18:01:06 +03:00
d3625a6faf
Added auto detection of wallet-dir in current directory, fix for loading config in current dir
Anynomouss
2025-05-23 16:08:57 +02:00
da0050172b
Some last fixes to format directory paths using OS seperator everwhere in all warning messages
Anynomouss
2025-04-11 17:21:52 +02:00
a37aa09f9f
Smart config loading, initializing, normal and template works, do some last tests on Linux
Anynomouss
2025-04-10 17:16:45 +02:00
39f00fe8b7
Fix for top dir with backlashes to work on Linux and to properly format the path in the seed generation message
Anynomouss
2025-04-08 11:04:12 +02:00
cd2f64c234
Third attempt to make a workaround for the Linux specific bug in the fs crate, to make it support backslashess in top_dir path
Anynomouss
2025-04-06 21:59:36 +02:00
004c46958b
Second attempt to fix double path generation bug present in the original grin-wallet code, probably by an inherent bug in fs::create_dir_all
Anynomouss
2025-04-04 15:32:23 +02:00
21188555c6
Additional fix for double path generation bug present in the original grin-wallet code, test on Linux if it works
Anynomouss
2025-04-04 14:37:30 +02:00
37715f189f
Fixes config node_dir problems, all logic for config creation moved grin-wallet.rs -> config::initial_setup_wallet, requires more testing!
Anynomouss
2025-04-04 12:20:46 +02:00
38aa2f5c10
Merge branch 'mimblewimble:master' into master
Anynomouss
2025-03-13 19:04:12 +01:00
b1ffe86a55
Revert "Fix for many wallet config errors (#731)"
Yeastplume
2025-03-08 13:28:27 +00:00
7ceade4449
Fix for many wallet config errors (#731)
Anynomouss
2025-03-08 13:22:59 +01:00
c5b8c3413c
Fixed a single test for config that needed adjusting
Anynomouss
2025-03-03 20:58:27 +01:00
fe86c7a7e5
Cleaning up
Anynomouss
2025-03-01 14:23:39 +01:00
b45b603382
All test succeed: a) normal, b) top-dir, c) here, d) with default config template in working dir
Anynomouss
2025-03-01 13:52:04 +01:00
7b1144e4ec
Fixed passing config to create_config function, some more test needed before pulling to main
Anynomouss
2025-03-01 13:28:41 +01:00
0c5bdde4e8
Removed some debugging code
Anynomouss
2025-02-18 13:44:09 +01:00
c0216a152a
Tested wallet config creation fix for Issues: #728#3394 Pull 3420, partial fix for 3002
Anynomouss
2025-02-14 16:14:20 +01:00
80586cc175
Added get get_node_path function, seperating wallet dir and node_dir -compiling but some warnings
Anynomouss
2025-02-13 17:11:38 +01:00
0573393e8d
More debugging, next trace the overwrite of the config
Anynomouss
2025-02-05 20:54:33 +01:00
4fb0b7b387
In the middle of debugging hell, default overwrite any updates to the config made earlier, its never written to a file when running init
Anynomouss
2025-01-30 16:25:41 +01:00
82e61dd28a
Added an extra warning message when failing to reach the node, work in progress on changing default dir for node api ssecret 'foreign_api_secret'
Anynomouss
2025-01-24 13:45:55 +01:00