cryptozoidberg
|
1ea5c1aa53
|
implemented burn assets API + fixed deploy asset API
|
2024-07-05 18:23:30 +04:00 |
|
sowle
|
3d69468cfd
|
wallet2: minor improvements for get_balance_str_raw() and get_asset_decimal_point()
|
2024-07-04 20:11:11 +02:00 |
|
sowle
|
3154c7b72d
|
fixed select_indices_for_transfer() + several improvements to decimal_point=0 support
|
2024-07-03 01:40:40 +02:00 |
|
sowle
|
95e63b7b7e
|
wallet: minor improvement for get_transfers_str (aka list_outputs): mark locked transfers with *
|
2024-07-02 20:57:58 +02:00 |
|
sowle
|
28d841d114
|
wallet: fixed non-native coins error, incorrect mixin count and tx regeneration in sweep_below()
|
2024-07-02 20:57:00 +02:00 |
|
sowle
|
fe3a0ea39a
|
wallet: fixed incorrect decimal point for some log messages and not_enough_money error
|
2024-07-02 20:54:41 +02:00 |
|
sowle
|
b6e84b460e
|
added decimal point support to currency::parse_amount() + minor refactoring
|
2024-07-02 20:49:51 +02:00 |
|
sowle
|
9150c31666
|
fixed wallet2::finalize_transaction() to correctly handle too big txs (and not to pass them to the daemon)
|
2024-07-02 17:22:07 +02:00 |
|
sowle
|
c101a21010
|
warning fixed
|
2024-06-25 15:55:36 +02:00 |
|
sowle
|
5ab468be42
|
validate_tx_details_against_tx_generation_context implemented
|
2024-06-25 15:46:53 +02: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
|
47e10e7209
|
added new api to update alias
|
2024-06-06 21:24:31 +02:00 |
|
cryptozoidberg
|
d622078ef9
|
added universal command that call rpc-api
|
2024-06-03 20:57:53 +04:00 |
|
sowle
|
092e0f1e60
|
minor improvements, typos, log msgs
|
2024-05-31 15:49:55 +02:00 |
|
cryptozoidberg
|
d0bad4213a
|
fixed bug in rpc asset deploy function
|
2024-05-25 01:11:30 +04:00 |
|
cryptozoidberg
|
10c451f3b7
|
Added PoS grinding attack fuse
|
2024-05-13 16:51:13 +04:00 |
|
cryptozoidberg
|
6655a6feaf
|
attempt to fix file with wrong item in last m_last_zc_global_indexs
|
2024-05-08 23:43:52 +04:00 |
|
cryptozoidberg
|
7ff0463587
|
add wallet prefix to log
|
2024-05-08 22:07:43 +04:00 |
|
cryptozoidberg
|
fe3c3d731b
|
added extra logs for wallet issue - 2
|
2024-05-08 21:59:30 +04:00 |
|
cryptozoidberg
|
14a0be050e
|
added extra logs for wallet issue
|
2024-05-08 21:54:30 +04:00 |
|
cryptozoidberg
|
fd25b5a8e5
|
attempt to fix wallet exception on alt blocks
|
2024-05-08 01:04:07 +04:00 |
|
cryptozoidberg
|
7a0ec043a1
|
fixed issue with multithreadin and jwt rpc
|
2024-05-03 20:08:22 +04:00 |
|
cryptozoidberg
|
d718d876fc
|
added address field to get_seed_phrase_info
|
2024-04-27 23:26:32 +04:00 |
|
cryptozoidberg
|
ad66a6db30
|
added get_assets_list command to daemon API
|
2024-04-20 00:07:38 +04:00 |
|
sowle
|
530acf4662
|
wallet2::has_bare_unspent_outputs() was fixed for the testnet
|
2024-04-11 17:14:43 +02:00 |
|
sowle
|
e52ff16733
|
wallet2: fixed height upper limit in decoy request for pre-HF4 PoS mining (effective mostly for the testnet)
|
2024-04-11 17:00:36 +02:00 |
|
cryptozoidberg
|
e3d1956ba3
|
implemented RPC API for assets deployment
|
2024-04-11 14:29:03 +02:00 |
|
cryptozoidberg
|
c54f3fc1d8
|
added seed to wallet generation api
|
2024-04-10 19:31:01 +02:00 |
|
cryptozoidberg
|
3cde8738c2
|
added example values to wallet_provision_info
|
2024-04-10 14:52:46 +02:00 |
|
cryptozoidberg
|
53a27a4306
|
documented wallet_provision_info
|
2024-04-10 14:51:33 +02:00 |
|
cryptozoidberg
|
cd88249598
|
fixed few compilation issies
|
2024-04-09 23:00:27 +02:00 |
|
cryptozoidberg
|
3a792e9a8e
|
added wallet API complete documentation
|
2024-04-09 22:52:56 +02:00 |
|
sowle
|
65dfe90526
|
wallet2: fixed sweep_bare_outs(), added new overloading for prepare_tx_sources()
|
2024-04-09 21:44:44 +02:00 |
|
sowle
|
7be8865755
|
wallet2: fixed add_to_last_zc_global_indexs()
|
2024-04-08 18:31:06 +02:00 |
|
cryptozoidberg
|
7f0b99c25e
|
another good iteration on auto documenting feature
|
2024-04-07 16:43:55 +02:00 |
|
cryptozoidberg
|
63d4bde2d9
|
removed seed phrase from open wallet response
|
2024-04-06 19:23:19 +02:00 |
|
cryptozoidberg
|
0e87eb69b5
|
Merge branch 'release2' into develop
|
2024-04-06 17:23:21 +02:00 |
|
cryptozoidberg
|
b4ab654f11
|
fixed wallet bug in calculating last available global index in zarcanum era
|
2024-04-06 17:21:03 +02:00 |
|
sowle
|
fa67466d20
|
wallet2: fix an issue in prepare_tx_sources() where some transfers may be locked if there's was exception during preparing phase
|
2024-04-05 14:09:27 +02:00 |
|
sowle
|
737d7353a4
|
wallet2: minor code clean-up
|
2024-04-05 12:01:38 +02:00 |
|
sowle
|
95368faccd
|
yet another attempt to fix macOS warnings and errors (CMAKE_OSX_DEPLOYMENT_TARGET: 10.12 -> 10.13)
|
2024-04-04 20:58:02 +02:00 |
|
sowle
|
ea7e99f7d3
|
yet another attempt to fix macOS warnings and errors
|
2024-04-04 19:03:55 +02:00 |
|
sowle
|
60e8fcdc47
|
an attempt to fix macOS compilation
|
2024-04-04 18:01:26 +02:00 |
|
sowle
|
9cd8e88ab4
|
an attempt to fix macos compilation
|
2024-04-04 16:34:43 +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
|
d69a47a46d
|
wallet: removed unnecessary setting of mix_att to hf4_minimum_mixins in finalize_transaction()
|
2024-04-02 22:03:09 +02:00 |
|
sowle
|
6e036356df
|
wallet: sweeping of bare unspent outputs implemented
|
2024-04-02 22:00:53 +02:00 |
|
sowle
|
097420a66f
|
wallet2: is_transfer_ready_to_go, is_transfer_able_to_go made const
|
2024-04-01 15:32:00 +02:00 |
|
cryptozoidberg
|
1a15109f4b
|
Merge branch 'release2' into develop
|
2024-03-29 18:57:26 +01:00 |
|