180 Commits (5fe2904bb100741c06a96f8d6884b50733d666c9)

Author SHA1 Message Date
Simon 9bb6162626 Add extra checking of memo data in hexadecimal string format. 8 years ago
Simon a5905772c8 Add logging under the category "asyncrpc". 8 years ago
Simon 39c7f954d0 Remove redundant call. 8 years ago
Simon 15c83ac6b4 Remove redundant check when getting spending key for a payment address. 8 years ago
Simon 87f7c98795 Refactor to use wallet note tracking from commit a72379 8 years ago
Simon c93d8bdf9c Fix bug where call to sign and send a transaction was in wrong scope. 8 years ago
Simon 3fd5a615ac Coinbase utxos can only be spent when sending to a single zaddr. 8 years ago
Simon 14af21e9f7 Add chaining of JoinSplits within a transaction. 8 years ago
Simon 3b54bf5813 Refactoring and small improvements to async rpc operations. 8 years ago
Simon 15d345466d Successful result of z_sendmany returns txid so it doesn't need to return raw hex. 8 years ago
Simon b7d7b2ad9d z_sendmany from a taddr now routes change to a new address instead of back to the sender's taddr, 8 years ago
Simon 4876de6c6d Update find_unspent_notes() as mapNoteAddrs_t has been replaced by mapNoteData_t. 8 years ago
Simon dafb81614b Implement z_sendmany RPC call. 8 years ago
Simon fc72c078be Add async RPC queue and operation classes. 8 years ago