1
0
Fork 0
forked from lthn/blockchain
Commit graph

2288 commits

Author SHA1 Message Date
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
sowle
9a594cc719
experimental crypto: scalar_t::mul_plus_G improved, crypto_ge_scalarmult_vartime_p3 test added 2021-03-04 12:19:06 +03:00
sowle
00955a063f
experimental crypto: fixed for gcc 2021-03-04 12:09:56 +03:00
sowle
5eef9e5bc7
experimental crypto: added test crypto_primitives 2021-03-02 00:49:17 +03:00
sowle
1f8253e1b5
experimental crypto: scalar_t conversion to/from boost::mp::cpp_int, hash helpers added 2021-03-02 00:35:58 +03:00
sowle
e73fdea5e5
crypto: ge_double_scalarmult_base_vartime_p3, ge_scalarmult_vartime_p3, ge_scalarmult_vartime_p3_v2 added 2021-03-02 00:33:28 +03:00
cryptozoidberg
f05bd7a3fb
atomics: tests for altchain switching 2021-02-28 23:36:38 +01:00
cryptozoidberg
8fe41c8df2
htlc: added tests for double spend(redeem and then refund after) 2021-02-21 17:56:53 +01:00
cryptozoidberg
ef2f523bf1
fixed test for proper creating wrong tx(redeem after expiration) 2021-02-20 21:51:35 +01:00
cryptozoidberg
71708ca673
htlc: added test for validating before and after expiration conditions 2021-02-20 15:54:58 +01:00
cryptozoidberg
7f902f27c1
htlc: refund process fixed 2021-02-19 20:18:37 +01:00
cryptozoidberg
38f342b62c
extended test for refund validation(fails so far) 2021-02-17 00:40:24 +01:00
cryptozoidberg
367a786642
fixed last issues with redeem atomics, worked first time ever 2021-02-16 17:45:20 +01:00
sowle
40c52edf26
functional_tests: crypto_tests: tests wildcard filtering added 2021-02-15 15:48:50 +03:00
sowle
60973109e1
L2S: new optimized implementation (v3) 2021-02-15 15:44:11 +03:00
sowle
98a4325e5a
experimental crypto: point_t::mul_plus_G, hash helpers, test ring generators, crypto_hp test added 2021-02-15 15:43:13 +03:00
cryptozoidberg
d8f276b30b
multiple fixes over atomics 2021-02-15 02:17:59 +01:00
cryptozoidberg
06ca6e035d
implemented taking origin from redeemed tx 2021-02-14 00:28:39 +01:00
cryptozoidberg
82d0e335e6
added double spend protection in htlc(great that i've thought about it now), wallet loading optimization 2021-02-13 00:57:24 +01:00
sowle
6cdb515fde
experimental crypto: L2S signature v2 (basic optimizations) 2021-02-13 00:08:37 +03:00