1
0
Fork 0
forked from lthn/blockchain
Commit graph

77 commits

Author SHA1 Message Date
cryptozoidberg
3fec14f95e
Implemented multiple map rpc processing(lets chain RPC processing to different handlers maps in different objects) 2023-05-24 23:43:44 +02:00
cryptozoidberg
a9bbfdcf82
wallet_rpc_server refactoring for blocking API calls(for browser extension) 2023-05-23 23:47:42 +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
fed1df53f0
Implementd rpc for crypto api 2023-04-05 19:05:45 +02:00
cryptozoidberg
ca7d50d9ff
RPC server for UI: in work(need to overcome synchronization problem) 2023-03-30 23:21:51 +02:00
cryptozoidberg
4ca3e25995
Multiwallet rpc server implementation: in work 2023-03-29 20:26:46 +02:00
cryptozoidberg
2ab206b6c1
Multiwallet RPC API: initial code draft 2023-03-27 22:03:31 +02:00
cryptozoidberg
69647023e0
Implemented rpc calls for ionic_swaps 2023-03-24 20:59:26 +01:00
cryptozoidberg
2b9227c0f1
Implemented basic code for ionic_swap rpc 2023-03-23 19:24:23 +01:00
sowle
7652a117cd
confidential assets: core & wallet refactoring, various fixes, WIP 2023-02-09 23:35:33 +01:00
sowle
6b2831e525
wallet: sweep_below adapted for HF4 2022-11-25 23:01:45 +01:00
cryptozoidberg
059c367d89
multiple fixes over wallet and cmake 2022-11-18 21:04:05 +01:00
cryptozoidberg
bf3430b49b
added support of multibalances on wallets_manager and wallet rpc level 2022-11-18 16:11:15 +01:00
cryptozoidberg
1c76d0d325
added balance() and rpc api implementations for multi_assets versions 2022-09-16 18:35:36 +02:00
cryptozoidberg
8f15d60677
basic implementations over multi assets in wallet 2022-09-15 22:05:10 +02:00
cryptozoidberg
0e5bcbef47
improved alias detection in transaction history + added RPC API for alias registration 2022-06-18 20:50:03 +02:00
cryptozoidberg
0123e311c0
Added get_mining_history API 2022-05-14 00:00:56 +02:00
cryptozoidberg
a8fe3f2797
Fixed #293 and refactored arg_descriptor(wanted to do it for such a long time!!!!) 2022-04-21 17:43:50 +02:00
sowle
4fbc383d0f
wallet_rpc_server initialization fix 2021-10-25 22:12:32 +02:00
cryptozoidberg
b5477a836c
export transactions refactoring for #245 2021-10-20 21:18:45 +02:00
cryptozoidberg
7dc93fe144
added idle wallet store in server mode 2021-10-04 13:11:56 +02:00
cryptozoidberg
c10674ce19
explicitly removed sender address from wrap tx 2021-09-11 10:28:34 +03:00
cryptozoidberg
d98fea3a62
removed sender address in wrap operations 2021-09-06 23:49:05 +03:00
cryptozoidberg
506bf42632
added send wrapped transaction to desktop UI 2021-08-25 22:43:08 +02:00
cryptozoidberg
580f354c1c
added wrap support to plain_wallet 2021-08-21 08:14:57 +02:00
cryptozoidberg
9936ef63cf
More options on wallet API 2021-08-17 12:13:15 +02:00
cryptozoidberg
c0621eb2f2
extended api for wallet 2021-08-17 12:13:14 +02:00
cryptozoidberg
84f0119948
extended wallet transfer API to service_entries option 2021-08-17 12:13:13 +02:00
cryptozoidberg
d2bb634a7d
added current_height to COMMAND_RPC_GET_RECENT_TXS_AND_INFO response 2021-08-17 12:13:12 +02:00
cryptozoidberg
18ef9b12ec
fixed misprint in struct definition 2021-03-24 01:00:12 +03:00
cryptozoidberg
9df7801865
iplemented RPC API for atomics 2021-03-18 22:35:11 +03:00
cryptozoidberg
982543da42
fixed bug in getwallet_restore_info 2020-11-27 17:18:35 +01:00
cryptozoidberg
2d8adf2734
extended secure seed api for mobile wallet 2020-11-25 22:11:02 +01:00
cryptozoidberg
6349ed8341
fixed seed loading functions, fixed unit_tests 2020-11-18 21:20:08 +01:00
cryptozoidberg
aea993f36b
implemented exclude_staking_txs filter 2020-09-01 00:26:46 +02:00
sowle
50abfc82aa
wallet rpc: check for fee correctness on "transfer" call prior to tx creation 2020-07-21 14:32:56 +03:00
sowle
61d95846ae
wallet2: correct naming for unsigned_tx_blob in params 2020-07-20 13:05:25 +03:00
sowle
dc08169aee
clean things up (massive names correction) 2020-06-29 22:55:25 +03:00
cryptozoidberg
b7ec081460
implemente native lib state access api(mostly for paindroid) 2020-06-03 21:29:43 +02:00
sowle
638768f31b
Merge branch 'predevelop' into auditability 2020-05-22 19:50:34 +03:00
cryptozoidberg
b97065beba
added wallet size to open/store api 2020-05-12 21:48:15 +02:00
sowle
1afab184c8
tx_receiver/tx_receiver_old proper handling 2020-04-28 16:41:04 +03:00
sowle
da7d525801
wallet: tx_payer/tx_payer_old are now added according to hardfork rule 2020-04-27 16:20:31 +03:00
sowle
c7229c3062
account_keys improvements 2020-04-22 23:30:03 +03:00
cryptozoidberg
05e5174937
added new options for wallet rpc transfer call 2020-04-13 23:37:45 +02:00
sowle
af8ef3399a
simplewallet in RPC mode now scans tx pool even if PoS-mining not activated (fixes unconfirmed txs for RPC API) closes #165 2020-04-07 16:29:03 +03:00
sowle
cacd5206ef
wallet RPC: search_for_transactions added 2020-04-07 14:30:38 +03:00
cryptozoidberg
e1c9e79c06
added missing size of transaction on transfer response 2020-04-03 21:43:24 +02:00