1
0
Fork 0
forked from lthn/blockchain
Commit graph

3854 commits

Author SHA1 Message Date
sowle
abe696b2f4
functional tests: compilation fixed 2023-07-13 01:00:17 +02:00
sowle
e5bdd70a51
CMake minimum required version: 2.8.6->3.1, C++ minimum required version: 11(?) -> 14 2023-07-13 00:59:41 +02:00
sowle
66cd998f4d
win build script improved 2023-07-12 20:15:58 +02:00
sowle
babfde7318
win build system improvements 2023-07-12 12:31:50 +02:00
sowle
228b20e801
win build: minor fixup 2023-07-12 02:27:48 +02:00
sowle
c606259a8b
win bulild: 1) signing all executables (and new cert supported); 2) better approach for sending emails using a custom python script; 3) win build script updated for MSVC 2019 and more 2023-07-11 22:47:10 +02:00
sowle
8cbf3a7ebb
wallet2: fixed a rare bug preventing PoS block creation when UTXO defragmentation tx accidently uses stake output (pre-zarcanum) 2023-07-06 18:50:15 +02:00
sowle
8bf684f0d8
coretests: pos_minting_tx_packing was changed to uncover two a bug in PoS block packing (defragmentation) tx (pre-zarcanum) 2023-07-06 18:48:19 +02:00
cryptozoidberg
01548cdf57
few minor fixes 2023-07-03 16:56:41 +02:00
cryptozoidberg
ec01f1c80b
Updated UI 2023-06-29 13:35:37 +02:00
cryptozoidberg
1183c8b548
Fixed missing outgoing transactions from history 2023-06-22 23:32:17 +02:00
cryptozoidberg
937dfe042e
Merge branch 'recent_history' into cryptoassets 2023-06-21 22:46:29 +02:00
cryptozoidberg
c3397a00eb
fixes in simplewallet and mainwindow for new recent_history structure 2023-06-21 22:45:31 +02:00
cryptozoidberg
bf908f43a6
Merge branch 'cryptoassets' into recent_history 2023-06-20 21:59:53 +02:00
cryptozoidberg
7b228f07b4
Merge branch 'cryptoassets' of github.com:hyle-team/zano into cryptoassets 2023-06-20 21:59:32 +02:00
cryptozoidberg
a744092d9a
last fixes over bunch of tests 2023-06-20 21:59:02 +02:00
cryptozoidberg
26be84780a
Moved UI to latest commit(and built html) 2023-06-20 15:09:44 +02:00
cryptozoidberg
6caa5b7ac1
Moved UI to latest commit(and built html) 2023-06-20 15:04:24 +02:00
sowle
4e9c328be0
wallet: PoS mining timings 2023-06-19 23:59:17 +02:00
cryptozoidberg
71cc21845a
escrow_custom_test fixed(with many many tiny fixes) 2023-06-19 00:19:25 +02:00
cryptozoidberg
2860d030a3
fixes of different situations related to contracts and unconfirmed state 2023-06-16 20:19:49 +02:00
cryptozoidberg
3b190388b2
refactoring of wallet_transfer_info and unconfirmed balance calculations 2023-06-15 23:55:22 +02:00
sowle
bd893d9fa6
wallet2: decrease UTXO defrag limits a bit 2023-06-15 21:02:22 +02:00
sowle
dd80d202ad
wallet2: fix for a rare bug in asset deployment that occurs when there are few ZC outputs 2023-06-15 20:06:05 +02:00
sowle
5620e453b6
coretests: added new test asset_depoyment_and_few_zc_utxos which uncovers a rare bug in asset deployment that occurs when there are few ZC outputs 2023-06-15 19:47:07 +02:00
sowle
606ce93169
wallet2: fixed a rare bug preventing PoS block creation when UTXO defragmentation tx accidently uses stake output 2023-06-15 17:09:33 +02:00
sowle
50afdacd39
wallet2: fixed a bug preventing PoS block creation when the UTXO defragmentation tx lacks decoy outputs 2023-06-15 16:43:28 +02:00
sowle
ee5c0fe787
coretests: packing_outputs_on_pos_minting_wallet were completely rewritten to uncover two rare bugs in PoS block construction / defragmentation tx 2023-06-15 15:34:41 +02:00
cryptozoidberg
b557b0ef93
Moved UI to latest commit(and built html) 2023-06-14 19:02:39 +02:00
cryptozoidberg
b744dfb79b
all tests compilation fixed(still a lot of broken tests) 2023-06-13 23:06:55 +02:00
sowle
b92f63e176
version bump: 2.0.0.207 -> 2.0.0.208 2023-06-13 17:08:28 +02:00
sowle
ba594dd5ac
additional error handling for wallet2 and simplewallet 2023-06-13 17:06:56 +02:00
cryptozoidberg
c48f840f68
fixes over renect_history refactoring(tests still broken) 2023-06-13 00:16:46 +02:00
sowle
44ed820abe
wallet2: fixed a typo 2023-06-12 21:41:08 +02:00
sowle
633d5238ef
version bump: 2.0.0.206 -> 2.0.0.207 2023-06-12 20:38:43 +02:00
sowle
dbb2712119
wallet: minor refactoring around generate_utxo_defragmentation_transaction_if_needed; coretests packing_outputs_on_pos_minting_wallet and pos_minting_tx_packing fixed 2023-06-12 20:37:26 +02:00
cryptozoidberg
2955b2c231
add built html to UI 2023-06-12 18:37:35 +02:00
cryptozoidberg
db637883cb
add built html to UI 2023-06-12 18:36:05 +02:00
cryptozoidberg
9a18116750
wallet2.cpp got in compiled, but the rest is not yet 2023-06-11 00:20:11 +02:00
cryptozoidberg
ad01fb0ba7
Moved UI to latest commits for testnet 2023-06-10 16:07:12 +02:00
cryptozoidberg
accd9ee1ce
Moved UI to letes fixes 2023-06-10 15:29:59 +02:00
sowle
eee04b65ae
wallet: fixed defragmentation tx minimum utxo limit 2023-06-09 19:44:27 +02:00
sowle
ce0f587c53
coretests: fixed a small error in pos_block_builder 2023-06-09 14:15:40 +02:00
sowle
e80e4a60cc
1) refactored block template creation and construct_miner_tx to incorporate block reward, essential for Zarcanum PoS; 2) fixed a bug in Zarcanum PoS generation; zarcanum_block_with_txs test now passes successfully 2023-06-09 01:19:37 +02:00
sowle
13e8d0dfe3
wallet: packing/consolidating tx that automatically aggregates small UTXO in PoS blocks was ranamed to defragmentation tx to avoid confusion + re-implemented to reflect post-HF4 changes 2023-06-09 01:10:16 +02:00
cryptozoidberg
60a9274dcb
Merge branch 'multiassets' into recent_history 2023-06-08 18:25:19 +02:00
cryptozoidberg
f9755eec58
Merge branch 'cryptoassets' into multiassets 2023-06-08 18:20:13 +02:00
cryptozoidberg
9a2371d49f
fixes on unconfirmed txs 2023-06-08 18:19:10 +02:00
sowle
6aba2d44b6
coretests: added new test zarcanum_block_with_txs which uncovers a bug in wallet2 Zarcanum PoS generation when block has non-zero txs 2023-06-08 04:18:37 +02:00
cryptozoidberg
5f79730c20
deep refactoring of recent_transfers structure against confidential assets - fixes over scan_tx_pool 2023-06-07 23:29:41 +02:00