Commit Graph

3563 Commits (38ecd0526e32f651892f2e04174404907a563e29)

Author SHA1 Message Date
Riccardo Spagni 82375f7de7
Merge pull request #2806
7 years ago
Riccardo Spagni df032aac69
Merge pull request #2800
7 years ago
Riccardo Spagni 1de386111f
Merge pull request #2797
7 years ago
Riccardo Spagni eefd6a7878
Merge pull request #2796
7 years ago
Riccardo Spagni 7dc58410e5
Merge pull request #2784
7 years ago
Riccardo Spagni 539f511eb1
Merge pull request #2368
7 years ago
Riccardo Spagni ed2fc4a1ff
Merge pull request #2794
7 years ago
Riccardo Spagni 29b0bb8952
Merge pull request #2792
7 years ago
Riccardo Spagni d80a3e5c38
Merge pull request #2788
7 years ago
Riccardo Spagni 5eb825b876
Merge pull request #2785
7 years ago
moneromooo-monero 9739da1e84
wallet_rpc_server: new relay_tx command
7 years ago
moneromooo-monero 01dc829784
wallet: transfer RPC can now return tx metadata (pending_tx)
7 years ago
moneromooo-monero 83fa9047d8
serialization: add std::set and std::unordered_set serialization
7 years ago
moneromooo-monero 009eed17f1
rpc: increase the max number of outs one can request
7 years ago
moneromooo-monero c0ae52c081
simplewallet: prevent (wrong) integrated adresses on accounts > 0
7 years ago
moneromooo-monero 54a4c1cbf7
cryptonote: do not overwrite const data
7 years ago
moneromooo-monero d875a9ff90
wallet2: detect multiple outputs from a tx to different subaddresses
7 years ago
stoffu b0b7e0f09a
Spend proof without txkey
7 years ago
stoffu be1c01298a
fix for tx proof: use exception instead of error_str when signature gen failed
7 years ago
Riccardo Spagni 49ce59462a
Merge pull request #2783
7 years ago
Riccardo Spagni 8d9e4920fc
Merge pull request #2768
7 years ago
ston1th 0b08bf3968 fixed common/util.cpp to link against libressl
7 years ago
stoffu 998777ecd7
Tx proof (revised):
7 years ago
moneromooo-monero 310b790a64
make connection_id a string in RPC
7 years ago
Tim L 23b6f685de RPC: allow binding of restricted port in addition to core port
7 years ago
Cifrado b0426d4cf2 Fixes #759 Add sanity check on restore height
7 years ago
moneromooo-monero 51895fd7df
split wallet and wallet_api
7 years ago
moneromooo-monero 6cbe7bcdd2
wallet2: check generate_key_derivation return value
7 years ago
stoffu 6171238416
daemon & simplewallet: don't set max-concurrency when unspecified
7 years ago
iDunk5400 fdf0acbf97
Tools, daemonizer: fix building on Windows
7 years ago
Tim L ef941855ae Wallet RPC: Add prompt-for-password flag
7 years ago
moneromooo-monero 0b726be703
wallet2: minimize the number of construct_tx calls
7 years ago
moneromooo-monero 9d505d26b8
wallet2: cleanup some debug logs
7 years ago
moneromooo-monero ac5cd865b2
simplewallet: fix typo in incoming monero message
7 years ago
Michał Sałaban 0d149f708f Add out-of-bound exceptions and handle them in RPC
7 years ago
moneromooo-monero 93c3398503 simplewallet: translate ring size 0 to mixin 0 (default values)
7 years ago
stoffu c4587e83f8
simplewallet: wrong ns for input_line in sweep_single (fix #2634)
7 years ago
flozilla f9fad18608
blockchain_db: sanity check on tx/hash vector sizes
7 years ago
Riccardo Spagni cd070874bf
Merge pull request #2778
7 years ago
Riccardo Spagni 3abd6f1fd0
Merge pull request #2773
7 years ago
Riccardo Spagni c9a410e394
Merge pull request #2772
7 years ago
Riccardo Spagni 5c2dfe157b
Merge pull request #2771
7 years ago
Riccardo Spagni 0d4d628805
Merge pull request #2634
7 years ago
Riccardo Spagni 39bc39b86e
Merge pull request #2628
7 years ago
stoffu b738f4b59d
wallet: add sweep_single command
7 years ago
stoffu a17b8233da
wallet2 bugfix: loading old m_unconfirmed_payments
7 years ago
Howard Chu 987eb662bf
More missed readline dependencies thru scoped_message_writer
7 years ago
Howard Chu 29cee4ec4f
Fix 383ff4f689
7 years ago
Howard Chu b85e82bf6a
Fix e89994e98f
7 years ago
Howard Chu 95e784ad00
Fix 437421ce42
7 years ago
Riccardo Spagni 86a35eeed2
Merge pull request #2789
7 years ago
Riccardo Spagni 0c4df51bbb
Merge pull request #2765
7 years ago
anonimal a3ea62f209 CMake: include RPC when building GUI deps
7 years ago
Riccardo Spagni 10a237783a
Merge pull request #2692
7 years ago
Riccardo Spagni 815e158bdf
Merge pull request #2739
7 years ago
Riccardo Spagni edebe4e3b6
Merge pull request #2736
7 years ago
Riccardo Spagni 922aaf4e2a
Merge pull request #2644
7 years ago
Riccardo Spagni 41a8bf4f4c
Merge pull request #2636
7 years ago
Riccardo Spagni 5de492be40
Merge pull request #2629
7 years ago
moneromooo-monero 0f2c2d4c34
rpc: remove obsolete busy core checks
7 years ago
moneromooo-monero 99f398a25e
wallet2: avoid growing the short history when refreshing in a loop
7 years ago
Howard Chu 0d9c0db996
Do not build against epee_readline if it was not built
7 years ago
moneromooo-monero 178014c995
split off readline code into epee_readline
7 years ago
moneromooo-monero a9e14a19dc
link against readline only for monerod and wallet-wallet-{rpc,cli}
7 years ago
moneromooo-monero 437421ce42
wallet: move some scoped_message_writer calls from the libs
7 years ago
moneromooo-monero e89994e98f
wallet: rejig to avoid prompting in wallet2
7 years ago
moneromooo-monero ec5135e5b7
move input_line from command_line to simplewallet
7 years ago
moneromooo-monero 082db75f28
move cryptonote command line options to cryptonote_core
7 years ago
Pavel Maryanov a17efcb039
make this build on SunOS/Solaris
7 years ago
moneromooo-monero ad03f77856
simplewallet: factor transfer related exception handling
7 years ago
moneromooo-monero 383ff4f689
remove "using namespace std" from headers
7 years ago
stoffu fc85d7a998
simplewallet: fix in show_transfer passing wrong arg to wallet2::get_payments etc
7 years ago
Riccardo Spagni f48aeab5c4
Merge pull request #2756
7 years ago
Riccardo Spagni 910218b14e
Merge pull request #2755
7 years ago
Riccardo Spagni a2241e8151
Merge pull request #2753
7 years ago
Riccardo Spagni 68d5952f6a
Merge pull request #2752
7 years ago
Riccardo Spagni 95c34e17cd
Merge pull request #2750
7 years ago
Riccardo Spagni a2b427b1bf
Merge pull request #2749
7 years ago
Riccardo Spagni 1e874186b3
Merge pull request #2747
7 years ago
Riccardo Spagni 55603627c9
Merge pull request #2745
7 years ago
Riccardo Spagni 0d0ce8c21e
Merge pull request #2742
7 years ago
Riccardo Spagni e0e6e375bb
Merge pull request #2738
7 years ago
Riccardo Spagni e759c78a17
Merge pull request #2735
7 years ago
Riccardo Spagni 29d77e5686
Merge pull request #2727
7 years ago
moneromooo-monero 7cb303a44b
wallet2: simplify incoming tx processing code
7 years ago
Riccardo Spagni 25b97ee937
Merge pull request #2624
7 years ago
Riccardo Spagni cdab85db41
Merge pull request #2701
7 years ago
Riccardo Spagni 2458ff1a6d
Merge pull request #2697
7 years ago
Riccardo Spagni 8df6b010eb
Merge pull request #2696
7 years ago
moneromooo-monero 2677ade502
simplewallet: forbid 0 ring size
7 years ago
moneromooo-monero da8b60cbbf
simplewallet: reject attempts to use too low mixin early
7 years ago
Riccardo Spagni 6172248acf
Merge pull request #2685
7 years ago
Riccardo Spagni f4fded6fcf
Merge pull request #2683
7 years ago
Riccardo Spagni f1ca1f35d1
Merge pull request #2682
7 years ago
Riccardo Spagni 48ff10f77f
Merge pull request #2681
7 years ago
Riccardo Spagni 256a1d9ead
Merge pull request #2675
7 years ago
Riccardo Spagni 2ddb894607
Merge pull request #2661
7 years ago
Riccardo Spagni 474e02ccde
Merge pull request #2651
7 years ago
Riccardo Spagni 395025bb23
Merge pull request #2633
7 years ago
Riccardo Spagni f26e7a84a6
Merge pull request #2620
7 years ago