sowle
|
78f622ead1
|
bcs: get_block_reward_by_main_chain_height(), get_block_reward_by_hash() implemented; 2) core_rpc_server::fill_block_header_response() now correctly fills 'reward'
|
2024-12-10 21:27:34 +01:00 |
|
sowle
|
75e30c1372
|
fixed a warning
|
2024-09-24 15:59:43 +02:00 |
|
sowle
|
cf32e44926
|
reverted a minor forgotten change in COMMAND_RPC_SEND_RAW_TX
|
2024-09-24 02:57:54 +02:00 |
|
sowle
|
c117a76a04
|
upstream changes
|
2024-09-23 14:33:22 +02:00 |
|
sowle
|
3d1ac6124e
|
core rpc: decrypt_tx_details call implmented
|
2024-09-23 05:17:00 +02:00 |
|
sowle
|
37e62ac079
|
various improvements
|
2024-09-23 05:13:26 +02:00 |
|
sowle
|
e17ede1649
|
rpc: set_ignore_connectivity_status() was ignored for some RPC, fixed
|
2024-07-11 22:04:42 +02:00 |
|
sowle
|
4e20dad924
|
RPC API: added missing documentation examples 3
|
2024-06-28 19:51:28 +02:00 |
|
sowle
|
c26d449630
|
RPC API: added missing documentation examples 2
|
2024-06-27 19:38:19 +02:00 |
|
sowle
|
d2b60b0090
|
RPC API: added missing documentation examples
|
2024-06-27 16:08:44 +02:00 |
|
cryptozoidberg
|
7ff58b6b18
|
added missing documetation - 2
|
2024-06-26 22:29:58 +04:00 |
|
cryptozoidberg
|
e31e2730c9
|
added missing documetation
|
2024-06-26 22:02:03 +04:00 |
|
cryptozoidberg
|
cdd435f042
|
added update alias api + coretest
|
2024-06-14 15:08:56 +02:00 |
|
sowle
|
e38dfc1472
|
coretests: hardfork_4_pop_tx_from_global_index test added to cover uncovered areas in pop_transaction_from_global_index()
|
2024-05-04 02:35:51 +02:00 |
|
sowle
|
15e653a8ae
|
minor refactoring: get_base_block_reward() now requires only block height (for clarity)
|
2024-04-22 17:45:10 +02:00 |
|
sowle
|
9f8ce4cc09
|
daemon RPC documentation added
|
2024-04-21 04:41:43 +02:00 |
|
cryptozoidberg
|
ad66a6db30
|
added get_assets_list command to daemon API
|
2024-04-20 00:07:38 +04: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 |
|
cryptozoidberg
|
a2b28806b1
|
added struct documentation macro
|
2024-03-28 13:04:23 +01:00 |
|
cryptozoidberg
|
73b7123906
|
Merge branch 'develop' into autodoc
|
2024-03-28 12:50:51 +01:00 |
|
cryptozoidberg
|
cfb4e481b4
|
Implemented auto documentation
|
2024-03-28 12:49:43 +01:00 |
|
cryptozoidberg
|
98d124860c
|
fixed macos compilation - 2
|
2024-03-27 23:22:10 +01:00 |
|
cryptozoidberg
|
ad281664c3
|
fixed macos compilation
|
2024-03-27 23:07:38 +01:00 |
|
cryptozoidberg
|
f3820c32f2
|
added log message for COMMAND_RPC_GETBLOCKTEMPLATE
|
2024-03-27 20:06:20 +01:00 |
|
cryptozoidberg
|
d2ee1b3fa8
|
added COMMAND_RPC_REMOVE_TX_FROM_POOL
|
2024-03-27 19:10:26 +01:00 |
|
cryptozoidberg
|
3d76415af2
|
merge from develop
|
2024-03-26 21:24:32 +01:00 |
|
cryptozoidberg
|
d03f47a9c7
|
merge from develop
|
2024-03-26 21:14:16 +01:00 |
|
sowle
|
c2fa968835
|
daemon: 1) print_asset_info command added; 2) print_tx greatly improved; 3) fill_tx_rpc_details() now fills blob and object_in_json fields and use base64 encoding
|
2024-03-26 19:55:34 +01:00 |
|
cryptozoidberg
|
6311c2078f
|
fixed RANDOM_OUTPUTS_FOR_AMOUNTS_FLAGS_COINBASE and added RANDOM_OUTPUTS_FOR_AMOUNTS_FLAGS_POS_COINBASE for future use
|
2024-03-26 16:35:18 +01:00 |
|
cryptozoidberg
|
9af876ccaa
|
decoy selection algo refactoring
|
2024-03-25 21:56:46 +01:00 |
|
cryptozoidberg
|
3fb4f16db9
|
fore get rid of WALLET_GLOBAL_OUTPUT_INDEX_UNDEFINED
|
2024-03-24 15:50:53 +01:00 |
|
cryptozoidberg
|
60bb74cbb0
|
more consistent documentation code is working now
|
2024-03-23 15:45:24 +01:00 |
|
cryptozoidberg
|
2283a77104
|
more work on json/descriptions improvements
|
2024-03-21 22:57:55 +01:00 |
|
cryptozoidberg
|
97c3460af8
|
autodoc inital code + cmake warningns + improvements over compilation performance
|
2024-03-20 14:45:29 +01:00 |
|
cryptozoidberg
|
f351a486f2
|
backward compatibility fix(temporary) for mobile old wallet apps
|
2024-02-23 16:41:26 +04:00 |
|
sowle
|
b21083db1f
|
fix loop variable type here and there (performance)
|
2024-02-16 03:56:42 +01:00 |
|
cryptozoidberg
|
fb73401800
|
replaced vector<bool> top list<bool>, because c++ is insane about some stuff
|
2024-02-09 19:42:11 +04:00 |
|
sowle
|
31101bc788
|
PoS mining, construct_block_template, and chaingen infrastructure adapted for fee burning after HF4
|
2024-02-07 18:48:18 +01:00 |
|
cryptozoidberg
|
e20f419adc
|
added hardforks infor to rpc get_info
|
2024-02-07 16:46:58 +04:00 |
|
cryptozoidberg
|
d8241d1531
|
fixed issues with wallet
|
2024-01-18 18:27:35 +01:00 |
|
cryptozoidberg
|
22fda0c7fe
|
fixed bugs in for decoy selection algo
|
2023-12-15 18:39:50 +03:00 |
|
cryptozoidberg
|
04103dea7f
|
decoy selection algo added
|
2023-12-15 01:42:06 +03:00 |
|
cryptozoidberg
|
5b4a3e3a38
|
get_random_outs_for_amounts2 in work
|
2023-12-08 20:41:47 +01:00 |
|
sowle
|
3804ecd4d6
|
Merge branch 'develop' into cryptoassets
# Conflicts:
# src/gui/qt-daemon/layout
|
2023-11-02 14:05:03 +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
|
3da4331784
|
Merge from release
|
2023-11-01 22:29:42 +01:00 |
|
cryptozoidberg
|
8f6b4036e9
|
duplicated get_random_outputs in json-like api
|
2023-11-01 11:30:55 +01:00 |
|
sowle
|
6343812006
|
mixins support implemented in wallet2::prepare_and_sign_pos_block()
|
2023-10-31 15:45:35 +01:00 |
|
cryptozoidberg
|
1886fae681
|
implemented governance initial code for wallet/daemon
|
2023-10-03 22:43:51 +02:00 |
|