1
0
Fork 0
forked from lthn/blockchain
Commit graph

242 commits

Author SHA1 Message Date
cryptozoidberg
dc61500a46
fixed http state machine, fixed wallet bug with tor connectivity failure 2022-04-10 19:46:43 +02:00
cryptozoidberg
46e57bf215
added command line and run-time parameters to endabling/disabling TOR relay in simplewallet 2022-04-02 19:48:36 +03:00
cryptozoidberg
80197c2a26
fixed errors in reporting state 2022-04-02 00:59:16 +03:00
cryptozoidberg
260e20d91f
fixed another tor-related bug in simplewallet 2022-03-24 05:37:58 +02:00
cryptozoidberg
58931cb77b
added status feedback from wallet\tor layer 2022-03-22 23:38:43 +02:00
cryptozoidberg
72bfd89717
improved p2p protocol for relaying tx over tor 2022-03-21 16:47:11 +02:00
cryptozoidberg
7f82a13e62
changes in protocol for relayin over tor 2022-03-19 04:12:13 +02:00
cryptozoidberg
4cd3c1b252
Merge branch 'develop' into tor 2022-03-15 21:13:20 +02:00
cryptozoidberg
60adbfad02
fixed wallet history export feature 2022-03-15 21:12:51 +02:00
cryptozoidberg
70a991d6f7
Moved tor lib to latest commit(added sending data bigger then 117 bytes) 2022-02-17 17:44:21 +03:00
cryptozoidberg
72ad0e0fe0
moved to latest commit: added more logs 2022-02-09 21:26:58 +01:00
cryptozoidberg
c9b3d0b20a
moved tor lib to latest commit with fixed missing header 2022-02-09 19:57:57 +01:00
cryptozoidberg
bd797f6514
current state stored before branch switch 2022-01-13 14:08:21 +01:00
cryptozoidberg
5446ccf7d3
integrated tor into wallet in a draft mode 2022-01-09 00:07:26 +01:00
cryptozoidberg
6cadc8a79e
send transaction over p2p protocol as groundwork 2022-01-08 18:43:09 +01:00
cryptozoidberg
1a55d65e85
first implementations for tor: relaying transactions over p2p network protocol 2022-01-08 16:36:33 +01:00
sowle
ca6c7e81e1
#316 re-implemented using get_time_str instead of get_time_str2 2021-12-31 06:47:22 +03:00
cryptozoidberg
b5477a836c
export transactions refactoring for #245 2021-10-20 21:18:45 +02:00
sowle
69a0117793
rpc: git rid of obsolete PoS timestamps checks 2021-10-12 17:00:01 +03:00
sowle
832b7811b9
fixed block timestamp setting 2021-10-12 05:00:01 +03:00
sowle
92e2b1851b
actual_timestamp made obsolete, real timestamp moved to tx_service_attachment in extra, PoS ts guessing interval extended 2021-10-11 16:10:51 +03:00
sowle
9bfc9a0490
get rid of coinday_weight 2021-10-08 08:01:59 +03:00
cryptozoidberg
d1121f3ff9
Merge branch 'develop' into develop_mobile 2021-08-17 12:13:54 +02:00
cryptozoidberg
9936ef63cf
More options on wallet API 2021-08-17 12:13:15 +02:00
cryptozoidberg
c0621eb2f2
extended api for wallet 2021-08-17 12:13:14 +02:00
cryptozoidberg
82a7229368
added transfer_internal_index to wallet_transfer_info struct 2021-08-17 12:13:12 +02:00
cryptozoidberg
11ef684b94
bunch of fixes over isolate_auditable_and_proof test 2021-08-17 12:13:11 +02:00
cryptozoidberg
479f2029a0
added test isolate_auditable_and_proof 2021-08-17 12:13:10 +02:00
cryptozoidberg
faa956a959
added isolated items to rpc-structures 2021-08-17 12:13:10 +02:00
cryptozoidberg
2fb3b96c2b
merge from develop 2021-06-11 21:59:50 +03:00
sowle
bb6dea509e
wallet resync-on-load issue fixed (the bug was in data storing on Boost > 69), also Zano made compatible with Boost 1.72 2021-06-07 15:00:58 +03:00
cryptozoidberg
51bb91c66c
rolled back eperimental code 2021-06-03 18:46:44 +03:00
cryptozoidberg
a3dcb32834
more logs on chainshortener 2021-06-03 15:15:05 +03:00
cryptozoidberg
c8c2414fd3
added new portable storage 2021-06-02 23:52:18 +03:00
cryptozoidberg
569d64b5f2
experimental: try different portable_storage for android 2021-06-02 20:50:04 +03:00
cryptozoidberg
a9eb5f5f5a
Added extra logs to research Orson's problem 2021-05-28 20:36:17 +02:00
cryptozoidberg
ffd1ecdcff
fixed counterparty_address load from transaction details 2021-03-26 00:43:50 +03:00
cryptozoidberg
9df7801865
iplemented RPC API for atomics 2021-03-18 22:35:11 +03:00
cryptozoidberg
4121cbe675
added tx_payer to htlc 2021-03-17 21:01:09 +03:00
cryptozoidberg
9dac595b83
fixed bug with finalize_transaction params(escrow work was totaly broken) 2021-03-10 03:23:54 +03:00
cryptozoidberg
f0e41e1980
htlc: added hardfork2 rules, improved core tests for atomics 2021-03-08 02:09:08 +03:00
cryptozoidberg
2e18f85c2e
htlc: atomic_test_altchain_simple 2021-03-07 23:18:19 +03:00
cryptozoidberg
f05bd7a3fb
atomics: tests for altchain switching 2021-02-28 23:36:38 +01:00
cryptozoidberg
71708ca673
htlc: added test for validating before and after expiration conditions 2021-02-20 15:54:58 +01:00
cryptozoidberg
7f902f27c1
htlc: refund process fixed 2021-02-19 20:18:37 +01:00
cryptozoidberg
367a786642
fixed last issues with redeem atomics, worked first time ever 2021-02-16 17:45:20 +01:00
cryptozoidberg
d8f276b30b
multiple fixes over atomics 2021-02-15 02:17:59 +01:00
cryptozoidberg
06ca6e035d
implemented taking origin from redeemed tx 2021-02-14 00:28:39 +01:00
cryptozoidberg
82d0e335e6
added double spend protection in htlc(great that i've thought about it now), wallet loading optimization 2021-02-13 00:57:24 +01:00
cryptozoidberg
52c5c1250f
atomic: wallet improvements 2021-02-08 21:31:46 +01:00