cryptozoidberg
26f2f7511a
added salt to asset generation
2024-10-25 13:43:50 +04:00
cryptozoidberg
8747abe3dd
updated read.me
2024-10-24 21:57:51 +04:00
sowle
f7e64b9164
don't populate cache in get_last_n_blocks_timestamps_median() if the resulted num of blocks isn't equal to window size
2024-10-24 14:44:15 +02:00
cryptozoidberg
a58c0810fb
added ephemenral field for ado in tx history api response
2024-10-24 16:36:11 +04:00
sowle
d625ec94a5
made ts check for pow block template optional
2024-10-24 14:10:14 +02:00
sowle
5ae9b2038e
coretests: several_asset_emit_burn_txs_in_pool test improved and enabled
2024-10-23 23:45:19 +02:00
sowle
6087a1bd40
cpu miner minor improvements (sounds nice)
2024-10-23 22:14:10 +02:00
sowle
2b15aad320
minor improvement for blockchain_storage::create_block_template()
2024-10-23 21:59:05 +02:00
sowle
c90344ea47
an attempt to fix incorrect PoW block template creation in case when there are lots of PoS blocks
2024-10-23 21:52:33 +02:00
cryptozoidberg
f08d8797a0
fixed http-forwarding issue
2024-10-23 20:05:03 +04:00
cryptozoidberg
a8a188b754
workaround fix for old android sdk with old boost(with missing pfr) v3 (shame on me)
2024-10-23 15:05:46 +04:00
cryptozoidberg
5387a7711c
workaround fix for old android sdk with old boost(with missing pfr) v2
2024-10-23 15:01:43 +04:00
cryptozoidberg
fd810d5e29
workaround fix for old android sdk with old boost(with missing pfr)
2024-10-23 14:47:17 +04:00
zano build machine
5e4fae1246
=== build number: 355 -> 356 ===
2024-10-23 13:22:54 +03:00
sowle
bd473960e4
testnet: hardforks heights reset
2024-10-23 12:22:32 +02:00
zano build machine
d3fc6b955f
=== build number: 354 -> 355 ===
2024-10-23 12:27:24 +03:00
sowle
635cea55e0
testnet: P2P_DEFAULT_PORT calculation pattern changed
2024-10-23 11:26:34 +02:00
sowle
88fa0bca64
readme: Boost version updated
2024-10-23 11:04:12 +02:00
zano build machine
312444aa48
=== build number: 353 -> 354 ===
2024-10-23 04:41:18 +03:00
sowle
6d7923b7e3
hf5 min build number set to 354
2024-10-23 03:40:43 +02:00
sowle
109b187426
daemon_commands_handler fixed
2024-10-23 03:33:23 +02:00
sowle
fd1ddf5ffc
=== version bump: 2.0.2.352 -> 2.1.0.353 ===
2024-10-23 02:01:20 +02:00
sowle
7d93211b9f
testnet relaunch (currency formation version: 98 -> 99)
2024-10-23 02:00:10 +02:00
cryptozoidberg
61ac4dd356
some clarity on opt_amount
2024-10-22 20:45:17 +04:00
cryptozoidberg
0c35b75a9d
Merge branch 'develop' into emmit_burn_refactoring
2024-10-22 20:42:10 +04:00
sowle
d23fa1911e
unit_tests: asset_id serializations test: WIP
2024-10-22 18:27:17 +02:00
cryptozoidberg
05d8c27577
cake wallet fixes in cmake
2024-10-22 20:07:03 +04:00
sowle
121067e36d
Merge branch 'develop' into emmit_burn_refactoring
...
# Conflicts:
# src/wallet/wallet2.cpp
# tests/unit_tests/multiassets_test.cpp
2024-10-22 15:58:29 +02:00
Stёpa Dolgorukov
8cc826f5b3
unit_tests: edit the "p2p_client_version.test0" ( #471 )
...
* Unit tests: implement the "p2p_client_version.test0"
* Unit tests: edit the "p2p_client_version.test_0"
* Change a default value for a commit identifier on a non empty expected value
* Format the source text
* Fix the test
* Comment on the cases where results differ on Windows, GNU/Linux
2024-10-22 14:48:29 +02:00
Stёpa Dolgorukov
0cd719474b
unit_tests: reimplement "get_or_calculate_asset_id" tests, fix "get_or_calculate_asset_id" due to serialization changes ( #467 )
2024-10-22 14:47:36 +02:00
Stёpa Dolgorukov
fbf0d413a8
Get rid of the compiler warning "not all control paths return a value" ( #472 )
2024-10-22 14:34:19 +02:00
cryptozoidberg
1968608018
fix for android
2024-10-22 14:46:28 +04:00
sowle
ac51ccbf8c
gcc compilation fixed
2024-10-21 20:51:27 +02:00
sowle
6a32f3f26d
readme: Boost minimum version bumped to 1.75 because of boost::pfr
2024-10-21 20:24:13 +02:00
sowle
9cd1121c75
Merge branch 'develop' into emmit_burn_refactoring
2024-10-21 20:21:03 +02:00
sowle
9b033842ab
Merge branch 'master' into develop
2024-10-21 20:20:25 +02:00
sowle
9d259f5455
unit_tests: get_or_calculate_asset_id_* made compilable (but still not runnable)
2024-10-21 20:19:49 +02:00
sowle
e9e7bbf0c5
some fixes in assets handling
2024-10-21 19:17:04 +02:00
cryptozoidberg
aeb313a72c
fixed bugs in ado transition
2024-10-21 19:51:31 +04:00
cryptozoidberg
fcb5513d68
Update README.md
2024-10-21 18:56:52 +04:00
sowle
42b5f32116
test code for wallet2::update_asset
2024-10-21 14:21:55 +02:00
sowle
b2b4342c14
Merge branch 'develop' into emmit_burn_refactoring
...
# Conflicts:
# src/version.h.in
# tests/core_tests/multiassets_test.cpp
2024-10-21 12:42:54 +02:00
sowle
ecc6cc4605
coretests: several_asset_emit_burn_txs_in_pool test added
2024-10-21 12:39:33 +02:00
sowle
3b1f08676e
warning fixed
2024-10-21 12:37:52 +02:00
cryptozoidberg
97b145f8b6
fixes in a coretests related to ado-operations
2024-10-20 23:08:44 +04:00
cryptozoidberg
2dd029fb5d
fixed multiassets_test.cpp
2024-10-20 15:57:47 +04:00
sowle
60423e71b8
boost serialization for crypto::scalar_vec_t and scalar_mat_t
2024-10-20 01:57:30 +02:00
cryptozoidberg
9dc293ec04
core and wallet fixed, coretests still broken
2024-10-19 22:53:43 +04:00
cryptozoidberg
f3618e6418
construc_tx compilation fixed
2024-10-19 21:33:42 +04:00
cryptozoidberg
844e5b823f
wallet2.cpp compilation fixed
2024-10-19 18:50:11 +04:00