Commit Graph

262 Commits

Author SHA1 Message Date
Michał Sałaban f5c16b58ef Make walletdump not crash on non-deterministic wallets 2018-10-18 23:26:47 +02:00
Michał Sałaban d0dd554e38 Add new RPC error code pending as PR 2018-10-18 23:20:27 +02:00
Alexey V. Litvinov 4fc8495727 Support for confirmations number in transactions. 2018-10-18 16:15:20 +10:00
Alexey V. Litvinov 339363b575 Fix for python 2.x compatibility issue. 2018-10-18 14:47:01 +10:00
Alexey V. Litvinov ee8aea69bd Destinations adresses support in outgoing payment transactions. 2018-10-18 13:44:54 +10:00
Michał Sałaban 915590780f Add methods for exporting/importing outputs and key images 2018-10-11 18:24:59 +02:00
codeforcer a31afd84e5 support for rpc login in regular monero daemon 2018-10-09 22:24:06 +02:00
Michał Sałaban e8b70cfff0 Bump up version 2018-10-06 01:58:07 +02:00
Michał Sałaban 42dbaa7c98 Update to scheduled hard fork v8, warn about deprecation of dynamic ring size 2018-10-06 01:57:37 +02:00
Maciej Urbanski e4af96540d base58 improvements 2018-10-06 01:00:23 +02:00
Maciej Urbanski 414f38b124 use stable python 3.7 in travis CI 2018-10-06 00:58:26 +02:00
Michał Sałaban e07f3c5ac4 Add link to github, make it easier for PIP users to find the source 2018-07-24 21:45:07 +02:00
Michał Sałaban dc3180753b Clean up imports 2018-07-24 15:25:58 +02:00
Michał Sałaban 101064ad7c Prepare v0.4.2 2018-07-06 15:05:04 +02:00
zhixin.xiu 0250d8fc25 transfer with payment id 2018-07-06 15:02:06 +02:00
Michał Sałaban aa9c341167 Bump up version 2018-07-03 14:44:09 +02:00
Michał Sałaban e77f57ad11 Add note on local changes 2018-07-03 14:43:11 +02:00
Michał Sałaban 241b1cb78f Merge PR #28: fix pip installation bug, improve base58 2018-07-03 14:40:08 +02:00
Maciej Urbanski 164f6afb7c
slightly better base58 (still ugly tho) 2018-07-02 19:01:25 +02:00
Maciej Urbanski f666640fff
mark support for python 3.7 2018-06-29 21:06:10 +02:00
Maciej Urbanski 7d4c798c6a
fix & include testing of package distribution 2018-06-29 20:46:27 +02:00
Michał Sałaban ce47e90535 Bump up version 2018-06-24 23:59:00 +02:00
Maciej "RooTer" Urbański 12e69da496 continuous integration goodies from rooterkyberian (#26)
* continuous integration goodies

* fixed test_address not running

* fixup `python setup.py test`

* fixup readme.rst formatting
2018-06-12 13:09:35 +02:00
Michał Sałaban 7176f3fa0f Properly raise exceptions in base58 code; partial fix for #27 2018-06-07 22:34:13 +02:00
Michał Sałaban d1835db50b Update contributors 2018-06-06 14:12:49 +02:00
Michał Sałaban f3ea24d7c5
Merge pull request #25 from rooterkyberian/issue_19
Fix chicken and egg problem of #19
2018-06-06 14:10:59 +02:00
Maciej Urbanski 999c5e718a
fixes #19 2018-06-06 11:14:00 +02:00
Michał Sałaban b14770ea5a Instantiate the address returned by Seed 2018-06-04 12:53:45 +02:00
Michał Sałaban d12f2f66c0 Add Adam as contributor 2018-06-04 12:42:59 +02:00
Michał Sałaban a76cfa03fd
Merge pull request #23 from atward/mnemonics
Add support for multiple mnemonic wordlist
2018-06-04 12:40:20 +02:00
Michał Sałaban 4ec127d065 Fix Python 2.x compatibility problem, close #24 2018-06-04 00:56:58 +02:00
Adam Ward 9f6fed8ced Imported mnemonic wordlists from monero-project 2018-06-03 12:32:02 +10: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 7c26bb62d9
Merge pull request #22 from Lafudoci/pip_read
Read the README.rst with UTF8
2018-05-30 12:53:44 +02:00
Lafudoci dab18bb5b9 Read the README.rst with UTF8 2018-05-29 13:01:27 +08:00
Michał Sałaban 9a0d336ba2 Update versions in README 2018-05-26 18:13:02 +02:00
Michał Sałaban 59a4d16c89 Add info on 12/13-word seeds to the doc 2018-05-26 18:11:54 +02:00
Michał Sałaban e922ed92e8 Add test for 12 words 2018-05-26 18:05:47 +02: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 c9b4a5c7cb Add failing test for MyMonero mnemonics 2018-05-24 12:40:19 +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
Michał Sałaban c02009128d Do `chmod a+x` on utility scripts, add header 2018-05-22 11:52:14 +02:00
Michał Sałaban d032fd2d86 Prepare for release 0.3 2018-05-21 17:26:51 +02:00
Michał Sałaban a037f121b7 Add support for stagenet addresses 2018-05-21 17:25:28 +02:00
Michał Sałaban 0bfdb8f7be Fix release number 2018-05-21 16:40:37 +02:00
Michał Sałaban 539ad6b165 Prepare for v0.2 2018-03-16 00:31:22 +01:00
Michał Sałaban cd41ee29be Prepare for v7 hard fork, set default ring size to 7 (closes #16) 2018-03-16 00:21:09 +01:00
Michał Sałaban 0b0510654a Add donation info 2018-03-07 22:56:40 +01:00