1
0
Fork 0
forked from lthn/blockchain
Commit graph

3328 commits

Author SHA1 Message Date
sowle
4a5586efad
wallet: fixed creation of redundant zero-amount outputs in ionic-swap transactions 2023-10-23 17:12:43 +02:00
cryptozoidberg
0421e2e366
Removed preloader from UI 2023-10-23 17:03:47 +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
cryptozoidberg
0b563cc2b8 fixed compilation issue 2023-10-20 16:39:43 +00:00
cryptozoidberg
fe77c50e2c few cake-specifik tweaks 2023-10-20 16:09:12 +00:00
cryptozoidberg
ccfdb93ae4 Merge branch 'cryptoassets' into cake 2023-10-20 14:15:41 +00:00
cryptozoidberg
15a2c5f362 cake wallet extension 2023-10-20 14:14:52 +00:00
sowle
43b41fec3d
coretests: check_ionic_swap_tx_outs added, some improvements 2023-10-19 14:37:57 +02:00
cryptozoidberg
a60857a801
fixed abstract interface against mobile wallet: missing ifdef 2023-10-12 22:08:30 +02:00
cryptozoidberg
de3931b199
fixed abstract interface against mobile wallet 2023-10-12 21:23:47 +02:00
cryptozoidberg
b0f31ebd1b
fixes for mobile wallet in zarcanum network 2023-10-12 21:09:01 +02:00
cryptozoidberg
71c1ba9377
Update wallets_manager.h
Fix for mobile wallet
2023-10-12 20:33:11 +02:00
sowle
cd7ec1cf18
build: 1) fixed issue where CMake couldn't find local Boost with system-wide Boost present and 2) added a patch for Boost compilation when GCC version >= 8.3 (+minor warning fix) 2023-10-11 21:57:18 +02:00
zano build machine
e912a51cf2 === build number: 234 -> 235 === 2023-10-11 21:08:23 +03:00
cryptozoidberg
e066257278
ionic_swaps: replaced Alice and Bob terms to Initiator and Finalizer 2023-10-11 12:28:05 +02:00
sowle
d33cfe7259
wallet: improved error handling for accept_ionic_swap_proposal (+ overall error handling for wallet) 2023-10-06 20:58:17 +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
zano build machine
6a35c3d062 === build number: 233 -> 234 === 2023-10-05 18:17:06 +03:00
cryptozoidberg
816022eb9d
fixed bug with locking assets for ionic swap 2023-10-05 17:16:27 +02:00
cryptozoidberg
bdb5af0490
added votes state logging 2023-10-05 14:44:27 +02:00
cryptozoidberg
2e4c6df22c
fixed bug with voting - again 2023-10-05 14:36:22 +02:00
zano build machine
d7a1b6267e === build number: 232 -> 233 === 2023-10-05 15:14:58 +03:00
cryptozoidberg
a74420a064
removed money lock for ionic swap 2023-10-05 14:10:11 +02:00
cryptozoidberg
83e543bcec
fixed bug with voting 2023-10-05 12:27:04 +02:00
sowle
6bd09626b1
code clean-up and ionic_swap_basic_test fixed 2023-10-04 18:18:11 +02:00
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