1
0
Fork 0
forked from lthn/blockchain
Commit graph

3353 commits

Author SHA1 Message Date
sowle
fb456bb2b9
version bump: 2.0.0.221 -> 2.0.0.222 2023-08-30 21:36:25 +02:00
cryptozoidberg
22821d3ab0
Merge branch 'asset_update' into cryptoassets 2023-08-30 21:34:43 +02:00
cryptozoidberg
55a972050a
added comands for emmit/burn/update assets 2023-08-30 21:33:05 +02:00
sowle
1edf380836
version bump: 2.0.0.220 -> 2.0.0.221 2023-08-29 14:14:33 +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
8e56e876db
fixed another problem with lambda call 2023-08-28 21:43:57 +02:00
cryptozoidberg
4fec3b7f32
fixed problem with lambda call 2023-08-28 21:27:33 +02:00
cryptozoidberg
70ea36db50
fixed more issues with wallet_tests_basic 2023-08-28 20:58:26 +02:00
cryptozoidberg
433125716e
fixed issues with wallet_tests_basic 2023-08-28 20:50:40 +02:00
cryptozoidberg
fc473c97e6
removed unused code lines 2023-08-28 20:36:53 +02:00
cryptozoidberg
4be4494ad4
few fixes to solve linux build 2023-08-28 20:31:57 +02:00
sowle
b669990a8a
small typo fixed ("amount_to_validate") 2023-08-28 19:49:13 +02:00
sowle
16ed0c15a5
coretests: multiassets_basic_test improved 2023-08-28 19:15:49 +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
8fdd15f584
crypto: implemented point_t::operator-() + test 2023-08-23 19:32:28 +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
ef50ae0ca3
version bump: 2.0.0.219 -> 2.0.0.220 2023-08-22 18:55:17 +02:00
sowle
0769faef2f
ui submodule updated 2023-08-22 18:54:06 +02:00
cryptozoidberg
a3a022119c
extended multiassets test to check burn operations 2023-08-22 14:47:41 +02:00
sowle
2c19fe9c8e
slightly changed check_tx_balance to support ASSET_DESCRIPTOR_OPERATION_PUBLIC_BURN 2023-08-22 14:45:25 +02:00
cryptozoidberg
b70dc22f2c
fixed problem with ioni swaps expiration time never unlock coins 2023-08-21 20:29:12 +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
sowle
4b4b9f5d8f
version bump: 2.0.0.218 -> 2.0.0.219 2023-08-16 20:12:23 +02:00
sowle
a30d6179a4
ui submodule updated 2023-08-16 20:11:28 +02:00
cryptozoidberg
ed3b5e5e81
fixed blockchain_storage.cpp 2023-08-15 22:32:14 +02:00
cryptozoidberg
d69095adbb
fixed all problems in wallet2.cpp 2023-08-15 16:52:53 +02:00
cryptozoidberg
26ef578f08
fixed at least currency_format_utils.cpp 2023-08-14 22:32:52 +02:00
sowle
e9a6913869
coretests: print_tx_size_breakdown() 2023-08-10 20:32:15 +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
sowle
940f481454
wallet: clarified logs a bit 2023-08-08 20:33:39 +02:00
sowle
c2975809b9
version bump: 2.0.0.217 -> 2.0.0.218 2023-08-08 18:25:07 +02:00
sowle
46e4919245
Zarcanum PoS proofs & wallet's mining code made compatible with non-explicit asset id outputs 2023-08-08 16:58:49 +02:00
sowle
256f60311a
coretests: minor fix for multiassets_basic_test 2023-08-08 13:09:39 +02:00
sowle
0d5e58c2c7
coretests: added new test assets_and_pos_mining which uncovers a bug in Zarcanum PoS implementation when a non-explicit asset id output is being staked 2023-08-08 02:43:45 +02:00
cryptozoidberg
7c84d07fc3
Merged from cryptoassets 2023-08-07 21:35:24 +02:00
cryptozoidberg
db52f5b242
layout fixed 2023-08-07 21:32:22 +02:00
sowle
7b5e66713e
version bump: 2.0.0.216 -> 2.0.0.217 2023-08-07 02:50:16 +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
76b85372b5
coretests: assets_and_explicit_native_coins_in_outs was improved to cover alias registration (burn coins) while having all non-explicit asset ids in inputs 2023-08-07 02:41:40 +02:00
sowle
db63453c63
version bump: 2.0.0.215 -> 2.0.0.216 2023-08-07 01:12:14 +02:00