1
0
Fork 0
forked from lthn/blockchain
Commit graph

3844 commits

Author SHA1 Message Date
cryptozoidberg
d2ee1b3fa8
added COMMAND_RPC_REMOVE_TX_FROM_POOL 2024-03-27 19:10:26 +01:00
cryptozoidberg
320816fd99
added test for getblocktemplate 2024-03-27 19:10:26 +01:00
sowle
69e68807bf
coretests: minor forgotten change 2024-03-27 18:57:30 +01:00
sowle
80fd303081
compilation fixed for gcc (by using universal references for process_type_in_variant_container_*) 2024-03-27 18:53:05 +01:00
sowle
709d16eb75
tx pool: asset operations basic validation on tx add 2024-03-27 17:18:17 +01:00
sowle
3eb711fbf8
tx_pool: is_tx_blacklisted() 2024-03-27 17:08:19 +01:00
sowle
806eb326d1
(cherry picked) tx_pool: add post-HF4 txs are now being check for balance proof. Core test hard_fork_4_consolidated_txs changed accordingly 2024-03-27 15:59:57 +01:00
zano build machine
7d3e3ae358 === build number: 286 -> 287 === 2024-03-26 21:58:01 +03:00
sowle
e1d7ea6302
asset emission: 1) fixed simplewallet's emit_asset command; 2) wallet2:emit_asset() now fix destinations for asset emission ad-hoc (null_pkey); 3) typos corrected 2024-03-26 19:57:31 +01:00
sowle
c2fa968835
daemon: 1) print_asset_info command added; 2) print_tx greatly improved; 3) fill_tx_rpc_details() now fills blob and object_in_json fields and use base64 encoding 2024-03-26 19:55:34 +01:00
sowle
6740a0df28
tx pool: short tx listing improved 2024-03-26 19:52:30 +01:00
sowle
0015c8934d
KV_SERIALIZE_BLOB_AS_BASE64_STRING() implemented 2024-03-26 19:51:02 +01:00
cryptozoidberg
7f134072f6
minor changes in error messages(to avoid misleading) 2024-03-26 19:22:45 +01:00
cryptozoidberg
6311c2078f
fixed RANDOM_OUTPUTS_FOR_AMOUNTS_FLAGS_COINBASE and added RANDOM_OUTPUTS_FOR_AMOUNTS_FLAGS_POS_COINBASE for future use 2024-03-26 16:35:18 +01:00
zano build machine
cceeda0588 === build number: 285 -> 286 === 2024-03-26 14:05:22 +03:00
cryptozoidberg
9af876ccaa
decoy selection algo refactoring 2024-03-25 21:56:46 +01:00
sowle
360417c5fc
=== build number: 284 -> 285 === 2024-03-25 17:28:28 +01:00
sowle
d83ec66775
fixed a bug in prepare_tx_sources_for_defragmentation_tx() causing old dust outs to prevent staking 2024-03-25 17:21:02 +01:00
cryptozoidberg
3fb4f16db9
fore get rid of WALLET_GLOBAL_OUTPUT_INDEX_UNDEFINED 2024-03-24 15:50:53 +01:00
zano build machine
7c3e2cbc70 === build number: 283 -> 284 === 2024-03-23 03:32:49 +03:00
sowle
cd0a635535
Merge branch 'release2' 2024-03-23 01:31:54 +01:00
sowle
f7a98ed7d1
wallet2: scan_not_compliant_unconfirmed_txs 2024-03-23 00:34:03 +01:00
cryptozoidberg
3acd7667bc
fix for uninitialized data on transaction details(including fee) in unconfirmed transactions 2024-03-22 18:44:31 +01:00
zano build machine
63940b1d2f === build number: 282 -> 283 === 2024-03-22 01:02:38 +03:00
cryptozoidberg
09d08baecc
fixed consensus bug related to miners motivations to include transactions 2024-03-21 23:01:33 +01:00
sowle
e11ee0fa07
tx_pool: remove HF4-incompatible txs on load 2024-03-21 19:52:18 +01:00
sowle
921b447b02
p2p: block old clients (<2.x) on in and out conn + build version bump to 280 2024-03-21 10:48:11 +01:00
sowle
1790225997
Merge branch 'release' 2024-02-26 17:58:03 +01:00
zano build machine
056c5f10cc === build number: 271 -> 272 === 2024-02-26 16:00:08 +03:00
sowle
4abcd167ba
Merge branch 'develop' into release 2024-02-26 13:43:12 +01:00
zano build machine
692a34e427 === build number: 270 -> 271 === 2024-02-25 21:50:38 +03:00
cryptozoidberg
bd510f395c
pulled UI to lates version 2024-02-25 22:49:14 +04:00
cryptozoidberg
e860a0c15a
Reset wallet file due to auditable wallet fixes 2024-02-25 17:56:00 +04:00
cryptozoidberg
a88184bd9a
Merge branch 'develop' into mobile 2024-02-25 17:52:25 +04:00
zano build machine
aa7ddcdea8 === build number: 269 -> 270 === 2024-02-25 03:20:44 +03:00
sowle
789ed4a2d0
basic_db_accessor::get_t_object() made safe to be called before open() or reset_backend() 2024-02-25 01:19:48 +01:00
cryptozoidberg
e876a577cb tweak for boost compilation(needed for android) 2024-02-24 23:34:46 +04:00
zano build machine
000811e2ab === build number: 268 -> 269 === 2024-02-24 16:28:56 +03:00
cryptozoidberg
d04356b9a5
UI moved to latest commit 2024-02-24 17:27:43 +04:00
cryptozoidberg
ddc847f9d7
fixed staking in GUI 2024-02-24 17:15:04 +04:00
zano build machine
1bda445cdb === build number: 267 -> 268 === 2024-02-23 21:32:25 +03:00
cryptozoidberg
13e21c0e7e
quick fix for UI being to early on rpc calls 2024-02-23 22:31:44 +04:00
zano build machine
91ec911213 === build number: 266 -> 267 === 2024-02-23 18:43:21 +03:00
cryptozoidberg
72969e1bb3
pulled UI 2024-02-23 19:40:24 +04:00
cryptozoidberg
446ab3b5b7
minor fixes for auditable wallet 2024-02-23 18:39:59 +04:00
cryptozoidberg
f351a486f2
backward compatibility fix(temporary) for mobile old wallet apps 2024-02-23 16:41:26 +04:00
sowle
5bb31e3282
warning fixed (thanks to @crypto_zoidberg) 2024-02-23 12:57:09 +01:00
sowle
f824461db9
Merge branch 'develop' into mobile 2024-02-23 11:48:28 +01:00
sowle
c8b52f6e96
iOS: deployment target set to 12.00, macOS: deployment target reverted back to 10.12 2024-02-23 11:47:16 +01:00
cryptozoidberg
7397b68ec0 Merge branch 'mobile' into develop 2024-02-22 22:46:28 +04:00