Commit graph

255 commits

Author SHA1 Message Date
Michał Sałaban
b6b254e390 Add contributor 2020-06-09 14:45:59 +02:00
Michał Sałaban
cf820e0d76 Bump up version 2020-06-09 14:39:20 +02:00
Michał Sałaban
5cad782b3b Add tests on fee 2020-06-09 14:36:57 +02:00
Michał Sałaban
6b5fdbecd0 Merge branch 'patch-1' of https://github.com/MrClottom/monero-python into MrClottom-patch-1 2020-06-09 14:28:08 +02:00
Michał Sałaban
36af7fd8ee Add test on mempool vs tx_id 2020-06-09 14:05:02 +02:00
Michał Sałaban
74704a9b37 Split mempool tests into more granular ones 2020-06-09 14:04:52 +02: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
261cd342dd Bump up version 2020-04-13 11:44:25 +02:00
Michał Sałaban
e7a408a7f0 Correct doc to use pytest from the venv 2020-02-14 11:53:10 +01:00
Michał Sałaban
0af65ca431 Add proxy to wallet backend too 2020-01-29 13:05:25 +01:00
Michał Sałaban
3c5ae775da Bump up version 2020-01-29 13:03:16 +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
2c85d23478 Update docs 2020-01-22 14:11:19 +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
337e84704f Update docs 2020-01-22 14:11:06 +01:00
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
e7897f72bd Bump up version 2020-01-22 14:10:31 +01:00
Michał Sałaban
13e0581994 Use six 2020-01-22 14:08:36 +01:00
Michał Sałaban
9c92d13e37 Bump up version 2019-12-29 23:22:47 +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
50ab45e97e Merge branch 'lalanza808-rpc-daemon-raw-auth' 2019-12-11 11:26:28 +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
28db684400 Bump up version 2019-11-20 23:17:37 +01:00
Michał Sałaban
9aee6564e7 Replace Ed25519 implementation with much faster pyca/ed25519 2019-11-20 01:14:26 +01:00
Michał Sałaban
c5c53adb10 Enable key retrieval from subaddresses too 2019-11-18 11:35:54 +01:00
Michał Sałaban
e029ade30b Bump up version 2019-11-08 10:37:40 +01:00
Maciej Urbanski
019d0b6427 python 3.8 support 2019-10-30 22:55:05 +01: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
Michał Sałaban
e92e7148e2 Add mempool status to daemoninfo.py 2019-10-25 22:41:07 +02:00
Michał Sałaban
a870165de9 Fix docs 2019-10-25 22:41:07 +02:00
Michał Sałaban
33e6d7e6e0 Add method for retrieving block headers from daemon 2019-10-25 22:41:05 +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
Michał Sałaban
a184c3bea2 Make Address accept bytes/str too 2019-10-07 15:10:54 +02:00
Michał Sałaban
b70c3fbc43 Add __format__() to Address 2019-10-04 14:38:17 +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