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
|
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
|
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 |
|
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 |
|
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
|
db63453c63
|
version bump: 2.0.0.215 -> 2.0.0.216
|
2023-08-07 01:12:14 +02:00 |
|
sowle
|
d0811e6a22
|
wallets_manager::get_alias_coast() was ALSO fixed to provide exact alias cost, which is necessary for post-HF4
|
2023-08-07 01:11:23 +02:00 |
|
sowle
|
a0b09a6b78
|
version bump: 2.0.0.214 -> 2.0.0.215
|
2023-08-06 22:29:38 +02:00 |
|
sowle
|
4ae2cd8a51
|
core_rpc_server::on_get_alias_reward() and wallet2::get_alias_cost() were fixed to support aliases in post-HF4 env
|
2023-08-06 21:43:33 +02:00 |
|
sowle
|
de52782b21
|
minor improvements
|
2023-08-06 21:14:49 +02:00 |
|
sowle
|
249c54b280
|
version bump: 2.0.0.213 -> 2.0.0.214
|
2023-08-06 14:56:37 +02:00 |
|
sowle
|
a959c95231
|
wallet: request_alias_registration() and prepare_tx_destinations() are fixed to correctly support aliases handling in post-HF4 env
|
2023-08-06 03:39:20 +02:00 |
|
sowle
|
a632192ebc
|
wallet: always create at least CURRENCY_TX_MIN_ALLOWED_OUTS outputs
|
2023-08-06 03:36:40 +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
|
d852119e5e
|
range proofs: max outputs count changed: 16 -> 32
|
2023-08-02 22:53:00 +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 |
|
sowle
|
4d2eb4a57b
|
ui submodule updated
|
2023-07-31 19:13:11 +02:00 |
|
sowle
|
affa54f1e1
|
partially fixed a bug with alias registration for hf4 + gen_alias_update_for_free test updated
|
2023-07-28 04:15:27 +02:00 |
|
cryptozoidberg
|
2375d0fbc1
|
fixed minro bug in UI wallet
|
2023-07-26 14:37:55 +02:00 |
|
zano build machine
|
c775719525
|
=== build number: 212 -> 213 ===
|
2023-07-24 19:11:46 +03:00 |
|
sowle
|
76e60d7cfc
|
version bump: 2.0.0.211 -> 2.0.0.212
|
2023-07-21 13:04:37 +02:00 |
|
sowle
|
1a42d2ef65
|
ui submodule updated
|
2023-07-21 13:04:07 +02:00 |
|
sowle
|
01a878d827
|
Merge branch 'C++17' into cryptoassets
|
2023-07-20 20:51:49 +02:00 |
|
cryptozoidberg
|
4c15be3d4e
|
fixed isolate_auditable_and_proof
|
2023-07-20 19:03:02 +02:00 |
|
cryptozoidberg
|
f8c6125258
|
removed deterministif onetime key
|
2023-07-20 17:12:20 +02:00 |
|
cryptozoidberg
|
6c8f879661
|
Implemented attachment_isolation_test and fix for this test
|
2023-07-19 22:09:14 +02:00 |
|
cryptozoidberg
|
96a05dce47
|
Layout moved to latest commit
|
2023-07-19 13:34:46 +02:00 |
|
cryptozoidberg
|
eaebac7e6b
|
Implemented deterministic one time tx keys
|
2023-07-18 20:57:30 +02:00 |
|