1
0
Fork 0
forked from lthn/blockchain
Commit graph

1400 commits

Author SHA1 Message Date
sowle
c40fd26c84
Merge branch 'develop' into release 2020-04-08 23:19:24 +03:00
zano build machine
485f28504d === build number: 81 -> 82 === 2020-04-08 23:16:51 +03:00
zetov
ca7899b234
history (#166)
* history

* Rebuild
2020-04-08 21:45:46 +03:00
zetov
ed944436e9
#162 (#167) 2020-04-08 21:28:13 +03:00
sowle
af8ef3399a
simplewallet in RPC mode now scans tx pool even if PoS-mining not activated (fixes unconfirmed txs for RPC API) closes #165 2020-04-07 16:29:03 +03:00
sowle
2c2374910b
fixed a typo 2020-04-07 15:40:04 +03:00
sowle
cacd5206ef
wallet RPC: search_for_transactions added 2020-04-07 14:30:38 +03:00
sowle
c12f8487fb
wallet2: enumerate_transfers_history() and enumerate_unconfirmed_transfers() implemented 2020-04-07 14:28:57 +03:00
cryptozoidberg
ad8fab104c
fixed typo 2020-04-06 22:28:30 +02:00
cryptozoidberg
09612a42a6
implemented connectivity status api, got rid if unused implementation 2020-04-06 22:17:39 +02:00
sowle
31871d6253
simplewallet: transfer command changed to accept only hex-encoded payment id 2020-04-06 23:17:11 +03:00
sowle
b31dde50ae
made wallets_manager::get_recent_transfers aware of unconfirmed txs 2020-04-06 16:28:12 +03:00
cryptozoidberg
e1c9e79c06
added missing size of transaction on transfer response 2020-04-03 21:43:24 +02:00
cryptozoidberg
17e90b219f
added get_wallet_status to async call options 2020-04-02 22:26:14 +02:00
cryptozoidberg
154907fe96
wallet_manager getting more more async 2020-04-02 22:22:21 +02:00
sowle
409cd94d56
simplewallet: fixed a typo 2020-04-01 12:17:45 +03:00
sowle
55215e0634
is_synchronized() now returns TRUE only when at least half of the connections are in normal state, core_rpc_server::on_get_info() fixed 2020-03-31 17:30:17 +03:00
sowle
24ed6c09bc
gui: make_response improved to log all non-ok responses 2020-03-30 16:39:52 +03:00
sowle
9cc1a0b800
fixed a typo 2020-03-30 15:22:16 +03:00
sowle
8cdeadfdc8
virtual dtors for interfaces 2020-03-30 11:41:12 +03:00
sowle
d9e22a833d
gui: make_response_dbg() for debugging back-end - front-end interactions 2020-03-29 01:10:08 +03:00
sowle
e28b7d8cf4
gui: process_predownload result is being checked now 2020-03-27 15:19:21 +03:00
sowle
54e63e875f
Merge branch 'release' into develop 2020-03-27 14:46:02 +03:00
sowle
2d524fd97a
fixed a clang warning 2020-03-27 01:48:31 +03:00
sowle
435bcacb11
override specifier for get_last_success_interract_time() 2020-03-27 01:47:53 +03:00
sowle
82db9da9f4
=== build number: 80 -> 81 === 2020-03-27 00:58:47 +03:00
sowle
bb9aa4bd69
stream_cn_hash: buffer moved from the stack to the heap 2020-03-27 00:11:06 +03:00
cryptozoidberg
7d99128a21
bundle working folder now passed throught configuration 2020-03-26 04:34:26 +01:00
sowle
135eed3d02
Merge branch 'develop' into release 2020-03-24 12:09:34 +03:00
zetov
324673c1d3
Downloading, fixed comment textarea (#161)
This should fix 159, 160
2020-03-24 12:06:12 +03:00
sowle
b6beac9980
gzip_encoder: fixed a potential pointer misuse 2020-03-20 17:18:29 +03:00
sowle
6cd7d4fffd
Merge branch 'develop' into release 2020-03-20 16:27:15 +03:00
sowle
51a4ab9a71
fixed a minor issue in mdbx_db_backend::set() 2020-03-20 16:25:20 +03:00
sowle
78a627afc5
fixed std::out state change 2020-03-20 13:51:37 +03:00
cryptozoidberg
3f56487838
fixed broken build for mobile 2020-03-20 04:45:00 +01:00
cryptozoidberg
31e328768e
implemented secure api for configuring wallets data 2020-03-20 04:19:25 +01:00
cryptozoidberg
c0f651ff33
fixed issue with plain wallet api 2020-03-20 01:20:44 +01:00
sowle
c4a4447694
DB & pre-downloading links updated for the mainnet 2020-03-20 02:22:30 +03:00
sowle
448637a98a
back-end part of pre-downloading progress bar 2020-03-19 03:01:02 +03:00
sowle
09258e686f
DB & pre-downloading links updated for the testnet 2020-03-18 20:11:22 +03:00
sowle
8a23cd45ee
change flag for gzip encoding to Z_NO_FLUSH in order to be consistent with gzip encoding 2020-03-18 19:48:52 +03:00
sowle
5a1fa2e042
conn_tool: proper handling of gzip encoding/decoding result 2020-03-18 18:38:28 +03:00
sowle
cefa4b561f
fixed the same bug in gzip_encoder_lyambda::stop() 2020-03-18 18:37:08 +03:00
sowle
36af9759a2
fixed an old and rare bug in gzip encoding 2020-03-18 18:34:22 +03:00
sowle
40097d776b
epee:: http_client & gzip_encoding: fixed improper handling of incorrect gzip data during downloading 2020-03-18 15:22:20 +03:00
sowle
cf932f50e7
CLI option change: explicit-predownload -> force-predownload 2020-03-18 15:14:10 +03:00
sowle
e652771786
pre-downloading is implemented for GUI as well 2020-03-16 22:14:01 +03:00
sowle
14ea7fede8
attempt to fix coretests 2020-03-16 20:03:45 +03:00
sowle
8a515489ee
minor log improvements 2020-03-16 19:57:48 +03:00
sowle
6bd9a73448
db_backend_selector is used only locally to make things simplier 2020-03-16 17:48:02 +03:00