sowle
|
faa95dd555
|
use boost::optional in asset_descriptor_base to avoid gcc compilation issues
|
2024-08-12 20:14:31 +02:00 |
|
sowle
|
19c818ed9b
|
minor improvements
|
2024-08-12 20:09:22 +02:00 |
|
sowle
|
b861d854a9
|
boost::shared_ptr ->std::shared_ptr
|
2024-08-12 20:04:18 +02:00 |
|
sowle
|
764e5a2adf
|
kv serialization support for std::shared_ptr
|
2024-08-12 19:41:55 +02:00 |
|
sowle
|
389662b8c9
|
gcc compilation fix (2)
|
2024-08-02 16:14:23 +02:00 |
|
sowle
|
f8c54492f1
|
gcc compilation fix
|
2024-08-02 14:11:32 +02:00 |
|
sowle
|
e816cd969c
|
minor improvements
|
2024-08-02 12:36:08 +02:00 |
|
sowle
|
896eadd77b
|
coretests: eth_signed_asset_basics test added
|
2024-08-02 12:35:46 +02:00 |
|
sowle
|
27ecfad1d6
|
asset owner eth signer support for currency_format_utils and wallet2
|
2024-08-02 12:34:28 +02:00 |
|
sowle
|
fa4a2680f9
|
minor improvements for init_playtime_test_wallet_t()
|
2024-08-02 12:31:33 +02:00 |
|
sowle
|
e97b585659
|
crypto: eth_secret_key_to_public_key() implemented, other useful stuff for eth sig added
|
2024-08-02 12:00:35 +02:00 |
|
sowle
|
65af445ebb
|
Merge branch 'develop' into secp256k1
|
2024-08-02 11:56:53 +02:00 |
|
Stёpa Dolgorukov
|
a1a53012fb
|
Implement xtype_from_string tests for types int16_t, int32_t, int64_t (#447)
* Change macros for creating test names
* Add test for values of types int{16,32,64}_t
---------
Co-authored-by: sowle <crypto.sowle@gmail.com>
|
2024-08-01 23:10:19 +02:00 |
|
sowle
|
168281f862
|
coretests: tx_version_against_hardfork test added (not working yet due to few issues left intentionally)
|
2024-08-01 01:39:13 +02:00 |
|
zano build machine
|
132d2bf89f
|
=== build number: 335 -> 336 ===
|
2024-07-26 14:02:37 +03:00 |
|
sowle
|
0a23950747
|
ui update
|
2024-07-26 13:01:34 +02:00 |
|
sowle
|
ef28b3ab71
|
Merge branch 'develop' into secp256k1
|
2024-07-26 12:10:57 +02:00 |
|
zano build machine
|
968051109a
|
=== build number: 334 -> 335 ===
|
2024-07-26 13:04:43 +03:00 |
|
sowle
|
4365a76169
|
wallet: minor improvements
|
2024-07-26 04:53:32 +02:00 |
|
sowle
|
ac01843e27
|
wallet: sweep_below improved (fixed a couple of issues happening when there's a lot of small outs in the wallet)
|
2024-07-26 04:52:38 +02:00 |
|
sowle
|
449ac06070
|
simplewallet: balance and "balance raw" commands prioritize Zano native coins by showing it on the top row + minor improvements
|
2024-07-26 04:50:49 +02:00 |
|
sowle
|
fe98c140ac
|
wallet: minor refactoring for tx_too_big and other for clearness
|
2024-07-26 04:49:04 +02:00 |
|
sowle
|
712f66d3ee
|
set formal limit on tx input count to 256 (because of the asset surjection proof limits)
|
2024-07-26 02:22:21 +02:00 |
|
zano build machine
|
f0d82776b7
|
=== build number: 333 -> 334 ===
|
2024-07-25 15:51:12 +03:00 |
|
cryptozoidberg
|
12c5a0237b
|
fixed asset_emission_and_unconfirmed_balance
|
2024-07-24 23:49:00 +04:00 |
|
sowle
|
0bc14fa477
|
eth signature for CA: data structures + validate_ado_ownership() adaptation
|
2024-07-18 00:14:03 +02:00 |
|
sowle
|
ef73204960
|
added support for std::optional to src/serialization and boost serialization
|
2024-07-17 19:43:53 +02:00 |
|
cryptozoidberg
|
270bb925f5
|
updated documentation
|
2024-07-17 19:30:19 +04:00 |
|
sowle
|
3cb471c46c
|
Merge branch 'develop' into secp256k1
|
2024-07-15 21:41:12 +02:00 |
|
sowle
|
7c3d21e31f
|
coretests: minor fixes (gcc)
|
2024-07-13 00:31:49 +02:00 |
|
sowle
|
7d442b4c9a
|
coretests: gen_wallet_mine_pos_block adapted for HF4
|
2024-07-12 02:17:54 +02:00 |
|
sowle
|
b556f2ad86
|
minor improvements
|
2024-07-11 22:10:54 +02:00 |
|
sowle
|
567700635c
|
coretests: wallet_true_rpc_pos_mining test added
|
2024-07-11 22:10:37 +02:00 |
|
sowle
|
2582159a26
|
coretests: added ability to run "true" HTTP-RPC wallet tests via localhost connections
|
2024-07-11 22:09:55 +02:00 |
|
sowle
|
e17ede1649
|
rpc: set_ignore_connectivity_status() was ignored for some RPC, fixed
|
2024-07-11 22:04:42 +02:00 |
|
zano build machine
|
45eeb8c5f9
|
=== build number: 332 -> 333 ===
|
2024-07-11 22:34:29 +03:00 |
|
sowle
|
156c96fc42
|
minor bugfix in print_asset_info()
|
2024-07-11 21:32:18 +02:00 |
|
sowle
|
648f6954f4
|
wallet: allow to burn an asset up to zero
|
2024-07-11 21:21:22 +02:00 |
|
zano build machine
|
c1d37852c5
|
=== build number: 331 -> 332 ===
|
2024-07-11 14:49:28 +03:00 |
|
sowle
|
55358fc420
|
ui update
|
2024-07-11 12:32:20 +02:00 |
|
sowle
|
bb439b0107
|
fixed a bug in transform_t_pod_array_to_hex_str_array()
|
2024-07-10 13:52:36 +02:00 |
|
zano build machine
|
ebd5815845
|
=== build number: 330 -> 331 ===
|
2024-07-09 18:46:08 +03:00 |
|
sowle
|
461f8b9b47
|
ui update
|
2024-07-09 17:45:44 +02:00 |
|
zano build machine
|
c50c5f42be
|
=== build number: 329 -> 330 ===
|
2024-07-09 18:37:16 +03:00 |
|
sowle
|
8a8030c99b
|
Merge remote-tracking branch 'origin/dp_limits' into develop
|
2024-07-09 17:32:48 +02:00 |
|
zano build machine
|
f6400abaec
|
=== build number: 328 -> 329 ===
|
2024-07-08 01:47:13 +03:00 |
|
sowle
|
f0aef9782a
|
Merge branch 'develop' into dp_limits
|
2024-07-07 22:34:31 +02:00 |
|
zano build machine
|
86e5af333f
|
=== build number: 327 -> 328 ===
|
2024-07-07 23:33:39 +03:00 |
|
sowle
|
4ca10cfcb4
|
wallet: fixed a mistake in wallet2::finalize_transaction() fee check
|
2024-07-07 22:32:14 +02:00 |
|
zano build machine
|
c5d5311121
|
=== build number: 327 -> 328 ===
|
2024-07-07 22:40:54 +03:00 |
|