1
0
Fork 0
forked from lthn/blockchain
Commit graph

39 commits

Author SHA1 Message Date
cryptozoidberg
d8f276b30b
multiple fixes over atomics 2021-02-15 02:17:59 +01:00
cryptozoidberg
28f8f86860
fixed bug with wrong handling coinbase for auditable wallets 2020-07-22 01:43:19 +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
c39bd62748
renamed api response codes to more general way, fixed loggin 2020-05-07 23:26:41 +02:00
cryptozoidberg
dc1b1d5cfe
fixed new api for get block direct 2020-05-06 22:43:40 +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
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
bf222f18fe
on_get_blocks_fuzzy_direct/find_blockchain_supplement_fuzzy draft impl 2020-04-27 00:02:58 +02:00
cryptozoidberg
caaca44f1e
re-implemented detach blocks 2020-04-25 00:30:55 +02:00
cryptozoidberg
3b975d899e
implemented new items lookup and get_short_chain_history 2020-04-24 19:18:19 +02: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
e652771786
pre-downloading is implemented for GUI as well 2020-03-16 22:14:01 +03:00
cryptozoidberg
39ecd43321
added expiration median to COMMAND_RPC_GET_TX_POOL 2020-03-08 20:30:39 +01:00
cryptozoidberg
834e679b8c
Merge branch 'develop' into mobile 2020-02-03 17:00:09 +01:00
sowle
5622ce550b
minor fixes in suspicious block time check 2020-01-28 02:37:54 +03:00
cryptozoidberg
41d4a9b0d3
added class drafts for plain wallet api for mobile app 2020-01-14 23:30:17 +01:00
cryptozoidberg
e82bd6b575
added new test, fixed multiple bugs 2019-11-29 21:43:17 +01:00
cryptozoidberg
d7c67b196c
added explicit transactions to blocktemplate 2019-11-28 05:28:36 +01:00
cryptozoidberg
17e36012de
transaction pool optimisation: basic implemntation 2019-11-16 01:06:21 +01:00
cryptozoidberg
6441183d25
marketplace documentation and rpc methods renamed 2019-10-05 23:23:44 +02:00
cryptozoidberg
3679c7e638
implemented marketplace api, some fixes of contract api calls 2019-08-28 22:16:15 +02:00
cryptozoidberg
78dc9164e7
implemented locked coins mining on wallet side 2019-07-24 19:14:35 +02:00
sowle
be51d8ecd7 time sync issues detection: WIP 2019-06-07 11:07:51 +03:00
crypro.zoidberg
2320fe5099 added more stat in wallet logs 2019-05-15 20:24:54 +02:00
crypro.zoidberg
de4e22c835 fixed broken compilation 2019-04-19 22:14:07 +02:00
crypro.zoidberg
4d498a6d0e changed difficulty type to string(to avoid uint64 overflow) 2019-04-19 22:10:37 +02:00
crypro.zoidberg
cfbe5d2bbc implemented target_calculation optimisation 2019-04-18 23:29:38 +02:00
crypro.zoidberg
2f2a897bde added forgoten fields and conversion 2019-04-17 19:43:06 +02:00
crypro.zoidberg
e0e4220e79 added rpc command for ignoring offline status(for debug) 2019-04-14 14:15:24 +02:00
crypro.zoidberg
6976ebb18d added seed infor to get_block_template 2019-04-12 15:52:03 +02:00
crypro.zoidberg
534d649466 implemented 128 bit coin supply 2019-04-10 03:00:29 +02:00
crypro.zoidberg
cc850cf3c3 Inital integration of progpow 2019-03-25 01:30:20 +01:00
sowle
d785bb2e34 rpc: prev_hash added to getblocktemplate's response 2019-03-06 15:15:41 +03:00
sowle
32d42b6f50 rpc: last_block_hash and last_block_timestamp added to getinfo result 2019-03-02 13:33:28 +03:00
crypro.zoidberg
5d5dae7130 extended rpc api for block eplorer etc 2019-01-17 14:18:05 +03:00
crypro.zoidberg
a61ed92e9e changed seeding, implemented altchain pow validating, coretests changed for new pow 2019-01-13 00:12:30 +03:00
crypro.zoidberg
f23e97c10c Moved sources to public repo 2018-12-27 18:50:45 +03:00