Commit Graph

26 Commits

Author SHA1 Message Date
Michał Sałaban 6e410d9624 Introduce monero.const, simplify net check methods and deprecate old API 2020-01-22 14:10:39 +01:00
Michał Sałaban 8f888d2aca Optimize retrieval of master address 2019-10-08 01:02:06 +02:00
Michał Sałaban c2af7acc31 Update .new_address() method to return subaddress index 2019-09-13 17:16:48 +02:00
Michał Sałaban 48cad4007a Add `sweep_all()` method, close #20 2019-06-26 20:01:43 +02:00
Michał Sałaban 864829b858 Properly handle account labels 2019-04-02 22:42:50 +02:00
Michał Sałaban d0a2d35176 Add offline subaddress generation 2019-01-03 16:36:26 +00: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 42dbaa7c98 Update to scheduled hard fork v8, warn about deprecation of dynamic ring size 2018-10-06 01:57:37 +02:00
Michał Sałaban dc3180753b Clean up imports 2018-07-24 15:25:58 +02: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 c729611c81 Add numbers module docs, describe transaction priorities 2018-02-15 21:32:26 +01:00
Michał Sałaban 775e3bd7a4 Add API docs for Account and Wallet 2018-02-15 21:20:48 +01:00
Michał Sałaban a814197057 Refactor transfer query 2018-01-29 21:26:46 +01:00
Michał Sałaban c695e43883 Remove excessive get_ prefixes from method names 2018-01-28 21:00:24 +01:00
Michał Sałaban 38704ba8ea Handle mempool transactions 2018-01-22 03:56:05 +01:00
Michał Sałaban 34fa48fcf8 Allow creating txs without relaying to the network 2018-01-14 05:34:54 +01:00
Michał Sałaban 1be5d0b063 Bugfixing: mixin vs ringsize, get_addresses() in wallet 2018-01-13 22:24:17 +01:00
Michał Sałaban a1849cab8d Add methods for account and address creation; Retrieve labels 2018-01-11 23:17:34 +01:00
Michał Sałaban 02a599e9ad Differentiate between None and 0 as payment id 2018-01-11 06:13:33 +01:00
Michał Sałaban 666aed038f Refactor Payment ID as separate type 2018-01-06 23:24:05 +01:00
Michał Sałaban 5355824a61 Add classes for transactions 2017-12-27 02:50:02 +01:00
Michał Sałaban 56d7443616 Add mock tests for accounts, addresses and balance.
Add method for getting a single balance.
2017-12-01 06:06:15 +01:00
Michał Sałaban 40fd464a12 Add transfer handling 2017-11-29 04:38:29 +01:00
Michał Sałaban 7200d980d9 Add draft of Account, Wallet and JSONRPC backend 2017-11-26 23:22:48 +01:00