1
0
Fork 0
forked from lthn/blockchain
Commit graph

1168 commits

Author SHA1 Message Date
cryptozoidberg
4729cffbae
changed plain wallet iface to avoid pointers 2020-01-28 00:47:44 +01:00
cryptozoidberg
ef856d01cc
diff switched to more portable ver 2020-01-27 22:42:18 +01:00
cryptozoidberg
ccb304dce9
added preprocessor defintion for ios 2020-01-27 22:20:22 +01:00
cryptozoidberg
b1dbb8867e
fixed wrong line in cmake 2020-01-27 22:16:44 +01:00
cryptozoidberg
5d70ada83e
disabled policies 2020-01-27 21:53:00 +01:00
cryptozoidberg
0eac604ef8
added install instructions 2020-01-27 21:46:40 +01:00
cryptozoidberg
cfe9837ba8
tested plain wallet interface, and fixed errors 2020-01-27 20:57:12 +01:00
cryptozoidberg
03f04c9dd9
implemented exented wallet api, finished plain wallet test(but not tested yet) 2020-01-23 03:26:25 +01:00
cryptozoidberg
c0f1d7b577
fixed cmake, fixed compilation problems, implemented plain_api test draft 2020-01-21 01:31:16 +01:00
cryptozoidberg
e6dd2d28a5
implemented invoke for plain_wallet amd fixed return codes to json 2020-01-18 23:23:47 +01:00
cryptozoidberg
cbce45285c
implemented synchronyzation thread 2020-01-17 23:44:22 +01:00
cryptozoidberg
068bda9052
implemented restore and generate wallet 2020-01-16 23:52:29 +01:00
cryptozoidberg
e4dfa7d519
implementation of the plain wallet api guts(in progress) 2020-01-15 22:06:49 +01:00
cryptozoidberg
dc215dacb4
added class drafts for plain wallet api for mobile app - added missing files 2020-01-14 23:30:17 +01:00
cryptozoidberg
41d4a9b0d3
added class drafts for plain wallet api for mobile app 2020-01-14 23:30:17 +01:00
cryptozoidberg
cab160112c
inital preparation for mobile native library(very dirty) 2020-01-09 17:06:02 +01:00
cryptozoidberg
a8f1e99424
shortent mobile version libraries 2020-01-09 02:25:46 +01:00
cryptozoidberg
ea4f75a74f
minor cleanup 2020-01-09 02:06:11 +01:00
cryptozoidberg
dc74da0ae6
Merge branch 'develop' of github.com:hyle-team/zano into develop 2020-01-09 02:04:50 +01:00
sowle
e09955cb44
gui: more logs on configs loading/storing to help eliminate config issues 2019-12-28 05:32:54 +03:00
sowle
cc099507fa
Merge branch 'master' into develop 2019-12-28 03:14:52 +03:00
zetov
b6b98a9379 Close button (#151)
* close btn

* rebuild html
2019-12-27 18:34:10 +01:00
sowle
a819fceb5b
Merge branch 'release' 2019-12-27 19:39:18 +03:00
sowle
31d824ace9
=== build number: 76 -> 77 === 2019-12-26 18:09:41 +03:00
sowle
29a276f180
do not allow watch-only wallets be opened by GUI + refactoring 2019-12-26 18:08:57 +03:00
cryptozoidberg
2a141a2b59
got rid of annoying UPNP initialization delay 2019-12-26 01:36:48 +01:00
sowle
0f04017d2e
Merge branch 'develop' into release 2019-12-25 06:43:49 +03:00
zano build machine
b84f1325e3 === build number: 75 -> 76 === 2019-12-25 06:42:02 +03:00
sowle
4d496e3c35
macOS build script: daemon and simplewallet binaries are now available in Zano.app/Contents/MacOS 2019-12-25 06:22:18 +03:00
cryptozoidberg
ad44b430a5
extended export transfers command 2019-12-24 20:28:44 +01:00
sowle
209b1626c6
unittests: lmdb.2gb_test improved to catch a stochastic bug (2) 2019-12-20 03:15:54 +03:00
sowle
edbf8ecbb2
wallet2: minor fixes and log improvements 2019-12-20 03:14:57 +03:00
sowle
e80f778ec2
unittests: lmdb.2gb_test improved to catch a stochastic bug 2019-12-19 03:29:32 +03:00
zano build machine
8548e2d006 === build number: 74 -> 75 === 2019-12-18 00:47:16 +03:00
sowle
9e6f747410
RPC: sweep_below method implemented 2019-12-17 12:24:28 +03:00
sowle
3a4a49da78
simplewallet sweep_below bugfixing 2019-12-17 12:23:38 +03:00
sowle
e904559dda
wallet2; store_unsigned_tx_to_file_and_reserve_transfers made able to store to a string as well 2019-12-17 12:22:36 +03:00
sowle
2280cbe990
construct_tx made able to work with tracking keys (for tx size estimation) 2019-12-17 12:18:39 +03:00
sowle
d4ba0946b9
wallet2: sweep_below optimized, logs added 2019-12-16 14:51:36 +03:00
sowle
42ff9ca9bf
simplewallet: payment ids in list_recent_transfers command now printed as hex 2019-12-16 14:50:32 +03:00
ArqTras
9a55a0b7da GUI compilation update (#145) 2019-12-15 15:35:40 +02:00
sowle
aa2e4f716d
coretests: pos_minting_tx_packing fixed 2019-12-15 01:01:32 +03:00
sowle
7138a70642
sweep_below implemented 2019-12-14 18:31:19 +03:00
sowle
897b53cd93
wallet2 refactoring: mark_transfers_with_flag made more robust, store_unsigned_tx_to_file_and_reserve_transfers extracted 2019-12-14 18:29:05 +03:00
sowle
0587af1ca5
wallet2 : finalize_transaction made able not to store tx key, if needed 2019-12-13 18:44:00 +03:00
sowle
6b415b2d2c
wallet2: clear_transfers_from_flag made exception-free (it's often being called from a catch-clause) 2019-12-13 18:42:15 +03:00
sowle
6a8315364a
wallet: fixed a rare bug in generate_packing_transaction_if_needed (2) 2019-12-12 04:38:01 +03:00
sowle
e8ce7c20a3
coretests: multisig_wallet_test improved to cover more 2019-12-11 20:49:26 +03:00
sowle
c7db3f0fee
wallet: fixed a rare bug in generate_packing_transaction_if_needed 2019-12-11 20:48:42 +03:00
sowle
2ee199bcbc
wallet: WALLET_TRANSFER_DETAIL_FLAG_MINED_TRANSFER flag is now being set more correctly 2019-12-10 14:18:22 +03:00