sowle
|
b6e84b460e
|
added decimal point support to currency::parse_amount() + minor refactoring
|
2024-07-02 20:49:51 +02:00 |
|
cryptozoidberg
|
291d39383d
|
fixed description in simplewallet(reported by Gonbatfire)
|
2024-06-25 21:20:36 +04:00 |
|
sowle
|
3882d024cb
|
simplewallet: display own assets with correct decimal point, get_asset_info() knows own assets, + minor fixes
|
2024-06-22 20:25:04 +02:00 |
|
cryptozoidberg
|
d622078ef9
|
added universal command that call rpc-api
|
2024-06-03 20:57:53 +04:00 |
|
cryptozoidberg
|
10c1f7f59a
|
added commands for transfer ownership over asset descripto
|
2024-06-02 21:12:06 +04:00 |
|
cryptozoidberg
|
cb1f62d4ff
|
fixedbug with crash on autodoc
|
2024-04-10 14:19:48 +02:00 |
|
cryptozoidberg
|
18650cda63
|
moved code to common header
|
2024-04-10 13:19:36 +02:00 |
|
cryptozoidberg
|
3a792e9a8e
|
added wallet API complete documentation
|
2024-04-09 22:52:56 +02:00 |
|
cryptozoidberg
|
7f0b99c25e
|
another good iteration on auto documenting feature
|
2024-04-07 16:43:55 +02:00 |
|
sowle
|
1f3ae7b725
|
wallet RPC: get_bare_outs_stats, sweep_bare_outs implemented + minor improvements
|
2024-04-03 16:45:33 +02:00 |
|
sowle
|
ab12614d9b
|
Merge branch 'release2' into develop
|
2024-04-03 16:43:11 +02:00 |
|
sowle
|
6e036356df
|
wallet: sweeping of bare unspent outputs implemented
|
2024-04-02 22:00:53 +02:00 |
|
sowle
|
09c42ed0b4
|
Merge branch 'master' into develop
|
2024-04-01 14:06:16 +02:00 |
|
sowle
|
f2d6351211
|
simplewallet: minor improvements
|
2024-03-29 20:34:03 +01:00 |
|
cryptozoidberg
|
1a15109f4b
|
Merge branch 'release2' into develop
|
2024-03-29 18:57:26 +01:00 |
|
sowle
|
16be157add
|
simplewallet: fixed typo + logs
|
2024-03-29 16:31:12 +01:00 |
|
sowle
|
01c60fa07e
|
simplewallet: --pos-mining-defrag CLI option added
|
2024-03-29 15:53:51 +01:00 |
|
cryptozoidberg
|
46a7c9662e
|
Merge branch 'release2' into develop
|
2024-03-26 21:16:28 +01:00 |
|
sowle
|
e1d7ea6302
|
asset emission: 1) fixed simplewallet's emit_asset command; 2) wallet2:emit_asset() now fix destinations for asset emission ad-hoc (null_pkey); 3) typos corrected
|
2024-03-26 19:57:31 +01:00 |
|
cryptozoidberg
|
c03438ba23
|
fixed mw_get_wallets for simplewallet, fail-resistant whitelisti loading
|
2024-03-19 17:54:41 +01:00 |
|
cryptozoidberg
|
7e676e74e9
|
implemented JWT support in simplewallet
|
2024-03-14 21:55:22 +01:00 |
|
cryptozoidberg
|
fa606c1665
|
payment_id improved
|
2024-02-17 20:35:01 +04:00 |
|
cryptozoidberg
|
b363b893e4
|
Bunch of improvements over the wallet
|
2024-01-02 21:57:43 +01:00 |
|
sowle
|
96cde2ae07
|
deprecated uint64_t get_amount_for_zero_pubkeys() removed, various compilation fixes
|
2023-11-02 16:51:45 +01:00 |
|
sowle
|
46a0db21ec
|
Merge branch 'develop' into cryptoassets
# Conflicts:
# CMakeLists.txt
# README.md
# contrib/epee/include/net/http_client.h
# src/currency_core/blockchain_storage.cpp
# src/currency_core/currency_core.cpp
# src/currency_core/currency_format_utils.cpp
# src/gui/qt-daemon/layout
# src/rpc/core_rpc_server.cpp
# src/rpc/core_rpc_server.h
# src/rpc/core_rpc_server_commands_defs.h
# src/version.h.in
# src/wallet/wallet2.cpp
# src/wallet/wallet2.h
# src/wallet/wallet_public_structs_defs.h
# src/wallet/wallet_rpc_server.h
# tests/core_tests/chaingen.cpp
# tests/core_tests/pos_validation.cpp
# tests/core_tests/wallet_tests.cpp
# tests/performance_tests/main.cpp
|
2023-11-01 23:48:36 +01:00 |
|
cryptozoidberg
|
ebb8f7b6ff
|
wallet sync state moved to separate base structure
|
2023-10-31 18:29:57 +01:00 |
|
sowle
|
bdd9e83418
|
simplewallet's "list_outputs" command and wallet2::get_transfers_str() were improved to support assets
|
2023-10-25 21:34:50 +02:00 |
|
sowle
|
d33cfe7259
|
wallet: improved error handling for accept_ionic_swap_proposal (+ overall error handling for wallet)
|
2023-10-06 20:58:17 +02:00 |
|
sowle
|
6bd09626b1
|
code clean-up and ionic_swap_basic_test fixed
|
2023-10-04 18:18:11 +02:00 |
|
cryptozoidberg
|
aedab1e68e
|
implemented governance code in wallet
|
2023-10-04 16:08:48 +02:00 |
|
cryptozoidberg
|
1886fae681
|
implemented governance initial code for wallet/daemon
|
2023-10-03 22:43:51 +02:00 |
|
cryptozoidberg
|
7d1e7521bc
|
fixed simplewallet
|
2023-10-02 14:08:09 +02:00 |
|
cryptozoidberg
|
80d8e49b2a
|
Implemented fix for the bug related to ionic swaps(non-native coins issue)
|
2023-09-08 19:33:13 +02:00 |
|
cryptozoidberg
|
9eefffd872
|
changed ionic swap proposal command arguments to more suitable
|
2023-09-05 16:46:21 +02:00 |
|
cryptozoidberg
|
55a972050a
|
added comands for emmit/burn/update assets
|
2023-08-30 21:33:05 +02:00 |
|
cryptozoidberg
|
01548cdf57
|
few minor fixes
|
2023-07-03 16:56:41 +02:00 |
|
cryptozoidberg
|
c3397a00eb
|
fixes in simplewallet and mainwindow for new recent_history structure
|
2023-06-21 22:45:31 +02:00 |
|
sowle
|
ba594dd5ac
|
additional error handling for wallet2 and simplewallet
|
2023-06-13 17:06:56 +02:00 |
|
sowle
|
4e4982966b
|
compilation fix for simplewallet
|
2023-06-07 04:25:01 +02:00 |
|
cryptozoidberg
|
6263975c03
|
Fixed bug with cloudflare ssl handshake
|
2023-06-02 20:09:13 +02:00 |
|
cryptozoidberg
|
7a3bfa655a
|
Changed text in simplewallet by pecial request from @ravaga
|
2023-05-30 14:47:38 +02:00 |
|
sowle
|
a21c0a8c1a
|
wallet: 1) m_custom_assets clearing on resync cmd, 2) deployed asset is automatically added to custom assets list; 3) publish -> deploy; 4) help improved
|
2023-05-29 22:28:13 +02:00 |
|
sowle
|
943e234a3d
|
simplewallet & wallet: printing balance unlocked + disabling tor by default
|
2023-05-26 22:01:01 +02:00 |
|
sowle
|
768309d72e
|
tx_out_zarcanum serialization fixed + fixed compilation for MSVC 2022
|
2023-05-25 21:15:42 +02:00 |
|
cryptozoidberg
|
84066c7203
|
added more proper handling of exception in rpc handlers
|
2023-05-25 20:05:39 +02:00 |
|
cryptozoidberg
|
e97d14c7e4
|
Fixed simplewallet ionic_swap functions
|
2023-05-22 23:08:12 +02:00 |
|
cryptozoidberg
|
44e22b611d
|
Multiple fixes here and there, mostly fixing compilation problems
|
2023-04-18 16:55:25 +02:00 |
|
cryptozoidberg
|
8cfeab405b
|
merged from cryptoassets
|
2023-04-10 15:29:54 +02:00 |
|
cryptozoidberg
|
3b7e038064
|
fixed multiple compilation problems
|
2023-04-07 22:53:50 +02:00 |
|
cryptozoidberg
|
4ca3e25995
|
Multiwallet rpc server implementation: in work
|
2023-03-29 20:26:46 +02:00 |
|