cryptozoidberg
|
d803771b52
|
Merge branch 'develop' into flags
|
2020-09-01 16:07:58 +02:00 |
|
cryptozoidberg
|
aea993f36b
|
implemented exclude_staking_txs filter
|
2020-09-01 00:26:46 +02:00 |
|
sowle
|
b02fc0b5d8
|
wallet: all free space checks removed completely
|
2020-08-31 16:37:05 +03:00 |
|
sowle
|
3755f0da18
|
wallet: --disable-wallet-free-space-check added for simplewallet and Zano
|
2020-08-31 15:40:37 +03:00 |
|
cryptozoidberg
|
13accb65ad
|
fixed few issues with attachment encryption
|
2020-08-29 01:14:26 +02:00 |
|
cryptozoidberg
|
5a0cfe1b4a
|
chacha stream integrated into load/store functions
|
2020-08-18 21:54:25 +02:00 |
|
sowle
|
ff92b079ca
|
wallet: log improved in rpc mode
|
2020-08-09 01:30:34 +03:00 |
|
sowle
|
80a8a7ceb6
|
fix for issue #199
|
2020-08-07 17:30:12 +03:00 |
|
sowle
|
3e463b065c
|
simplewallet improvements in tracking wallets area
|
2020-07-22 16:14:17 +03:00 |
|
sowle
|
61d95846ae
|
wallet2: correct naming for unsigned_tx_blob in params
|
2020-07-20 13:05:25 +03:00 |
|
sowle
|
a77c4aa901
|
wallet: log improvements
|
2020-07-08 16:48:57 +03:00 |
|
sowle
|
dc08169aee
|
clean things up (massive names correction)
|
2020-06-29 22:55:25 +03:00 |
|
cryptozoidberg
|
322aaf8251
|
added logging in wallet for deffered indexes requesting
|
2020-06-18 20:37:24 +02:00 |
|
cryptozoidberg
|
a4cb3e6a32
|
fixed conditions for deffered outs fetch
|
2020-06-14 02:17:10 +02:00 |
|
cryptozoidberg
|
0f98b6d990
|
fixed few bugs related to prefetch
|
2020-06-13 21:04:43 +02:00 |
|
cryptozoidberg
|
73c42b7892
|
implemented prefetch of outputs before transfer
|
2020-06-12 23:32:06 +02:00 |
|
cryptozoidberg
|
8f9f9f1698
|
implemented deferred fetching of global output indexes on receiving phase(preparation phase is todo)
|
2020-06-12 00:32:08 +02:00 |
|
cryptozoidberg
|
267053964d
|
extended api for fetching blocks/txs, started work on implementing deferred fetching of global output indexes
|
2020-06-10 23:56:14 +02:00 |
|
cryptozoidberg
|
b7ec081460
|
implemente native lib state access api(mostly for paindroid)
|
2020-06-03 21:29:43 +02:00 |
|
sowle
|
5bb8b369ff
|
restoring AWO wallets enabled for GUI backend + refactoring to made things simpler
|
2020-05-27 23:49:34 +03:00 |
|
sowle
|
ee9ef363b9
|
auditable watch-only wallet now can be restored from awo-blob (by a third party): --restore-awo-wallet
simplewallet new command: awo_blob
|
2020-05-27 17:20:25 +03:00 |
|
sowle
|
33cf01ff34
|
better transfers logging and code clean-up
|
2020-05-26 15:55:58 +03:00 |
|
sowle
|
200494027f
|
auditability works in simplewallet
|
2020-05-26 13:28:24 +03:00 |
|
sowle
|
36326e581f
|
wallet: handling auditable coins (WIP)
|
2020-05-25 15:05:25 +03:00 |
|
sowle
|
80d7f4b003
|
wallet: forbid aliases to auditable addresses reg/update prior to HF2
|
2020-05-20 17:39:42 +03:00 |
|
sowle
|
586561411d
|
wallet2: sending to auditable addresses allowed before HF2 as well
|
2020-05-19 20:19:54 +03:00 |
|
sowle
|
4b3e8da6fa
|
wallet2: made new format unloadable by old wallets + correct error on file read errors
|
2020-05-19 20:12:43 +03:00 |
|
sowle
|
3c30c655ff
|
wallet2: disallow auditable addresses as destinations until HF2 in transfer()
|
2020-05-12 18:16:47 +03:00 |
|
sowle
|
9397816f53
|
wallet: handling incoming txs in auditablility mode (WIP)
|
2020-05-11 21:23:00 +03:00 |
|
sowle
|
b30a3b8f66
|
Merge branch 'predevelop' into auditability
# Conflicts resolved:
# src/currency_core/currency_basic.h
# src/wallet/wallets_manager.cpp
|
2020-05-11 20:41:05 +03:00 |
|
cryptozoidberg
|
c39bd62748
|
renamed api response codes to more general way, fixed loggin
|
2020-05-07 23:26:41 +02:00 |
|
sowle
|
a4b607e0c0
|
fixed a bug in new format seed phrase restoring
|
2020-05-07 15:02:35 +03:00 |
|
cryptozoidberg
|
60101dc1f5
|
fixed wallet bugs related to new sync protocol
|
2020-05-04 17:11:25 +02:00 |
|
cryptozoidberg
|
fb2ed72086
|
added import old long wallets to new shortened ones
|
2020-05-03 14:59:34 +02:00 |
|
sowle
|
1441b5b27f
|
seed phase improvements: 26 words + checksum + auditable wallets support
|
2020-05-02 23:59:37 +03:00 |
|
cryptozoidberg
|
3136e311e0
|
all tests got fixed
|
2020-05-02 22:53:52 +02:00 |
|
cryptozoidberg
|
d3d5af1954
|
bug fixes of new wallet sync protocol
|
2020-05-01 20:39:39 +02:00 |
|
cryptozoidberg
|
281e430317
|
moved shortener code into separate unit to create unit tests for it
|
2020-04-29 01:23:48 +02:00 |
|
cryptozoidberg
|
e5f3519c1e
|
merge from predevelop
|
2020-04-28 00:44:40 +02:00 |
|
cryptozoidberg
|
4e0fa49748
|
reverted API to original due to universal implementation, adapted server side to new protocol, implemented one extra API
|
2020-04-28 00:40:31 +02:00 |
|
cryptozoidberg
|
7b0eaf7ae4
|
fixed cleaning and reseting genesis
|
2020-04-26 01:49:57 +02:00 |
|
sowle
|
00304fbb7d
|
wallet2::get_top_block_height
|
2020-04-25 17:23:05 +03:00 |
|
cryptozoidberg
|
caaca44f1e
|
re-implemented detach blocks
|
2020-04-25 00:30:55 +02:00 |
|
cryptozoidberg
|
93d07e607f
|
re-implemented handle_pulled_blocks
|
2020-04-24 23:54:30 +02:00 |
|
cryptozoidberg
|
3b975d899e
|
implemented new items lookup and get_short_chain_history
|
2020-04-24 19:18:19 +02:00 |
|
cryptozoidberg
|
4825b7c012
|
initial code for upgrading walle sync protocol
|
2020-04-24 01:05:36 +02:00 |
|
sowle
|
c12f8487fb
|
wallet2: enumerate_transfers_history() and enumerate_unconfirmed_transfers() implemented
|
2020-04-07 14:28:57 +03:00 |
|
cryptozoidberg
|
b034328a9f
|
fixed warning regarding potentially uninitialized members(quite reasonable)
|
2020-03-08 20:55:57 +01:00 |
|
cryptozoidberg
|
f621740c79
|
re-enabled channels on android
|
2020-02-21 17:53:12 +01:00 |
|
cryptozoidberg
|
834e679b8c
|
Merge branch 'develop' into mobile
|
2020-02-03 17:00:09 +01:00 |
|