1
0
Fork 0
forked from lthn/blockchain
Commit graph

2609 commits

Author SHA1 Message Date
sowle
ea24d40f84
range proofs for zarcanum outputs 2022-07-06 22:07:54 +02:00
sowle
11ab985bc6
crypto: bpp minor refactoring (mostly prototypes), minor improvements, compilation fixes 2022-07-06 18:52:24 +02:00
sowle
e18f300fae
inline for is_out_burned 2022-07-06 15:54:51 +02:00
sowle
9b2c951d71
variant tag for zarcanum_outs_range_proof 2022-07-06 15:14:25 +02:00
sowle
6ca3acd0d5
zarcanum outputs generation + range proofs (work in progress) 2022-07-06 03:01:53 +02:00
sowle
03f949b669
crypto_assert re-implemented using exceptions 2022-07-06 02:59:07 +02:00
sowle
4028bab31c
add_out_to_get_random_outs() and print_blockchain_out_stats() refactoring 2022-07-04 21:08:53 +02:00
sowle
e2ef29a021
is_out_burned() implemented 2022-07-04 14:50:08 +02:00
sowle
fc01b6a099
tx_out_zarcanum: mix_attr added 2022-06-30 18:42:13 +02:00
sowle
45e1bbcafa
zarcanum outputs detection/decoding 2022-06-28 22:17:29 +02:00
sowle
a23eaac730
crypto_ops: derivation_to_scalar made public 2022-06-28 22:15:18 +02:00
sowle
9d1ab22010
crypto: hs_t and hs(...) made compatible with char[32] 2022-06-28 22:14:39 +02:00
sowle
d904323f88
crypto: made point_t throwing exceptions in bad cases 2022-06-28 22:13:34 +02:00
cryptozoidberg
018ec1eccf
Merge branch 'zarcanum_wallet' into zarcanum 2022-06-28 19:03:06 +02:00
cryptozoidberg
5b2dc84c4a
wallet.cpp compilation fixed 2022-06-28 18:29:00 +02:00
cryptozoidberg
8269c8ad42
renamed struct and removed unnecessary field 2022-06-28 17:53:50 +02:00
cryptozoidberg
a3947ea0c9
hidden amounts in wallet: fixed missing argument 2022-06-28 17:52:12 +02:00
cryptozoidberg
61f215e552
hidden amounts in wallet:inital 2022-06-28 17:46:07 +02:00
sowle
389118e785
zarcanum sig WIP 2022-06-27 23:09:25 +02:00
cryptozoidberg
a90c9931dd
fixed undefined references 2022-06-27 22:30:49 +02:00
cryptozoidberg
edd7eaca95
fixed compilation issue with print_tx_prun_info 2022-06-27 19:22:43 +02:00
cryptozoidberg
4aa4f9beb3
Merge branch 'sign_refactor' into zarcanum 2022-06-26 01:15:45 +02:00
cryptozoidberg
dfac17daeb
fixed all core tests 2022-06-26 01:13:19 +02:00
cryptozoidberg
e94e5c0a97
multiple fixes over sig refactoring 2022-06-25 00:06:26 +02:00
cryptozoidberg
fa4b8ab130
signature refactoring: pre-core tests 2022-06-23 16:22:55 +02:00
cryptozoidberg
4f80c7c334
signature refactoring with [] 2022-06-19 19:47:43 +02:00
cryptozoidberg
84c0697f1c
renamed alias member to proper name - fixed in wallet 2022-06-18 20:50:04 +02:00
cryptozoidberg
1960b49a1e
renamed alias member to proper name 2022-06-18 20:50:04 +02:00
cryptozoidberg
0e5bcbef47
improved alias detection in transaction history + added RPC API for alias registration 2022-06-18 20:50:03 +02:00
cryptozoidberg
6317a48bb9
Improved filtration of PoS-related transactions 2022-06-18 20:50:03 +02:00
cryptozoidberg
59af914d8d
Returned missing files 2022-06-18 20:50:03 +02:00
cryptozoidberg
154dbb3994
filtering transactions improved2 2022-06-18 20:50:02 +02:00
cryptozoidberg
7d42658387
filtering transactions improved 2022-06-18 20:50:02 +02:00
zano build machine
9ecf6babd5
=== build number: 143 -> 144 === 2022-06-18 20:50:02 +02:00
cryptozoidberg
564549d198
moved UI to latest fixes 2022-06-18 20:50:01 +02:00
cryptozoidberg
4f70de322d
moved UI to latest commit 2022-06-18 20:50:01 +02:00
Snider
1a5429a723
docker: adjustable library versions (#331)
* Adjustable lib versions via docker build args
* gha for docker build.
* removes the push to repo
* moves arg's to the top of the file.
* Delete docker-build.yml
2022-06-18 20:50:01 +02:00
sowle
533fe896ff
attempt to fix unit_tests for clang 2022-05-28 17:50:06 +02:00
sowle
91c8b29145
remove redundant code in blockchain_storage::check_tx_inputs 2022-05-27 22:10:59 +02:00
sowle
d97e1dc955
more compilation fixes 2022-05-27 20:48:42 +02:00
sowle
bbb263b39a
Merge branch 'zarcanum_tx' into zarcanum 2022-05-27 20:28:26 +02:00
sowle
4c720ebd82
various compilation and warning fixes for gcc 2022-05-27 19:50:21 +02:00
sowle
775fab7374
unit_test: compilation fixup 2022-05-27 17:14:38 +02:00
cryptozoidberg
a7795438a6
merge from zarcanum 2022-05-27 13:49:44 +02:00
cryptozoidberg
7534e27835
Merge branch 'zarcanum' into zarcanum_tx 2022-05-27 13:49:22 +02:00
sowle
c68edd162c
functional_tests: transactions_flow_tests fixed 2022-05-26 22:26:47 +02:00
sowle
fdadd238b4
minor improvement to transition_convert, daemon_commands_handler fixed 2022-05-26 22:25:19 +02:00
cryptozoidberg
0dbc900c9a
fixed wrong console handling on windows 2022-05-26 22:24:53 +02:00
cryptozoidberg
4b4a52f550
fixed unit_tests 2022-05-26 20:27:06 +02:00
sowle
57a65cee3e
binary serializaition tag for void_sig fixed 2022-05-26 19:55:41 +02:00