1
0
Fork 0
forked from lthn/blockchain
Commit graph

3854 commits

Author SHA1 Message Date
zano build machine
453927e72f === build number: 150 -> 151 === 2023-10-04 17:09:35 +03:00
cryptozoidberg
aedab1e68e
implemented governance code in wallet 2023-10-04 16:08:48 +02:00
zano build machine
42cd6a8875 === build number: 231 -> 232 === 2023-10-04 14:18:17 +03:00
cryptozoidberg
32330b12b7
Removed unneeded namespace 2023-10-04 13:02:22 +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
7d1e7521bc
fixed simplewallet 2023-10-02 14:08:09 +02:00
zano build machine
7497d68b48 === build number: 230 -> 231 === 2023-09-29 19:33:52 +03:00
cryptozoidberg
0716e84529
fixes for wallet, implemented proxy-rpc for UI 2023-09-29 18:16:19 +02:00
zano build machine
e6168a813a === build number: 229 -> 230 === 2023-09-11 21:36:27 +03:00
cryptozoidberg
db3489a02b
fixed minor bug for ionic swaps 2023-09-11 20:35:45 +02:00
cryptozoidberg
80d8e49b2a
Implemented fix for the bug related to ionic swaps(non-native coins issue) 2023-09-08 19:33:13 +02:00
zano build machine
fa58726147 === build number: 228 -> 229 === 2023-09-07 17:42:57 +03:00
cryptozoidberg
9eefffd872
changed ionic swap proposal command arguments to more suitable 2023-09-05 16:46:21 +02:00
zano build machine
a47b3ca0a5 === build number: 227 -> 228 === 2023-09-01 19:19:56 +03:00
zano build machine
9372727053 === build number: 226 -> 227 === 2023-09-01 16:17:21 +03:00
zano build machine
f5e5dd7a36 === build number: 225 -> 226 === 2023-09-01 16:11:17 +03:00
zano build machine
3f947fcfee === build number: 224 -> 225 === 2023-09-01 16:04:05 +03:00
zano build machine
e60dea0a42 === build number: 223 -> 224 === 2023-09-01 15:29:59 +03:00
cryptozoidberg
47a5d6a202
version bump: 2.0.0.222 -> 2.0.0.223 2023-09-01 13:59:45 +02:00
cryptozoidberg
37e6a68509
attempt to fix issue with broken versioning in tx versioned structs 2023-09-01 11:59:47 +02:00
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