cryptozoidberg
|
10c451f3b7
|
Added PoS grinding attack fuse
|
2024-05-13 16:51:13 +04:00 |
|
zano build machine
|
7237867f15
|
=== build number: 312 -> 313 ===
|
2024-05-10 18:00:01 +03:00 |
|
sowle
|
88d94fde3f
|
ui update
|
2024-05-10 16:59:10 +02:00 |
|
zano build machine
|
e45dbb4f2c
|
=== build number: 311 -> 312 ===
|
2024-05-09 16:43:31 +03:00 |
|
sowle
|
4bdfb47fc3
|
ui update
|
2024-05-09 15:42:49 +02:00 |
|
zano build machine
|
525132cf11
|
=== build number: 310 -> 311 ===
|
2024-05-08 22:44:29 +03:00 |
|
cryptozoidberg
|
6655a6feaf
|
attempt to fix file with wrong item in last m_last_zc_global_indexs
|
2024-05-08 23:43:52 +04:00 |
|
cryptozoidberg
|
7ff0463587
|
add wallet prefix to log
|
2024-05-08 22:07:43 +04:00 |
|
zano build machine
|
1609631431
|
=== build number: 309 -> 310 ===
|
2024-05-08 21:01:12 +03:00 |
|
cryptozoidberg
|
fe3c3d731b
|
added extra logs for wallet issue - 2
|
2024-05-08 21:59:30 +04:00 |
|
cryptozoidberg
|
14a0be050e
|
added extra logs for wallet issue
|
2024-05-08 21:54:30 +04:00 |
|
zano build machine
|
e809d821a1
|
=== build number: 308 -> 309 ===
|
2024-05-08 02:44:25 +03:00 |
|
cryptozoidberg
|
fd25b5a8e5
|
attempt to fix wallet exception on alt blocks
|
2024-05-08 01:04:07 +04:00 |
|
zano build machine
|
4c2553a482
|
=== build number: 307 -> 308 ===
|
2024-05-07 17:43:07 +03:00 |
|
sowle
|
c68f841fdb
|
ui update
|
2024-05-07 16:42:37 +02:00 |
|
zano build machine
|
b56a0fb90c
|
=== build number: 306 -> 307 ===
|
2024-05-05 23:25:41 +03:00 |
|
sowle
|
c6488622eb
|
temporary fix for ZC outs validation in validate_alt_block_input()
|
2024-05-05 22:19:16 +02:00 |
|
zano build machine
|
e40d9df2ec
|
=== build number: 305 -> 306 ===
|
2024-05-04 22:27:57 +03:00 |
|
zano build machine
|
455ece8cba
|
=== build number: 304 -> 305 ===
|
2024-05-04 05:28:48 +03:00 |
|
sowle
|
d9633d5b06
|
get_block_reward simplified ver
|
2024-05-04 03:48:14 +02:00 |
|
sowle
|
d52cb725d1
|
updated macos deployment target: 10.13 -> 10.15 (required for std::filesystem)
|
2024-05-04 03:24:15 +02:00 |
|
sowle
|
f7aab6f332
|
coretests: restored forgotten multisig_n_participants_seq_signing test
|
2024-05-04 03:18:40 +02:00 |
|
sowle
|
b3c44598b0
|
minor improvements & code cleanup
|
2024-05-04 03:17:56 +02:00 |
|
sowle
|
702817e351
|
fixed a potential issue in check_ms_input()
|
2024-05-04 03:16:28 +02:00 |
|
sowle
|
81ac6cf333
|
removed redundant hardfork check from check_tx_inputs(), because it's already in validate_tx_for_hardfork_specific_terms()
|
2024-05-04 03:15:13 +02:00 |
|
sowle
|
e38dfc1472
|
coretests: hardfork_4_pop_tx_from_global_index test added to cover uncovered areas in pop_transaction_from_global_index()
|
2024-05-04 02:35:51 +02:00 |
|
sowle
|
5500e943dd
|
did some refactoring around validate_miner_transaction()
code simplified
fixed an issue with already_generated_coins not taking block size penalty into consideration
|
2024-05-04 02:33:05 +02:00 |
|
sowle
|
e57709a67f
|
prevalidate_miner_transaction() now checks HF condition for the given height instead of the top height
|
2024-05-04 02:24:11 +02:00 |
|
sowle
|
2e75597365
|
code clean-up and minor improvements
|
2024-05-04 02:21:34 +02:00 |
|
zano build machine
|
a12fd42a8e
|
=== build number: 303 -> 304 ===
|
2024-05-04 03:13:22 +03:00 |
|
sowle
|
5e07e3c4e0
|
an attempt to fix linux build
|
2024-05-04 02:05:17 +02:00 |
|
sowle
|
2b1c1094a6
|
fix for m_db_per_block_gindex_incs container (was not populated properly due to a bug in append_per_block_increments_for_tx())
|
2024-05-03 18:39:26 +02:00 |
|
cryptozoidberg
|
7a0ec043a1
|
fixed issue with multithreadin and jwt rpc
|
2024-05-03 20:08:22 +04:00 |
|
cryptozoidberg
|
423b99cc5e
|
fixes in UI for latest qt and latest UI commits
|
2024-05-02 19:12:35 +04:00 |
|
cryptozoidberg
|
a853f77c00
|
added Debug config, replace boost to std (due to deadlock in boost guts)
|
2024-05-01 19:20:44 +04:00 |
|
cryptozoidberg
|
1d153834d9
|
fixed m3 simulator build for ios
|
2024-04-30 20:29:11 +04:00 |
|
cryptozoidberg
|
d718d876fc
|
added address field to get_seed_phrase_info
|
2024-04-27 23:26:32 +04:00 |
|
sowle
|
db4b841f57
|
minor fixes and code cleanup
|
2024-04-25 19:13:57 +02:00 |
|
zano build machine
|
89e6555e2a
|
=== build number: 302 -> 303 ===
|
2024-04-25 18:00:29 +03:00 |
|
sowle
|
3ab93654f5
|
ui update
|
2024-04-25 16:59:42 +02:00 |
|
sowle
|
7fdc82a630
|
minor code cleanup
|
2024-04-25 16:46:36 +02:00 |
|
cryptozoidberg
|
1196423f02
|
fixes over documentation autogen
|
2024-04-22 23:29:00 +04:00 |
|
sowle
|
6f4e1465bc
|
utils: macosx_bild_uploader: increased attempts count (i.e. timeout)
|
2024-04-22 17:50:41 +02:00 |
|
sowle
|
15e653a8ae
|
minor refactoring: get_base_block_reward() now requires only block height (for clarity)
|
2024-04-22 17:45:10 +02:00 |
|
cryptozoidberg
|
b102d0d3b9
|
fixed command line to common style
|
2024-04-22 18:48:20 +04:00 |
|
zano build machine
|
47dfdf1e0b
|
=== build number: 301 -> 302 ===
|
2024-04-22 17:31:56 +03:00 |
|
sowle
|
08a753b4c9
|
ui update
|
2024-04-22 16:30:42 +02:00 |
|
sowle
|
63dadb37c6
|
compilation fix for blockchain_storage::get_assets()
|
2024-04-22 01:25:28 +02:00 |
|
sowle
|
9f8ce4cc09
|
daemon RPC documentation added
|
2024-04-21 04:41:43 +02:00 |
|
cryptozoidberg
|
2e2d3c26b4
|
Moved UI to latest commit
|
2024-04-20 00:10:55 +04:00 |
|