Commit Graph

110 Commits (3f3a4cdc2a92a088172266d1916fbf2f59c23f2d)

Author SHA1 Message Date
Michał Sałaban 010408dcf9 Add request timeout to JSONRPC backend
5 years ago
Michał Sałaban 64149f6323 Fix minor bugs in JSONRPC daemon backend and offline wallet, add tests
5 years ago
Michał Sałaban 3358e5a30a Remove compatibility and most references to archaic version of Monero
5 years ago
Michał Sałaban 864829b858 Properly handle account labels
5 years ago
Michał Sałaban d81b29182f Fix bug in destinations amounts
5 years ago
Michał Sałaban d0a2d35176 Add offline subaddress generation
6 years ago
Michał Sałaban 9d03995092 Remove the ringsize parameter
6 years ago
Michał Sałaban 2d9843fec9 Make list of destinations a tuple, like argument to transfer_multiple();
6 years ago
Michał Sałaban 55ce01f555 Merge branch 'master' into lialsoftlab-tx_confirmations
6 years ago
Michał Sałaban d0dd554e38 Add new RPC error code pending as PR
6 years ago
Alexey V. Litvinov 4fc8495727 Support for confirmations number in transactions.
6 years ago
Alexey V. Litvinov ee8aea69bd Destinations adresses support in outgoing payment transactions.
6 years ago
Michał Sałaban 915590780f Add methods for exporting/importing outputs and key images
6 years ago
codeforcer a31afd84e5 support for rpc login in regular monero daemon
6 years ago
Michał Sałaban a91b975e4d Return Seed object from the wallet
6 years ago
Michał Sałaban d20b710034 Clean up unused code
6 years ago
Michał Sałaban 9e9b75a42e Add API docs for backend and transaction classes
6 years ago
Michał Sałaban 1d633410da Add fixes to work with Monero 0.11
6 years ago
Michał Sałaban 9a6bc49a28 Use protocol constant
6 years ago
Michał Sałaban 6a5dc9ad6d Add defaults and fix ranges in height query
6 years ago
Michał Sałaban 323746b80a Allow sending transactions with relaying disabled
6 years ago
Michał Sałaban c073a9d1a3 Update tests, fix bugs
6 years ago
Michał Sałaban ed383d6040 Update checks and tests
6 years ago
Michał Sałaban a814197057 Refactor transfer query
6 years ago
Michał Sałaban e058155124 Add exception for no daemon connection
6 years ago
Michał Sałaban c695e43883 Remove excessive get_ prefixes from method names
6 years ago
Michał Sałaban 090ef0c984 Update to recent Monero project state
6 years ago
Michał Sałaban a16ae37a94 Reorganize payments and transactions
6 years ago
Michał Sałaban a59a8f737a Merge branch 'mempool'
6 years ago
Michał Sałaban 01060cbe7d Add exception
6 years ago
Michał Sałaban 6255ca48a7 Add exception on transaction not found
6 years ago
Michał Sałaban 3854a9e0eb Fix crash on empty mempool
6 years ago
Michał Sałaban aa155b0520 Fix: use proper class; add comment on pending PR
6 years ago
Michał Sałaban 38704ba8ea Handle mempool transactions
6 years ago
Michał Sałaban d0bc224e78 Fix: use proper class; add comment on pending PR
6 years ago
Michał Sałaban 8fbc8e853a Change the default port
7 years ago
Lance Allen 3a9600672b fixing variable referencing _log
7 years ago
Michał Sałaban 8e6970ea38 Automatically relay transactions (note: the flag is not documented)
7 years ago
Michał Sałaban f8bb84c458 Add transaction broadcasting
7 years ago
Michał Sałaban 900bcdc2ed Add daemon API sketch
7 years ago
Michał Sałaban 333caafa90 Add key retrieval
7 years ago
Michał Sałaban 34fa48fcf8 Allow creating txs without relaying to the network
7 years ago
Michał Sałaban 1be5d0b063 Bugfixing: mixin vs ringsize, get_addresses() in wallet
7 years ago
Michał Sałaban a1849cab8d Add methods for account and address creation; Retrieve labels
7 years ago
Michał Sałaban 0d0cc34353 Recognize "TX not possible" exception
7 years ago
Michał Sałaban 02a599e9ad Differentiate between None and 0 as payment id
7 years ago
Michał Sałaban 5b7dd90b9d Recognize payment id exception
7 years ago
Michał Sałaban ae6f6e9dfa Return payment id in transfers
7 years ago
Michał Sałaban 5cc760bd71 Sort transactions by timestamp
7 years ago
Michał Sałaban 666aed038f Refactor Payment ID as separate type
7 years ago
Michał Sałaban 6a3015d880 More explicit naming
7 years ago
Michał Sałaban 5355824a61 Add classes for transactions
7 years ago
Michał Sałaban 79a549391d s/JSONRPC/JSONRPCWallet/g
7 years ago
Michał Sałaban ddd54b6063 Retrieve subaddress index from response
7 years ago
Michał Sałaban 4e9284c064 Don't use unusual names
7 years ago
Michał Sałaban 56d7443616 Add mock tests for accounts, addresses and balance.
7 years ago
Michał Sałaban 5e96380d7b Update info
7 years ago
Michał Sałaban 45516ec33f Add SubAddress class
7 years ago
Michał Sałaban 40fd464a12 Add transfer handling
7 years ago
Michał Sałaban 7200d980d9 Add draft of Account, Wallet and JSONRPC backend
7 years ago