Commit Graph

118 Commits

Author SHA1 Message Date
Michał Sałaban d81b29182f Fix bug in destinations amounts 2019-03-12 11:27:46 +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 c999f68cf1 Remove obsolete comment 2019-01-28 00:13:12 +01:00
Michał Sałaban 213c352afe Add missing copyright notice 2019-01-04 11:27:41 +00:00
Michał Sałaban 3b832040c6 Add range check 2019-01-04 11:25:28 +00:00
Michał Sałaban b0526972bd Up to 0.5 2019-01-03 18:15:01 +00:00
Michał Sałaban d9c68a86c6 Cleanup and update 2019-01-03 18:03:33 +00:00
Michał Sałaban d0a2d35176 Add offline subaddress generation 2019-01-03 16:36:26 +00:00
Michał Sałaban 6c1f667840 Merge branch 'master' into 0.5.x 2019-01-02 23:16:03 +00:00
Michał Sałaban bab0099419 Rearrange address class hierarchy 2018-12-15 03:53:19 +00:00
Michał Sałaban e12ecbaefb Release 0.4.4 2018-11-30 00:51:37 +00:00
Michał Sałaban 000a1d5cff Issue a warning when filtering by height but also asking for mempool transactions, fix #37 2018-11-30 00:51:37 +00:00
Michał Sałaban e3dcc96a60 Add secret key checking methods 2018-11-30 00:51:37 +00:00
Michał Sałaban 5ee551fa4a Return None when spend key is zero (view-only wallet) 2018-10-22 21:46:45 +02:00
Michał Sałaban 005076e8a2 Merge branch 'master' into 0.5.x 2018-10-22 21:40:34 +02:00
Michał Sałaban 980770a2b7 Remove excess import 2018-10-22 21:37:04 +02:00
Michał Sałaban 9d03995092 Remove the ringsize parameter 2018-10-19 01:32:04 +02:00
Michał Sałaban 91c720ecee Sort payments by height (descending) and mempool on top 2018-10-19 01:26:15 +02:00
Michał Sałaban 2d9843fec9 Make list of destinations a tuple, like argument to transfer_multiple();
Initialize destinations as empty list, make iterations straightforward
2018-10-18 23:49:32 +02:00
Michał Sałaban 55ce01f555 Merge branch 'master' into lialsoftlab-tx_confirmations 2018-10-18 23:27:33 +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
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
Maciej Urbanski 164f6afb7c
slightly better base58 (still ugly tho) 2018-07-02 19:01:25 +02:00
Michał Sałaban ce47e90535 Bump up version 2018-06-24 23:59:00 +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 b14770ea5a Instantiate the address returned by Seed 2018-06-04 12:53:45 +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 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
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 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
cryptochangements 4316cfa296 Generate keys and Addresses 2018-02-21 23:41:20 -05:00
Michał Sałaban bd0777262e Merge branch '0.1.x' 2018-02-22 04:48:01 +01:00