cryptozoidberg
|
e823dab69f
|
fixed compilation
|
2021-01-20 23:48:42 +01:00 |
|
cryptozoidberg
|
79040fa9b3
|
validate_alt_block_input deep refactoring related to htlc
|
2021-01-20 23:16:28 +01:00 |
|
cryptozoidberg
|
16f37ed4c2
|
merge from develop
|
2021-01-18 22:00:36 +01:00 |
|
cryptozoidberg
|
29e291bcc1
|
htlc in work: altblock tx handling refactoring in work
|
2021-01-08 01:25:15 +01:00 |
|
sowle
|
bf9195db58
|
validate_alt_block_input fixed rare bug for cases g3-g5 when an output is spent in the next block
|
2021-01-07 19:40:55 +03:00 |
|
sowle
|
920d104e1b
|
validate_alt_block_input fixed for cases g3-g5 with mixins
|
2021-01-07 19:39:13 +03:00 |
|
cryptozoidberg
|
902d4ffd43
|
fixed scan_outputkeys_for_indexes overload
|
2021-01-07 15:04:45 +01:00 |
|
cryptozoidberg
|
0bb579769c
|
htlc in work: refactoring of txin_htlc structure, work on altchain handling witb htlc
|
2021-01-06 23:16:49 +01:00 |
|
cryptozoidberg
|
93aacf3bec
|
htlc in work: orderliness between htlc and to_key entities
|
2021-01-06 05:15:01 +01:00 |
|
cryptozoidberg
|
b2a7423ab4
|
htlc in work: scanning for outputs and validation agains internal errors
|
2021-01-06 00:10:54 +01:00 |
|
cryptozoidberg
|
3c51c95941
|
massive fixes over htlc, sha256/RIPEMD160 basic test(passing)
|
2021-01-04 22:41:16 +01:00 |
|
cryptozoidberg
|
faa8f69cf3
|
added sha256 and RIPEMD160 sources
|
2020-12-30 23:58:03 +01:00 |
|
cryptozoidberg
|
4ee72ef7ac
|
implemnting htlc inputs/outputs handling in core(work in progress)
|
2020-12-29 23:42:37 +01:00 |
|
cryptozoidberg
|
6bee7541d6
|
very first draft for transaction in/outs for atomics
|
2020-12-28 23:45:16 +01:00 |
|
cryptozoidberg
|
2768732e23
|
Fixed tracking seed restoring bug
|
2020-12-15 22:53:28 +01:00 |
|
cryptozoidberg
|
1fabcee504
|
fixed minor errors
|
2020-12-03 22:15:27 +01:00 |
|
cryptozoidberg
|
52199f1c79
|
fixed seed info validation
|
2020-12-03 21:15:55 +01:00 |
|
cryptozoidberg
|
b93993c32f
|
getting less dramatic if seed password is wrong
|
2020-12-01 20:05:21 +01:00 |
|
cryptozoidberg
|
cc08086cac
|
fixed errors on get_seed_phrase_info
|
2020-12-01 19:28:41 +01:00 |
|
cryptozoidberg
|
ca46baf24a
|
secure seed api extended
|
2020-11-24 20:01:46 +01:00 |
|
cryptozoidberg
|
9ff78d1351
|
implemented proper validation of seed phrase in simplewallet
|
2020-11-21 23:05:09 +01:00 |
|
cryptozoidberg
|
491d98cb6d
|
fixed minor bugs(thanks to Sowle for review)
|
2020-11-21 14:28:21 +01:00 |
|
cryptozoidberg
|
e59178916b
|
fixed wrong type conversion
|
2020-11-18 00:23:57 +01:00 |
|
cryptozoidberg
|
20631c5805
|
secure seed: basic support implementation(in work)
|
2020-11-17 01:30:51 +01:00 |
|
sowle
|
6a18d031ae
|
fixed minor bug in wallet2::assign_account() + more getters for account_base
|
2020-10-02 16:19:08 +03:00 |
|
sowle
|
bd894a0119
|
has_field_of_type_in_extra() -> have_type_in_variant_container()
|
2020-08-31 20:03:49 +03:00 |
|
cryptozoidberg
|
13accb65ad
|
fixed few issues with attachment encryption
|
2020-08-29 01:14:26 +02:00 |
|
sowle
|
959c173800
|
unit tests fixed
|
2020-08-21 15:07:16 +03:00 |
|
cryptozoidberg
|
5a0cfe1b4a
|
chacha stream integrated into load/store functions
|
2020-08-18 21:54:25 +02:00 |
|
cryptozoidberg
|
67d2d7f200
|
implemented right version of stream filter for input
|
2020-08-18 21:54:24 +02:00 |
|
sowle
|
beb56a10bb
|
testnet: new checkpoint and predownload files
|
2020-07-22 20:09:47 +03:00 |
|
cryptozoidberg
|
28f8f86860
|
fixed bug with wrong handling coinbase for auditable wallets
|
2020-07-22 01:43:19 +02:00 |
|
sowle
|
b695cda21b
|
rebuild m_db_addr_to_alias container as well when migrating to DB v95
|
2020-07-13 14:54:32 +03:00 |
|
sowle
|
ec833ec490
|
minor fixes
|
2020-07-08 18:19:09 +03:00 |
|
sowle
|
9ab4cb048e
|
wallet: contracts' boost serialization fixed
|
2020-07-08 18:02:32 +03:00 |
|
sowle
|
6d7096af6e
|
getting rid of unused serialization func
|
2020-07-07 13:22:05 +03:00 |
|
sowle
|
3520e17836
|
--stop-after-height implemented
|
2020-07-02 23:16:47 +03:00 |
|
sowle
|
cee1e58de8
|
added checkpoint for mainnet at 600000
|
2020-07-02 16:02:13 +03:00 |
|
sowle
|
a8e490e108
|
blockchain db migration implemented: 93,94->95 (aliases rebuild)
|
2020-07-02 14:06:33 +03:00 |
|
sowle
|
dc08169aee
|
clean things up (massive names correction)
|
2020-06-29 22:55:25 +03:00 |
|
sowle
|
578043559c
|
tx_memory_pool::validate_alias_info adapted to extra_alias_entry/extra_alias_entry_old scheme
|
2020-06-25 16:43:05 +03:00 |
|
sowle
|
8e2462a63c
|
prevalidate_alias_info minor fix
|
2020-06-25 15:52:47 +03:00 |
|
sowle
|
547f7bf1c4
|
many minor log improvements for debugging
|
2020-06-23 21:36:30 +03:00 |
|
cryptozoidberg
|
1698030467
|
Merge branch 'predevelop' into wallet_delayed_outputs_sync
|
2020-06-14 19:47:35 +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 |
|
sowle
|
bda15d3153
|
Merge branch 'develop' into predevelop
|
2020-06-11 13:28:18 +03: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 |
|
sowle
|
02cd60e85d
|
fix alias update signature buffer for upcoming auditable wallets and hf2
|
2020-06-10 19:52:39 +03:00 |
|
sowle
|
1db364fbf6
|
minor log improvement
|
2020-06-08 18:05:32 +03:00 |
|
cryptozoidberg
|
2cf31bca10
|
fixed android/linux warnings
|
2020-06-04 19:31:29 +02:00 |
|