sowle
|
964968ded0
|
get_actual_timestamp() -> get_block_timestamp_from_miner_tx_extra(), corresponding check in pos block validation has been adjusted
|
2023-11-02 16:47:18 +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 |
|
sowle
|
299124877e
|
coretests: pos_mining_with_decoys test added
|
2023-10-31 21:22:15 +01:00 |
|
cryptozoidberg
|
3f0bed4899
|
fixed few compilation issues
|
2023-10-31 19:43:28 +01:00 |
|
cryptozoidberg
|
76577d21a9
|
more fixes with namespaces and inline functions
|
2023-10-31 19:31:18 +01:00 |
|
cryptozoidberg
|
cacdb4a4ce
|
moved serialization-specific adaptor-functions from wallet2 to base header file
|
2023-10-31 19:22:29 +01:00 |
|
cryptozoidberg
|
ebb8f7b6ff
|
wallet sync state moved to separate base structure
|
2023-10-31 18:29:57 +01:00 |
|
sowle
|
6343812006
|
mixins support implemented in wallet2::prepare_and_sign_pos_block()
|
2023-10-31 15:45:35 +01:00 |
|
cryptozoidberg
|
7a9f54443b
|
fixed bug with m_own_asset_descriptors container not being reset after resync wallet
|
2023-10-28 19:25:31 +02:00 |
|
sowle
|
e2da6a1f51
|
wallet: minor fixes
|
2023-10-25 21:32:47 +02:00 |
|
sowle
|
f9ca8f52c5
|
get_native_coin_asset_descriptor() implemented
|
2023-10-25 21:31:11 +02:00 |
|
sowle
|
f94aa44104
|
construct_tx: redundant var removed
|
2023-10-23 16:28:33 +02:00 |
|
sowle
|
4be58aa6d8
|
fixed bugs: 1) flag tdef_explicit_native_asset_id has been incorrectly set for separately signed tx; 2) pseudo out amount blinding mask was incorrectly set for separately signed tx when number of ZC inputs > 1
|
2023-10-22 01:22:23 +02:00 |
|
sowle
|
43b41fec3d
|
coretests: check_ionic_swap_tx_outs added, some improvements
|
2023-10-19 14:37:57 +02:00 |
|
cryptozoidberg
|
63354b91c3
|
changed fields names one more time
|
2023-10-06 17:36:10 +02:00 |
|
cryptozoidberg
|
4762e39c77
|
changed fields names
|
2023-10-06 15:03:57 +02:00 |
|
cryptozoidberg
|
1886fae681
|
implemented governance initial code for wallet/daemon
|
2023-10-03 22:43:51 +02:00 |
|
cryptozoidberg
|
0ede461f25
|
merge from release
|
2023-10-02 15:54:58 +02:00 |
|
cryptozoidberg
|
37e6a68509
|
attempt to fix issue with broken versioning in tx versioned structs
|
2023-09-01 11:59:47 +02:00 |
|
sowle
|
3402da561c
|
Merge branch 'asset_update' into cryptoassets
# Conflicts:
# tests/core_tests/multiassets_test.cpp
|
2023-08-29 14:13:15 +02:00 |
|
sowle
|
0783d3e6f9
|
asset operation code clean up and minor improvements
|
2023-08-29 09:22:45 +02:00 |
|
sowle
|
f3b85ad7f3
|
typo fixed
|
2023-08-29 09:20:59 +02:00 |
|
cryptozoidberg
|
fc473c97e6
|
removed unused code lines
|
2023-08-28 20:36:53 +02:00 |
|
sowle
|
b669990a8a
|
small typo fixed ("amount_to_validate")
|
2023-08-28 19:49:13 +02:00 |
|
cryptozoidberg
|
7bfa59fd7e
|
full test for assets operations ready and passes
|
2023-08-25 22:40:20 +02:00 |
|
cryptozoidberg
|
1f11b2af97
|
implemented test for validation ownership of asset_update operation
|
2023-08-24 20:32:50 +02:00 |
|
cryptozoidberg
|
06db8961e7
|
implemented basic code for injection of debug events into wallet multistep opperations
|
2023-08-24 17:57:23 +02:00 |
|
sowle
|
035097b5af
|
balance proof, asset surjection proof and wallet2::prepare_tx_destinations were fixed to correctly support assets burn operation
|
2023-08-23 19:40:43 +02:00 |
|
sowle
|
57a7cf8451
|
fixed construct_tx_handle_ado() to correctly calculate asset operation amount commitment for burn operation
|
2023-08-22 20:23:52 +02:00 |
|
sowle
|
2c19fe9c8e
|
slightly changed check_tx_balance to support ASSET_DESCRIPTOR_OPERATION_PUBLIC_BURN
|
2023-08-22 14:45:25 +02:00 |
|
sowle
|
8f4d822e5e
|
bcs: fixed put_asset_info() to enable verification of the asset emit operation
|
2023-08-19 15:47:11 +02:00 |
|
cryptozoidberg
|
0677548653
|
Fixed few bugs with emmit opertion, still not working
|
2023-08-17 21:46:37 +02:00 |
|
cryptozoidberg
|
3996567462
|
fixed few errors discovered by multiasset_test, still problem with emmit
|
2023-08-17 21:00:59 +02:00 |
|
cryptozoidberg
|
4c666aa6a4
|
added more test cases for emmit into multiassets_basic_test
|
2023-08-16 23:04:29 +02:00 |
|
cryptozoidberg
|
ed3b5e5e81
|
fixed blockchain_storage.cpp
|
2023-08-15 22:32:14 +02:00 |
|
cryptozoidberg
|
26ef578f08
|
fixed at least currency_format_utils.cpp
|
2023-08-14 22:32:52 +02:00 |
|
sowle
|
fc1383324a
|
minor improvement for fill_tx_rpc_inputs()
|
2023-08-10 13:09:04 +02:00 |
|
sowle
|
035f82f605
|
minor fix for sequence factor comparison in on_get_pos_mining_details()
|
2023-08-09 13:48:36 +02:00 |
|
sowle
|
a6036e2a13
|
wallet & PoS: don't try to mine a PoS block if the current sequence factor is too high
|
2023-08-09 01:38:00 +02:00 |
|
cryptozoidberg
|
7c84d07fc3
|
Merged from cryptoassets
|
2023-08-07 21:35:24 +02:00 |
|
sowle
|
947fc3032d
|
core: check_tx_explicit_asset_id_rules changed to support burning outputs with an explicit asset id
|
2023-08-07 02:43:17 +02:00 |
|
sowle
|
de52782b21
|
minor improvements
|
2023-08-06 21:14:49 +02:00 |
|
sowle
|
9ee2031948
|
construct_tx: allow zero amount outputs
|
2023-08-06 03:35:17 +02:00 |
|
sowle
|
02138c86a4
|
clarify logging
|
2023-08-06 01:23:52 +02:00 |
|
sowle
|
df087b40c3
|
core: copmarison operators
|
2023-08-06 00:00:02 +02:00 |
|
cryptozoidberg
|
0b835903ab
|
asset operations in for wallet
|
2023-08-05 20:27:46 +02:00 |
|
sowle
|
9906e0e168
|
added tdef_zero_amount_blinding_mask support for construct_tx_out
|
2023-08-04 02:44:00 +02:00 |
|
cryptozoidberg
|
e347062ab1
|
work related to assets altering(update,emmit,burn)
|
2023-08-03 20:01:41 +02:00 |
|
sowle
|
136ac303b4
|
minor improvements
|
2023-08-02 22:51:50 +02:00 |
|
sowle
|
96a4b4033f
|
get_outs_money_amount() modified to handle hidden amounts as well
|
2023-08-02 22:51:12 +02:00 |
|