Commit graph

24 commits

Author SHA1 Message Date
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
9d03995092 Remove the ringsize parameter 2018-10-19 01:32:04 +02:00
Michał Sałaban
915590780f Add methods for exporting/importing outputs and key images 2018-10-11 18:24:59 +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
zhixin.xiu
0250d8fc25 transfer with payment id 2018-07-06 15:02:06 +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
ed383d6040 Update checks and tests 2018-01-30 12:47:10 +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
090ef0c984 Update to recent Monero project state 2018-01-28 15:38:10 +01:00
Michał Sałaban
8ae386904a Fix typo 2018-01-25 08:00:02 +01:00
Michał Sałaban
38704ba8ea Handle mempool transactions 2018-01-22 03:56:05 +01:00
Michał Sałaban
333caafa90 Add key retrieval 2018-01-14 06:28:28 +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
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