Commit Graph

2917 Commits (38756d00ff432dd44971538c512465e19438f3ff)

Author SHA1 Message Date
moneromooo-monero d3bb72fff1
wallet2: fix infinite loop on future refresh height
7 years ago
moneromooo-monero 32754784db
wallet: fix refresh_from_height setting on new wallet
7 years ago
Jethro Grassie be9d4f0411
Fix multiline wallet cli output with readline
7 years ago
Riccardo Spagni 50d8f73f06
Merge pull request #2091
7 years ago
Riccardo Spagni f31b89012d
Merge pull request #2073
7 years ago
Mike C b592cb3f0a Fix on_transfer RPC incorrect logging info
7 years ago
Guillaume LE VAILLANT 3255887f5e simplewallet: typo fixes
7 years ago
Julien Klepatch bdab3436d3 Fix mismatch of parameter name between header file and implementation for set_user_options()
7 years ago
moneromooo-monero bb708ab8c3
electrum-words: fix seed mistakenly thought to be old style
7 years ago
stoffu d5f1cef73c
simplewallet: removed unneeded LOCK_IDLE_SCOPE() from check_tx_key()
7 years ago
stoffu 8df918f8c7
simplewallet: replace assert(m_wallet) with error out
7 years ago
stoffu 8da82256d4
crypto: moved boost::lock_guard into a smaller scope
7 years ago
stoffu c9e0e944e9
Signature proving payment to destination by only revealing key derivation, not the actual tx secret key
7 years ago
Riccardo Spagni ae8841f2ab
Merge pull request #2087
7 years ago
Riccardo Spagni 78f965a9e2
Merge pull request #2082
7 years ago
Riccardo Spagni 91e1a7e3e2
Merge pull request #2081
7 years ago
Riccardo Spagni f973a2f81a
Merge pull request #2078
7 years ago
Riccardo Spagni fb7d6db051
Merge pull request #2076
7 years ago
Riccardo Spagni ae5f7c71d7
Merge pull request #2074
7 years ago
Riccardo Spagni 88b7cb9bda
Merge pull request #2070
7 years ago
Riccardo Spagni ace1440b65
Merge pull request #2066
7 years ago
Riccardo Spagni a0174ad534
Merge pull request #2064
7 years ago
jethro e1f3dfccc8 Add readline support to cli
7 years ago
Riccardo Spagni 421a6d0340
Merge pull request #2055
7 years ago
Riccardo Spagni a237f90c5b
Merge pull request #2052
7 years ago
Julien Klepatch e4da88a223 Fixed typo in rpc/core_rpc_server.cpp
7 years ago
Howard Chu 07c4276cbe
Don't issue a new timedsync while one is already in progress
7 years ago
moneromooo-monero 4e13ab306a
wallet_api: fix missing transaction parameter in callback
7 years ago
moneromooo-monero 235df7f484
blockchain_db: add a txpool tx getter which returns existence
7 years ago
moneromooo-monero b2319a03a6
simplewallet: new command to generate a random payment id
7 years ago
Howard Chu 1dd524151d
Fix #1991 asm multiply again
7 years ago
jethro 1b75ad91aa Add OSX background mining
7 years ago
Michael Shick ac0714dcd7
add simplewallet --generate-new-wallet arg checks
7 years ago
Howard Chu 3fc22e7b78
Add histogram to poolstats
7 years ago
Robby Weinberg 71f8249a08 Prevent crash if performing certain actions before wallet is initialized
7 years ago
moneromooo-monero 6fc2dc3927
cryptonote_protocol_handler: fix crash in debug log
7 years ago
Riccardo Spagni ea286d1a14
Merge pull request #2058
7 years ago
Riccardo Spagni 3d397325bf
Merge pull request #2063
7 years ago
Riccardo Spagni 4a60e9e66e
Merge pull request #2062
7 years ago
Howard Chu 5414970dcd
Speedup print_pool_stats
7 years ago
Howard Chu d17c0fc2d0
Don't copy blockchain for coinbase_tx_sum
7 years ago
moneromooo-monero 31417d57da
tx_pool: add missing blockchain lock in add_tx
7 years ago
schnerchi 6bcd3b2df1 fix get_upper_transaction rename
7 years ago
Riccardo Spagni 8fbbefb8db
Merge pull request #2053
7 years ago
Riccardo Spagni f5e65452ce
Merge pull request #2042
7 years ago
Riccardo Spagni a4c13ea092
Merge pull request #2039
7 years ago
Riccardo Spagni 4284f1777d
Merge pull request #2038
7 years ago
Riccardo Spagni cd13bcb4d2
Merge pull request #2036
7 years ago
Riccardo Spagni 9ea7fbed8a
Merge pull request #2032
7 years ago
Riccardo Spagni 907ce14b18
Merge pull request #2026
7 years ago
Riccardo Spagni d621f9e558
Merge pull request #2022
7 years ago
Riccardo Spagni 62cc3b6447
Merge pull request #2021
7 years ago
Riccardo Spagni 024860b49d
Merge pull request #2020
7 years ago
Riccardo Spagni 1555e7673d
Merge pull request #2017
7 years ago
Riccardo Spagni 545e2b003c
Merge pull request #1982
7 years ago
moneromooo-monero 05f3dcf738
simplewallet: fix refresh height for new wallets
7 years ago
moneromooo-monero 072102cfd2
abstracted nework addresses
7 years ago
moneromooo-monero 0a182576d0
node_rpc_proxy: fix earliest fork height query for unknown forks
7 years ago
moneromooo-monero b52abd1370
Move txpool to the database
7 years ago
Jaquee 740bc24c95 Wallet API: Set seed lang when recovering form keys
7 years ago
Gentian 4b932ff314 changed crypto to cncrypto so it generated libcncrypto
7 years ago
xmr-eric 89e20bb9af Fix typo
7 years ago
moneromooo-monero a374a522df
wallet2: check key image validity domain in import_key_images
7 years ago
stoffu dd8e3266b2
shared libs build (i.e. make debug)
7 years ago
xmr-eric a57392016b Update sync time copy
7 years ago
Nano Akron e2529347b6 Correct spelling of 'get_upper_transaction_size_limit'
7 years ago
Nano Akron 3029d0efb3 Remove the 1.25x multiplier in max transaction size in just the wallet
7 years ago
stoffu 8ac2496c5d
corrected typo in help regarding min-outputs-*
7 years ago
stoffu 6cb1ad1fa2
wallet fix: ensure iterator to be valid
7 years ago
moneromooo-monero 391c918d87
wallet2: fix sweep_unmixable assuming wrong minimum mixin at v5
7 years ago
Riccardo Spagni 81b370d5a1
Merge pull request #2012
7 years ago
Riccardo Spagni c17102c385
Merge pull request #2002
7 years ago
Riccardo Spagni ed09652a17
Merge pull request #1701
7 years ago
Jaquee bbf4c21048 Wallet API: add spend/view key getters
7 years ago
Nano Akron 12fff108ea
Change Old_English to English_Old - 'Old English' is actually a language
7 years ago
moneromooo-monero 6df83b3efb
wallet: add sweep_below function
7 years ago
Nano Akron 533187f0c3
Change all wallet language names into native names (and scripts)
7 years ago
Riccardo Spagni 9a9fb0483f
Merge pull request #1996
7 years ago
Riccardo Spagni 999b0f399d
Merge pull request #1989
7 years ago
Riccardo Spagni 0385999cda
Merge pull request #1984
7 years ago
Riccardo Spagni e53dd76a49
Merge pull request #1983
7 years ago
Riccardo Spagni ae1d816768
Merge pull request #1976
7 years ago
Riccardo Spagni ed082a747a
Merge pull request #1973
7 years ago
Riccardo Spagni 865bb03ecf
Merge pull request #1968
7 years ago
Riccardo Spagni 29a77c9b19
Merge pull request #1961
7 years ago
Riccardo Spagni 0a6da8929d
Merge pull request #1959
7 years ago
Riccardo Spagni f65d739c41
Merge pull request #1954
7 years ago
Riccardo Spagni acbe0b4849
Merge pull request #1938
7 years ago
moneromooo-monero a6d5bb75fe
wallet2: refer to triangular distribution for recent zone in comment
7 years ago
moneromooo-monero ac1aba90f8
wallet2: bias fake outs more towards recent outputs
7 years ago
assylias bff90264b8
Add expected total reward to RPC "getblocktemplate".
7 years ago
moneromooo-monero 7f4beaa44a
wallet2: fix removal of wrong txes from unconfirmed_payments
7 years ago
Nano Akron 72d113dd38
Amended software licenses for Portuguese and Spanish
7 years ago
Nano Akron 54bcd260ff
Added Simplified Chinese electrum word list
7 years ago
moneromooo-monero a255a5407f
simplewallet: allow multiline seed
7 years ago
moneromooo-monero 5fce581ce3
mnemonics: ignore multiple whitespace between words
7 years ago
moneromooo-monero a7d78dda77
wallet2: fix --generate-from-json in RPC mode
7 years ago
hyc a467321800 Clean up ARMv8-a aes_expand_key()
7 years ago
hyc a3d779013d Fix block_longhash_worker thread
7 years ago
kenshi84 e9fb44ed3c
wallet cli: removed some inappropriate return-false
7 years ago
Lee Clagett 93e10f1cc4 Simplified the implementation and features of span
7 years ago
Lee Clagett 4a8f96f95d Improvements for epee binary to hex functions:
7 years ago
Howard Chu 110b683152
Resolve #92 add ability to create wallets thru RPC
7 years ago
Riccardo Spagni 9ed496bbc5
Merge pull request #1956
7 years ago
Riccardo Spagni c8dd4c58ce
Merge pull request #1955
7 years ago
Riccardo Spagni 878c4ee913
Merge pull request #1952
7 years ago
Riccardo Spagni 4be94be168
Merge pull request #1951
7 years ago
Riccardo Spagni e9ca165b1a
Merge pull request #1950
7 years ago
Riccardo Spagni 9c2bcabcdd
Merge pull request #1949
7 years ago
Riccardo Spagni 6353e5b0e5
Merge pull request #1946
7 years ago
Riccardo Spagni 17e8ce8c35
Merge pull request #1940
7 years ago
Riccardo Spagni 2037083b5f
Merge pull request #1937
7 years ago
Riccardo Spagni bf665e5991
Merge pull request #1931
7 years ago
Riccardo Spagni 541e1ff474
Merge pull request #1929
7 years ago
moneromooo-monero 89d707566a
wallet2: fix spurious output splitting when not merging destinations
7 years ago
moneromooo-monero 10e137be3a
wallet2: mention escaping/quoting --password in help string
7 years ago
moneromooo-monero eb20f7209e
daemon: print average fee per byte in print_pool_stats
7 years ago
moneromooo-monero 37be70bbd7
daemon: add fee/byte when print pool transaction info
7 years ago
moneromooo-monero 893f5a301e
tx_pool: add blob size and fee/byte when logging a new tx
7 years ago
moneromooo-monero 5b63246813
core: fix blob size cache, and reenable hash and blob size caches
7 years ago
Jaquee f5bd346573
IOS CMAKE build settings
7 years ago
Jaquee 0a7885bf19
Wallet API: fix Cold signing split tx
7 years ago
moneromooo-monero 548075b1f5
daemon: new relay_tx command and RPC
7 years ago
moneromooo-monero 0ee018b407
wallet2: do not go over the target tx size if many destinations
7 years ago
moneromooo-monero 9ae566d0dd
simplewallet: fix cold signing of split transactions
7 years ago
moneromooo-monero aae14a107a
simplewallet: allow setting confirm-missing-payment-id in watch wallets
7 years ago
Antti Keränen 17c7c62d55
Add per transaction fee to transfer command
7 years ago
moneromooo-monero a38343bf68
miner: add a debug log in pause and resume
7 years ago
Guillaume LE VAILLANT 64377c90b5 Add other possible paths of AC power status file on Linux
7 years ago
kenshi84 89e100bc8c
wallet cli: remove redundant password confirm in donate command
7 years ago
Riccardo Spagni d1530f06bb
update version to 0.10.3.1 tag
7 years ago
moneromooo-monero 899497069b
simplewallet: factor the per-variable code in set_variable
7 years ago
moneromooo-monero a96f9baeb4
core: disable tx/block hash cache
7 years ago
Riccardo Spagni b1313aefd8
Merge pull request #1925
7 years ago
Riccardo Spagni f64a0f2243
Merge pull request #1917
7 years ago
Guillaume LE VAILLANT 93b32892f7 Silence warning about possibly uninitialized pointer
7 years ago
moneromooo-monero 6e6794786a
mnemonics: sanity checks for word lists
7 years ago
moneromooo-monero e98f1114a0
mnemonics: misc cleanup
7 years ago
moneromooo-monero a50c4a4fad
wallet: option to merge destinations
7 years ago
Riccardo Spagni e3d2b135e7
Merge pull request #1924
7 years ago
Riccardo Spagni 119803f26e
Merge pull request #1921
7 years ago
Riccardo Spagni 4737f61c81
Merge pull request #1919
7 years ago
moneromooo-monero 6d315459b6
core: avoid possible reordering bugs wth tx/bloch hash cache
7 years ago
Derek Zhang 2bee92dbd0 Fixed typo in v5 hard fork finalized date
7 years ago
Derek Zhang d17179d14b Fixed typo in CLI wallet help message
7 years ago
Roy Jacobs 5a4827ae21 Add Dutch mnemonics wordlist
7 years ago
moneromooo-monero 0ad87db01f
wallet: try to save large outputs when using an unneeded second input
7 years ago
Riccardo Spagni 11e24bb2ba
Merge pull request #1916
7 years ago
Riccardo Spagni 92c2d79d10
Merge pull request #1915
7 years ago
Riccardo Spagni 20387386b9
Merge pull request #1914
7 years ago