Commit Graph

190 Commits

Author SHA1 Message Date
Michał Sałaban d81b29182f Fix bug in destinations amounts 2019-03-12 11:27:46 +01:00
Michał Sałaban 24856cfafd Update repo location 2019-03-11 21:33:21 +01:00
Michał Sałaban 125d5eac0d Update contributors 2019-01-31 11:17:44 +01:00
Michał Sałaban 517a5d52e4 Merge branch 'moneroexamples-cash_ed_calculations' 2019-01-31 10:53:42 +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 c51e3672a6 Update docs 2019-01-03 18:04:42 +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
Gonçalo Valério 741d54c235 added global toc to the sidebar of the documentation 2018-11-25 01:32:59 +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 3edb981078 Print addresses for single-account wallets 2018-10-19 01:24:05 +02:00
Michał Sałaban dfc70b5b5f Restructure credits 2018-10-18 23:56:31 +02:00
Michał Sałaban e3adb32238 Add contributor lialsoftlab 2018-10-18 23:55: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 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