Commit Graph

89 Commits

Author SHA1 Message Date
lza_menace 026992a812 refactoring for wownero 2020-08-17 23:41:41 -07:00
Philippe Dumonet ae32ca0f0e
Add compatibility to old transactions 2020-06-06 22:10:11 +02:00
Philippe Dumonet 6a8c4e8cd7
Add fee to txs returned from .transactions()
previously the transaction fees were omitted from transactions loaded/found using .transactions methods, this simple change fixes it
2020-06-06 20:26:44 +02:00
Michał Sałaban 3ad3a6082b Fix encoding errors on send_transaction() 2020-04-13 11:44:25 +02:00
Michał Sałaban 0af65ca431 Add proxy to wallet backend too 2020-01-29 13:05:25 +01:00
Michał Sałaban 4c6bfd592b Load full content into Transaction from mempool 2020-01-25 01:29:43 +01:00
Michał Sałaban c6256fe4e1 Add comparison handling to Block, fix reward type 2020-01-24 12:38:33 +01:00
Michał Sałaban 1b503fd0ab Add Block class and handling 2020-01-22 14:11:39 +01:00
Michał Sałaban ccf5066739 Make daemon return net as in monero.const, cache the value 2020-01-22 14:11:27 +01:00
Michał Sałaban badeac38eb Make Transaction.blob raw binary instead of hex 2020-01-22 14:11:12 +01:00
Michał Sałaban 7279a95448 Merge branch 'master' into daemon-gettx 2019-12-29 23:22:30 +01:00
Michał Sałaban 39e1eb7a84 Add proxy and describe how to use TOR, close #55 2019-12-29 23:19:46 +01:00
Michał Sałaban 44d87be2e6 Add retrieval of transaction from daemon 2019-12-11 23:46:51 +01:00
Michał Sałaban c197be0a21 Merge branch 'rpc-daemon-raw-auth' of https://github.com/lalanza808/monero-python into lalanza808-rpc-daemon-raw-auth 2019-12-11 11:26:13 +01:00
Michał Sałaban df9dd7152b Include status in exception message 2019-12-11 11:25:14 +01:00
lance 7809b51b06 ensure functions utilizing `raw_request` can authenticate to rpc enabled daemon 2019-12-11 00:32:49 -08:00
Michał Sałaban 02ba5df0a6 Update doc 2019-10-25 22:48:56 +02:00
Michał Sałaban 90a7202bb1 Merge branch 'master' of https://github.com/massanchik/monero-python into massanchik-master 2019-10-25 22:47:03 +02:00
silk 5699c26f6b requests verify argument name fix 2019-10-21 13:06:13 +03:00
silk 4adef4de8a verify parameter name changed to verify_ssl_certs 2019-10-21 12:45:49 +03:00
Michał Sałaban fb13992c77 Add method for retrieving block headers from daemon 2019-10-16 13:36:50 +02:00
Michał Sałaban eb88f7cd6f Add exception for watch-only wallets trying to perform a spend op 2019-10-08 10:22:02 +02:00
Michał Sałaban 8f888d2aca Optimize retrieval of master address 2019-10-08 01:02:06 +02:00
silk 13efdb967c docstrings 2019-09-19 14:22:52 +03:00
silk f049570135 optional verify parameter for requests package 2019-09-19 14:07:01 +03:00
Michał Sałaban e55e2239b1 Add exception 2019-09-14 00:34:25 +02:00
Michał Sałaban d44d4fd2ac Add payment filtering by tx_id 2019-09-14 00:34:03 +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 010408dcf9 Add request timeout to JSONRPC backend 2019-05-11 00:41:10 +02:00
Michał Sałaban 64149f6323 Fix minor bugs in JSONRPC daemon backend and offline wallet, add tests 2019-04-05 02:10:10 +02:00
Michał Sałaban 3358e5a30a Remove compatibility and most references to archaic version of Monero 2019-04-03 00:03:34 +02:00
Michał Sałaban 864829b858 Properly handle account labels 2019-04-02 22:42:50 +02:00
Michał Sałaban d81b29182f Fix bug in destinations amounts 2019-03-12 11:27:46 +01:00
Michał Sałaban d0a2d35176 Add offline subaddress generation 2019-01-03 16:36:26 +00:00
Michał Sałaban 9d03995092 Remove the ringsize parameter 2018-10-19 01:32:04 +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 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 a91b975e4d Return Seed object from the wallet 2018-02-19 23:06:16 +01:00
Michał Sałaban d20b710034 Clean up unused code 2018-02-18 21:21:17 +01:00
Michał Sałaban 9e9b75a42e Add API docs for backend and transaction classes 2018-02-16 13:46:14 +01:00
Michał Sałaban 1d633410da Add fixes to work with Monero 0.11 2018-02-14 14:06:41 +01:00
Michał Sałaban 9a6bc49a28 Use protocol constant 2018-02-05 23:38:45 +01:00
Michał Sałaban 6a5dc9ad6d Add defaults and fix ranges in height query 2018-02-05 19:05:42 +01:00
Michał Sałaban 323746b80a Allow sending transactions with relaying disabled 2018-01-31 00:21:53 +01:00