1
0
Fork 0
forked from lthn/blockchain
Commit graph

1300 commits

Author SHA1 Message Date
sowle
02fb693905
checkpoint added: at 900000 for mainnet and at 700000 for testnet 2021-01-28 14:59:14 +03:00
sowle
55cae9d956
Merge branch 'release' into develop 2021-01-28 14:56:08 +03:00
sowle
8a03f8e4b3
gcc compilation fixed 2021-01-28 14:53:04 +03:00
sowle
5843f6964c
crypto: fe_isnonzero made public, point_t::is_zero() added 2021-01-26 23:14:46 +03:00
sowle
8063604b37
crypto-ops: ge_p2_to_p3 implemented 2021-01-14 23:45:47 +03:00
sowle
46d9895801
crypto: ge_bytes_hash_to_ec() added 2021-01-09 17:48:57 +03:00
sowle
bf9195db58
validate_alt_block_input fixed rare bug for cases g3-g5 when an output is spent in the next block 2021-01-07 19:40:55 +03:00
sowle
920d104e1b
validate_alt_block_input fixed for cases g3-g5 with mixins 2021-01-07 19:39:13 +03:00
sowle
cb18279d57
gcc compilation fixed 2020-12-26 03:32:49 +03:00
sowle
0a7b856d09
crypto: good fast sc_invert moved to crypto-ops 2020-12-24 17:38:40 +03:00
sowle
f70f58ffc3
crypto: libsodium license added, faster sc_mul implementation 2020-12-24 01:43:22 +03:00
sowle
a16067ac64
crypto: sc_mul added (naive implementation, need to be rewritten) 2020-12-23 01:25:38 +03:00
zano build machine
86b0b354ee === build number: 113 -> 114 === 2020-12-16 00:55:27 +03:00
cryptozoidberg
5337bdc69e
Merge branch 'develop' into release 2020-12-15 22:53:53 +01:00
cryptozoidberg
2768732e23
Fixed tracking seed restoring bug 2020-12-15 22:53:28 +01:00
sowle
0816fe57bb
crypto: 1) ge_p3_0, ge_sub, fe_sq, fe_mul, fe_frombytes, fe_invert made available from outside 2) fe_tobytes implemented 2020-12-14 18:41:49 +03:00
zano build machine
082cf5feb8 === build number: 112 -> 113 === 2020-12-09 23:43:55 +03:00
cryptozoidberg
2440cbb055
merge from ui_develop 2020-12-09 21:36:45 +01:00
cryptozoidberg
0a22f94030
fixed seed info validation 2020-12-09 21:33:14 +01:00
Nazar
7b4a6fa90a
Status setting wallet fix (#265)
* Status setting wallet (#1)

* add disabled btn setting_wallet

* add build html

* fix update status wallet

* add context copy seed_phrase

* fix bug

* fix wallet status

* update

* Create wallet

* fix wallet login and add seed block in create wallet
2020-12-09 21:32:46 +01:00
cryptozoidberg
1da1e21aed
got rid of unused keys in UI 2020-12-06 21:44:52 +01:00
cryptozoidberg
2b552386ca
Merge branch 'release' into develop 2020-12-04 22:06:26 +01:00
cryptozoidberg
c810f1f9fb
added method get_seed_phrase_info to sync_call function 2020-12-04 22:04:57 +01:00
cryptozoidberg
55f3b9e185
refactoring plain api: added sync_call method 2020-12-04 21:34:08 +01:00
cryptozoidberg
741db51007
Merge branch 'develop' into develop_mobile 2020-12-04 19:29:41 +01:00
cryptozoidberg
4a79757978
deleted unused code 2020-12-04 19:28:30 +01:00
cryptozoidberg
1fabcee504
fixed minor errors 2020-12-03 22:15:27 +01:00
cryptozoidberg
52199f1c79
fixed seed info validation 2020-12-03 21:15:55 +01:00
Nazar
1e0d085727
fix update status wallet (#259)
* add disabled btn setting_wallet

* add build html

* fix update status wallet
2020-12-03 21:15:01 +01:00
Nazar
e02c269c17
Add build html (#258)
* add disabled btn setting_wallet

* add build html
2020-12-03 18:14:11 +01:00
Nazar
bbd4cd5e04
add disabled btn setting_wallet (#257) 2020-12-03 16:45:11 +01:00
Nazar
d54c4f6237
update restore-wallet (#255)
* update restore wallet

* update restore wallet
2020-12-02 14:29:17 +01:00
cryptozoidberg
b93993c32f
getting less dramatic if seed password is wrong 2020-12-01 20:05:21 +01:00
cryptozoidberg
cc08086cac
fixed errors on get_seed_phrase_info 2020-12-01 19:28:41 +01:00
cryptozoidberg
60d6c44fb9
Merge branch 'develop' into ui_develop 2020-12-01 18:01:13 +01:00
Nazar
1d7bd3bda7
all three tasks have been completed (#253)
* all three tasks have been completed

* created copy seed phrase
2020-11-30 22:03:25 +01:00
cryptozoidberg
982543da42
fixed bug in getwallet_restore_info 2020-11-27 17:18:35 +01:00
cryptozoidberg
2d8adf2734
extended secure seed api for mobile wallet 2020-11-25 22:11:02 +01:00
cryptozoidberg
ca46baf24a
secure seed api extended 2020-11-24 20:01:46 +01:00
cryptozoidberg
9ff78d1351
implemented proper validation of seed phrase in simplewallet 2020-11-21 23:05:09 +01:00
cryptozoidberg
491d98cb6d
fixed minor bugs(thanks to Sowle for review) 2020-11-21 14:28:21 +01:00
cryptozoidberg
5889b84acd
unit tests expended to cover secure seed cases 2020-11-20 16:40:54 +01:00
cryptozoidberg
03cb013695
Seed password implementation: in work 2020-11-20 00:37:48 +01:00
cryptozoidberg
b47e385279
simplewallet secure seed promt implemented 2020-11-18 23:05:58 +01:00
cryptozoidberg
6349ed8341
fixed seed loading functions, fixed unit_tests 2020-11-18 21:20:08 +01:00
cryptozoidberg
e59178916b
fixed wrong type conversion 2020-11-18 00:23:57 +01:00
cryptozoidberg
20631c5805
secure seed: basic support implementation(in work) 2020-11-17 01:30:51 +01:00
zano build machine
f099ca9f98 === build number: 111 -> 112 === 2020-11-11 21:35:24 +03:00
cryptozoidberg
cdda604cf1
Merge branch 'ui_develop' into release 2020-11-11 21:32:50 +03:00
cryptozoidberg
d2899efbf1
Merge branch 'ui_develop' into develop 2020-11-11 21:32:16 +03:00