Commit Graph

12 Commits

Author SHA1 Message Date
lza_menace 026992a812 refactoring for wownero 2020-08-17 23:41:41 -07:00
Michał Sałaban 6e410d9624 Introduce monero.const, simplify net check methods and deprecate old API 2020-01-22 14:10:39 +01:00
moneroexamples f59e6c402b Caching of ed25519 values for public keys in seed
Based on:

https://github.com/emesik/monero-python/issues/42#issuecomment-458780087
2019-01-31 09:28:44 +08:00
Michał Sałaban e3dcc96a60 Add secret key checking methods 2018-11-30 00:51:37 +00:00
Michał Sałaban b14770ea5a Instantiate the address returned by Seed 2018-06-04 12:53:45 +02:00
Adam Ward 4c9ca07006 Add support for multiple mnemonic wordlist
Added Wordlist class and registry
Moved mnemonic encoding/decoding logic from Seed to Wordlist
2018-06-03 12:30:48 +10:00
Michał Sałaban ee16fd41b9 Save hexlify/unhexlify cycles 2018-05-26 18:01:11 +02:00
Michał Sałaban ce9427180b Simplify the Seed class interface, raise ValueError instead of assertions 2018-05-26 17:58:39 +02:00
Michał Sałaban 83eca24ce0 Add handling for 12/13-word seeds (MyMonero style) 2018-05-26 17:42:55 +02:00
Michał Sałaban 10c6ee1a67 Fix bytes/str conflict in Python 3, add network selection for address derivation from the seed 2018-05-24 12:38:59 +02:00
cryptochangements 4316cfa296 Generate keys and Addresses 2018-02-21 23:41:20 -05:00
lance allen 6adb4eeae1
Squashed commit of the following:
commit 091aa668e194489e3a45e418941ea922c09f7024
Author: lance allen <lrallen03@gmail.com>
Date:   Mon Feb 19 09:32:50 2018 -0800

    removing extraneous import

commit 47d2dbcf4e20a4cbba1bb77caa39e8005db00042
Author: lance allen <lrallen03@gmail.com>
Date:   Mon Feb 19 00:18:19 2018 -0800

    matching the version to emesik master and fixing the method name

commit 63b5f5fae3a3125b36a6ed18f3f7e47e54cd1d1d
Author: lance allen <lrallen03@gmail.com>
Date:   Sun Feb 18 22:38:37 2018 -0800

    adding unit file for seed class

commit 515ccfe18663d6f52810d59ccdd9ab51e2be7d58
Author: lance allen <lrallen03@gmail.com>
Date:   Sun Feb 18 22:38:17 2018 -0800

    updating init files

commit 6e0803661f08694a5a81a83a7fbeede6e18f741c
Author: lance allen <lrallen03@gmail.com>
Date:   Sun Feb 18 22:37:46 2018 -0800

    updating init from assert to raise, set gte operator on checks

commit e066039bf8ccf5128987e6d291864f3a9d61df28
Author: lance allen <lrallen03@gmail.com>
Date:   Sun Feb 18 18:42:30 2018 -0800

    move get_checksum outside of class and always return seed with checksum

commit 1b0cb8adc6945d777abba18acfcaf8d3b6f4be42
Author: lance allen <lrallen03@gmail.com>
Date:   Sun Feb 18 17:14:46 2018 -0800

    removing extraneous seed_ prefixes from class vars and change class param to

commit 9b60a34da554696f3cfbfd7cb3f0780dfc32bc55
Author: lance allen <lrallen03@gmail.com>
Date:   Sun Feb 18 13:52:12 2018 -0800

    move generate_hex function outside of class

commit 162036cb38ff5a90cf515fd951d70299117866aa
Author: lance allen <lrallen03@gmail.com>
Date:   Sun Feb 18 13:49:46 2018 -0800

    adding string input to class constructor and determine validity

commit 30f04ade1819b152fd600eff0b7364d9bd7aaab4
Author: lalanza808 <lrallen03@gmail.com>
Date:   Sat Feb 17 23:59:19 2018 -0800

    adding commit hashes and revamping comments

commit c46029fbc9bf74bf64231a1d4c4c6613be08bf00
Author: lalanza808 <lrallen03@gmail.com>
Date:   Sat Feb 17 23:18:07 2018 -0800

    adding licensing, verb noun functions, checksum val, hex generation

commit fa38d8aa1ea3aeb5ba7d03f89f9610a1b9b76e49
Author: lance allen <lrallen03@gmail.com>
Date:   Sat Feb 17 16:57:19 2018 -0800

    adding seed class for encoding/decoding mnemonic phrases or hex strings

commit d523e51a92c626a435aad64740d2fe04eb2f8b99
Author: lance allen <lrallen03@gmail.com>
Date:   Sat Feb 17 16:57:03 2018 -0800

    adding english wordlist for mnemonic seeds

commit f6d78a497a0d48b565f1a584b51150a03f9df7d6
Author: lance allen <lrallen03@gmail.com>
Date:   Sat Feb 17 16:56:48 2018 -0800

    updating monero init file to include wordlists
2018-02-19 09:35:30 -08:00