1
0
Fork 0
forked from lthn/blockchain
Commit graph

2054 commits

Author SHA1 Message Date
cryptozoidberg
54bf59ceab
Merge branch 'develop' into atomics 2021-04-26 13:12:53 -05:00
cryptozoidberg
ac5b6b6030
fixed few bugs in block version pre-validation(possible hardfork) 2021-04-23 22:37:37 -05:00
sowle
730328e87a
crypto: point_t ctor minor fix 2021-04-24 05:18:14 +03:00
sowle
ebffb92877
crypto: crypto-sugar (scalar_t, point_t and other helpers) moved from functional_tests/crypto_tests to crypto 2021-04-24 04:48:38 +03:00
sowle
4ce59c023b
crypto: fe_cmp implemented 2021-04-24 04:45:30 +03:00
cryptozoidberg
152dd00859
added core test against hard_fork3 validation 2021-04-22 19:12:30 -05:00
cryptozoidberg
38aab2c61c
moved htlc from hardfork 2 to hardfork 3 2021-04-22 11:48:33 -05:00
sowle
7fb643d894
crypto: cn_fast_hash is a bit more faster now 2021-04-22 01:34:51 +03:00
sowle
8ac3432dcb
experimental crypto: ml2s_sig_verif_performance, ml2s_sig_verif_performance_2 (performance tests for ml2s) 2021-04-21 17:36:43 +03:00
sowle
07ce36d4ee
experimental crypto: assign_mul_plus_G, c_point_H 2021-04-21 17:34:36 +03:00
sowle
efa8065d3d
experimental crypto: pod_to_hex_* fixed, point_t ctor fixed 2021-04-20 03:04:33 +03:00
sowle
68e586e700
daemon: print_tx_prun_info cmd added 2021-04-20 03:01:29 +03:00
sowle
8db7fa905f
predownload database updated to 1M blocks 2021-04-17 05:25:39 +03:00
cryptozoidberg
6fea62ddf7
added checkpoint in testnet 2021-04-16 14:31:18 -05:00
cryptozoidberg
51ffbac73c
fixed ui submodule 2021-04-15 13:22:13 -05:00
cryptozoidberg
5d909f468a
fixed windows build script 2021-04-15 10:24:22 -05:00
cryptozoidberg
efd0031aa9
fixed local path to submodule 2021-04-14 17:04:02 -05:00
sowle
bcc94045c4
experimental crypto: all gcc issues fixed 2021-04-14 20:10:17 +03:00
sowle
0dce55c2e1
experimental crypto: ml2s_py2cpp, ml2s_cpp2py, ml2s_hsc 2021-04-14 00:28:43 +03:00
sowle
a01cc99c3b
experimental crypto: point_t helpers, muladd test 2021-04-13 02:44:42 +03:00
sowle
561c72b68b
experimental crypto: performance tests moved to separate file + few new crypto primitives added to crypto_performance 2021-04-12 13:14:42 +03:00
sowle
fc1e876ced
experimental crypto: pod to str conversions for 256 bit pods, small fixes 2021-04-12 13:09:53 +03:00
sowle
e6a519e288
experimental crypto: scalar_t and point_t convenient ctors and muladd added 2021-04-11 18:27:04 +03:00
sowle
c8386fc2db
crypto: gcc fixup 2 2021-04-11 00:20:18 +03:00
sowle
fc82f572c2
crypto: gcc fixup 2021-04-11 00:18:42 +03:00
sowle
457b84fd7b
crypto: ge_bytes_hash_to_ec_32 2021-04-10 23:43:54 +03:00
sowle
670bacbf3f
crypto: ge_mul8_p3 and sc_muladd implemented 2021-04-10 23:41:38 +03:00
cryptozoidberg
ffd1ecdcff
fixed counterparty_address load from transaction details 2021-03-26 00:43:50 +03:00
sowle
aac094ce4b
experimental crypto: scalar_t::is_reduced(), tests, new primitives for performance test 2021-03-24 19:56:33 +03:00
cryptozoidberg
18ef9b12ec
fixed misprint in struct definition 2021-03-24 01:00:12 +03:00
cryptozoidberg
f6ab75f530
fixed build scripts for submodule 2021-03-22 22:03:03 +03:00
cryptozoidberg
604c0264e6
Added all the htmls as a submodule from separate repository 2021-03-22 21:48:22 +03:00
cryptozoidberg
b4903386a5
checkpoints reset for testnet 2021-03-22 21:13:19 +03:00
cryptozoidberg
9df7801865
iplemented RPC API for atomics 2021-03-18 22:35:11 +03:00
cryptozoidberg
4121cbe675
added tx_payer to htlc 2021-03-17 21:01:09 +03:00
cryptozoidberg
72c6d886f4
disabled predownload even better 2021-03-13 17:32:56 +03:00
cryptozoidberg
6efae35982
disabled_predownload for testnet 2021-03-13 17:05:08 +03:00
cryptozoidberg
c6572a213a
fixed gcc compilation issue with RIPEMD-160 2021-03-13 16:23:34 +03:00
cryptozoidberg
e001149194
testnet restarted (in atomics branch yet) 2021-03-13 16:13:03 +03:00
cryptozoidberg
a3ca1edcd6
fixed hard_fork_2_no_new_structures_before_hf 2021-03-12 17:20:11 +03:00
cryptozoidberg
91648cbcf2
fixed hard_fork_1_unlock_time_2_in_normal_tx 2021-03-12 16:29:26 +03:00
sowle
2271ce03b1
coretests: gen_crypted_attachments, gen_tx_extra_double_entry, gen_wallet_decrypted_attachments fixed 2021-03-12 07:14:28 +03:00
sowle
ff445036cc
coretests: code cleanup 2021-03-12 07:13:30 +03:00
sowle
e3dfa2ca67
coretests: many tests fixed due to more strict rule for extra_alias_entry and HF2 2021-03-11 19:43:39 +03:00
sowle
4bf6a5e2d1
compilation fixes 2021-03-11 06:48:43 +03:00
cryptozoidberg
74f30a8c5f
validate_tx_for_hardfork_specific_terms: added old code in comments 2021-03-11 01:34:21 +03:00
cryptozoidberg
3962e6153d
fixed multiple bugs related to recent refactoring 2021-03-10 22:35:34 +03:00
cryptozoidberg
9dac595b83
fixed bug with finalize_transaction params(escrow work was totaly broken) 2021-03-10 03:23:54 +03:00
cryptozoidberg
f0e41e1980
htlc: added hardfork2 rules, improved core tests for atomics 2021-03-08 02:09:08 +03:00
cryptozoidberg
2e18f85c2e
htlc: atomic_test_altchain_simple 2021-03-07 23:18:19 +03:00