sowle
|
b9569ce89b
|
extra_alias_entry/extra_alias_entry_old fixes, all types added to payload_items and compiles ok
|
2020-05-01 12:56:09 +03:00 |
|
sowle
|
42a752d12b
|
new addresses formats + unit tests
|
2020-04-30 18:50:22 +03:00 |
|
sowle
|
c018cc89ae
|
extra_alias_entry serialization
|
2020-04-30 10:31:50 +03:00 |
|
sowle
|
8a19cd7ae0
|
gcc compilation fixup
|
2020-04-30 10:30:14 +03:00 |
|
sowle
|
03052970a6
|
extra_alias_entry_base / struct extra_alias_entry_base_old
|
2020-04-29 21:12:16 +03:00 |
|
sowle
|
c00ca6d5bc
|
tx_receiver/tx_receiver_old handling fixed
|
2020-04-29 21:06:08 +03:00 |
|
sowle
|
1afab184c8
|
tx_receiver/tx_receiver_old proper handling
|
2020-04-28 16:41:04 +03:00 |
|
sowle
|
1cb908a484
|
handle_2_alternative_types_in_variant_container fixed
|
2020-04-28 15:10:59 +03:00 |
|
sowle
|
33d385db5f
|
auditability: basic structures, serialization, helpers (WIP)
|
2020-04-27 14:52:31 +03:00 |
|
sowle
|
3883c598e5
|
handle_2_alternative_types_in_variant_container
|
2020-04-25 17:22:34 +03:00 |
|
sowle
|
898d6c7f2d
|
typo fixed
|
2020-04-25 17:17:47 +03:00 |
|
sowle
|
e50bc239df
|
genesis_config_json_struct restored
|
2020-04-23 17:42:22 +03:00 |
|
sowle
|
5724cd969c
|
clean up
|
2020-04-23 11:12:17 +03:00 |
|
sowle
|
c7229c3062
|
account_keys improvements
|
2020-04-22 23:30:03 +03:00 |
|
sowle
|
fc475432fc
|
account_public_address spend_public_key/view_public_key changes
|
2020-04-22 22:30:29 +03:00 |
|
sowle
|
f7d6782250
|
address/account refactoring in progress
|
2020-04-22 22:02:37 +03:00 |
|
sowle
|
8d62e84c7a
|
hardfork-related code minor refactoring
|
2020-04-22 18:47:16 +03:00 |
|
sowle
|
6bd9a73448
|
db_backend_selector is used only locally to make things simplier
|
2020-03-16 17:48:02 +03:00 |
|
sowle
|
5567275518
|
blockchain database predownloading: first version
|
2020-03-12 18:07:31 +03:00 |
|
sowle
|
5d5c63c1f8
|
db_backend_selector introduced
|
2020-03-12 13:21:22 +03:00 |
|
sowle
|
c1d65f6d05
|
BCS: DB versions matching logic improved to cover more cases
|
2020-03-05 22:50:28 +01:00 |
|
sowle
|
94088f500f
|
BLOCKCHAIN_STORAGE_MAJOR_COMPATIBILITY_VERSION : 93 -> 94
|
2020-03-05 22:40:20 +01:00 |
|
sowle
|
9efc77f95b
|
added checkpoint for height 425000
|
2020-03-04 21:19:45 +01:00 |
|
sowle
|
5a219d15a0
|
test commit
|
2020-02-28 13:17:20 +03:00 |
|
cryptozoidberg
|
3dc736466d
|
merged from develop
|
2020-02-23 03:56:25 +01:00 |
|
cryptozoidberg
|
40bedc2457
|
removed other unlinkable in paindroid functions
|
2020-02-21 01:14:58 +01:00 |
|
cryptozoidberg
|
7b12ce6e9f
|
disabled unlinked utf8 functions for android, chaged libs to static
|
2020-02-21 01:05:39 +01:00 |
|
cryptozoidberg
|
0c54ca7270
|
get rid of boost.locale under paindroid
|
2020-02-20 03:07:03 +01:00 |
|
sowle
|
6356b9b09d
|
checkpoints for testnet
|
2020-02-19 19:26:40 +03:00 |
|
sowle
|
68772f3e04
|
minor fix in transform_str_to_addr()
|
2020-02-18 15:50:24 +03:00 |
|
sowle
|
bc1152ede5
|
check return value of do_serialize in get_attachment_extra_info_details()
|
2020-02-17 16:44:11 +03:00 |
|
sowle
|
67e416b862
|
tx pool: fill_block_template rewritten to avoid dangerous pointers manipulations
|
2020-02-17 13:13:07 +03:00 |
|
sowle
|
966cb52343
|
tx pool: fixed potential rare access violation issue
|
2020-02-14 15:53:39 +03:00 |
|
sowle
|
2a12f5ecb5
|
tx pool: new soft rule: standalone txs will be rejected while BCS is in CP zone (more security when checkpoints will be enabled)
(also, this should fix gen_checkpoints_and_invalid_tx_to_pool test that was especially written to cover this case)
|
2020-02-13 15:55:58 +03:00 |
|
sowle
|
ae2e1955fe
|
core: fixed few bugs in prune_ring_signatures_and_attachments_if_need()
|
2020-02-07 12:39:54 +03: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
|
ef856d01cc
|
diff switched to more portable ver
|
2020-01-27 22:42:18 +01:00 |
|
sowle
|
f29492d98a
|
simplewallet: don't put payment id into tx attachment if it's empty (fixed a tiny bug)
|
2020-01-23 20:28:10 +03:00 |
|
cryptozoidberg
|
03f04c9dd9
|
implemented exented wallet api, finished plain wallet test(but not tested yet)
|
2020-01-23 03:26:25 +01:00 |
|
cryptozoidberg
|
41d4a9b0d3
|
added class drafts for plain wallet api for mobile app
|
2020-01-14 23:30:17 +01:00 |
|
cryptozoidberg
|
ea4f75a74f
|
minor cleanup
|
2020-01-09 02:06:11 +01:00 |
|
sowle
|
29a276f180
|
do not allow watch-only wallets be opened by GUI + refactoring
|
2019-12-26 18:08:57 +03:00 |
|
sowle
|
2280cbe990
|
construct_tx made able to work with tracking keys (for tx size estimation)
|
2019-12-17 12:18:39 +03:00 |
|
sowle
|
897b53cd93
|
wallet2 refactoring: mark_transfers_with_flag made more robust, store_unsigned_tx_to_file_and_reserve_transfers extracted
|
2019-12-14 18:29:05 +03:00 |
|
cryptozoidberg
|
c19ee435fc
|
Merge branch 'develop' into txpool_optimisation
|
2019-12-05 16:05:01 +01:00 |
|
sowle
|
6af5dca26c
|
currency_format_utils: added error check to lookup_acc_outs()
|
2019-12-03 21:18:03 +03: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 |
|
sowle
|
781273fb0c
|
exceptions handling in bc_offers_service::~bc_offers_service()
|
2019-11-26 12:13:14 +03:00 |
|