cryptozoidberg
|
056d77d9c3
|
added close wallet to plain wallet
|
2020-02-11 17:06:14 +01:00 |
|
cryptozoidberg
|
29945bfd15
|
fixed wallets_manager init signature
|
2020-02-11 04:07:32 +01:00 |
|
cryptozoidberg
|
88a657cbb7
|
fixed bugs and code clean up
|
2020-02-11 03:46:47 +01:00 |
|
cryptozoidberg
|
1c35304d0b
|
introduced new long-call mode for wallets_manager
|
2020-02-11 03:10:27 +01:00 |
|
cryptozoidberg
|
c6dd8b1153
|
massive changes to wallets_manager
|
2020-02-11 01:14:28 +01:00 |
|
cryptozoidberg
|
b52391aa3b
|
added missing files, fixed build
|
2020-02-10 22:47:06 +01:00 |
|
cryptozoidberg
|
8580ae93d8
|
daemon_backend renamed to wallets_manager and moved to wallet folder(wallet lib)
|
2020-02-10 21:44:06 +01:00 |
|
cryptozoidberg
|
0b1b38a85e
|
utxo money format changed to brief
|
2020-02-09 20:21:24 +01:00 |
|
cryptozoidberg
|
fb60f6d5fe
|
utxo generated with money format
|
2020-02-09 18:30:52 +01:00 |
|
cryptozoidberg
|
f219493a7e
|
added seed to wallet info
|
2020-02-08 23:47:26 +01:00 |
|
cryptozoidberg
|
937365c3bf
|
reduced log output
|
2020-02-08 04:22:24 +01:00 |
|
cryptozoidberg
|
bc9bbe8d10
|
added print_money method
|
2020-02-03 19:28:05 +01:00 |
|
cryptozoidberg
|
834e679b8c
|
Merge branch 'develop' into mobile
|
2020-02-03 17:00:09 +01:00 |
|
cryptozoidberg
|
7129c80832
|
extended rpc api for plain wallet needs
|
2020-02-03 16:58:02 +01:00 |
|
cryptozoidberg
|
ff0bf64357
|
added synchronization to plain_wallet
|
2020-02-03 02:11:20 +01:00 |
|
cryptozoidberg
|
6805e9abed
|
extended plain wallet api for interruptin sync thread-2
|
2020-02-01 23:49:59 +01:00 |
|
cryptozoidberg
|
5a0dc75aab
|
extended plain wallet api for interruptin sync thread
|
2020-02-01 23:47:37 +01:00 |
|
cryptozoidberg
|
c2ca2c8177
|
extended api for working with filenames and bundle dir
|
2020-02-01 19:43:57 +01:00 |
|
cryptozoidberg
|
6ff8669843
|
added wallets list api
|
2020-01-28 21:56:17 +01:00 |
|
cryptozoidberg
|
47ef958d7e
|
added library version
|
2020-01-28 21:37:04 +01:00 |
|
cryptozoidberg
|
e690673498
|
added logs initializaion
|
2020-01-28 18:23:09 +01:00 |
|
cryptozoidberg
|
488be10664
|
added macos workaround for 'invokes deleted constructor'
|
2020-01-28 00:58:48 +01:00 |
|
cryptozoidberg
|
98f2d5e155
|
fixed compilation issue
|
2020-01-28 00:49:12 +01:00 |
|
cryptozoidberg
|
4729cffbae
|
changed plain wallet iface to avoid pointers
|
2020-01-28 00:47:44 +01:00 |
|
sowle
|
5622ce550b
|
minor fixes in suspicious block time check
|
2020-01-28 02:37:54 +03:00 |
|
cryptozoidberg
|
cfe9837ba8
|
tested plain wallet interface, and fixed errors
|
2020-01-27 20:57:12 +01:00 |
|
sowle
|
4ac3c1645e
|
wallet2: minor fix (catch an exception by reference, not but value)
|
2020-01-24 11:42:11 +03:00 |
|
sowle
|
e66a404d08
|
wallet: self-directed tx with payment id are not allowed anymore (soft rule) to avoid issues with 3rd p services
|
2020-01-23 20:24:22 +03:00 |
|
cryptozoidberg
|
03f04c9dd9
|
implemented exented wallet api, finished plain wallet test(but not tested yet)
|
2020-01-23 03:26:25 +01:00 |
|
cryptozoidberg
|
c0f1d7b577
|
fixed cmake, fixed compilation problems, implemented plain_api test draft
|
2020-01-21 01:31:16 +01:00 |
|
cryptozoidberg
|
e6dd2d28a5
|
implemented invoke for plain_wallet amd fixed return codes to json
|
2020-01-18 23:23:47 +01:00 |
|
cryptozoidberg
|
cbce45285c
|
implemented synchronyzation thread
|
2020-01-17 23:44:22 +01:00 |
|
cryptozoidberg
|
068bda9052
|
implemented restore and generate wallet
|
2020-01-16 23:52:29 +01:00 |
|
cryptozoidberg
|
e4dfa7d519
|
implementation of the plain wallet api guts(in progress)
|
2020-01-15 22:06:49 +01:00 |
|
cryptozoidberg
|
dc215dacb4
|
added class drafts for plain wallet api for mobile app - added missing files
|
2020-01-14 23:30:17 +01:00 |
|
cryptozoidberg
|
41d4a9b0d3
|
added class drafts for plain wallet api for mobile app
|
2020-01-14 23:30:17 +01:00 |
|
sowle
|
29a276f180
|
do not allow watch-only wallets be opened by GUI + refactoring
|
2019-12-26 18:08:57 +03:00 |
|
sowle
|
edbf8ecbb2
|
wallet2: minor fixes and log improvements
|
2019-12-20 03:14:57 +03:00 |
|
sowle
|
9e6f747410
|
RPC: sweep_below method implemented
|
2019-12-17 12:24:28 +03:00 |
|
sowle
|
3a4a49da78
|
simplewallet sweep_below bugfixing
|
2019-12-17 12:23:38 +03:00 |
|
sowle
|
e904559dda
|
wallet2; store_unsigned_tx_to_file_and_reserve_transfers made able to store to a string as well
|
2019-12-17 12:22:36 +03:00 |
|
sowle
|
d4ba0946b9
|
wallet2: sweep_below optimized, logs added
|
2019-12-16 14:51:36 +03:00 |
|
sowle
|
7138a70642
|
sweep_below implemented
|
2019-12-14 18:31:19 +03:00 |
|
sowle
|
897b53cd93
|
wallet2 refactoring: mark_transfers_with_flag made more robust, store_unsigned_tx_to_file_and_reserve_transfers extracted
|
2019-12-14 18:29:05 +03:00 |
|
sowle
|
0587af1ca5
|
wallet2 : finalize_transaction made able not to store tx key, if needed
|
2019-12-13 18:44:00 +03:00 |
|
sowle
|
6b415b2d2c
|
wallet2: clear_transfers_from_flag made exception-free (it's often being called from a catch-clause)
|
2019-12-13 18:42:15 +03:00 |
|
sowle
|
6a8315364a
|
wallet: fixed a rare bug in generate_packing_transaction_if_needed (2)
|
2019-12-12 04:38:01 +03:00 |
|
sowle
|
c7db3f0fee
|
wallet: fixed a rare bug in generate_packing_transaction_if_needed
|
2019-12-11 20:48:42 +03:00 |
|
sowle
|
2ee199bcbc
|
wallet: WALLET_TRANSFER_DETAIL_FLAG_MINED_TRANSFER flag is now being set more correctly
|
2019-12-10 14:18:22 +03:00 |
|
sowle
|
3ccbaca823
|
simplewallet: --pos-mining-reward-address command-line option implemented
|
2019-12-10 00:50:30 +03:00 |
|