index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
wallet_rpc_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed typos and wording tweaks
Maxithi
2018-01-29
1
-9
/
+9
*
Merge pull request #2967
Riccardo Spagni
2018-01-02
1
-301
/
+103
|
\
|
*
wallet_rpc_server: factor transfer info return and add missing info
moneromooo-monero
2017-12-20
1
-301
/
+103
*
|
Revert "return subaddress in get_bulk_payments"
moneromooo-monero
2017-12-25
1
-1
/
+0
*
|
Merge pull request #2926
Riccardo Spagni
2017-12-25
1
-0
/
+70
|
\
\
|
*
|
Account tagging
stoffu
2017-12-18
1
-0
/
+70
|
|
/
*
|
Merge pull request #2920
Riccardo Spagni
2017-12-25
1
-5
/
+19
|
\
\
|
*
|
check accessing an element past the end of a container
moneromooo-monero
2017-12-18
1
-5
/
+12
|
*
|
add empty container sanity checks when using front() and back()
moneromooo-monero
2017-12-18
1
-0
/
+7
|
|
/
*
|
Merge pull request #2916
Riccardo Spagni
2017-12-25
1
-4
/
+18
|
\
\
|
*
|
wallet-rpc: added receiving address to res of get(_bulk)_payments; selective ...
stoffu
2017-12-18
1
-4
/
+18
|
|
/
*
|
Merge pull request #2899
Riccardo Spagni
2017-12-25
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
return subaddress in get_bulk_payments
Dmitriy Plekhanov
2017-12-08
1
-0
/
+1
*
|
wallet: factor multisig info parsing
moneromooo-monero
2017-12-17
1
-50
/
+1
*
|
wallet: use raw encrypted data in multisig import/export RPC
moneromooo-monero
2017-12-17
1
-47
/
+7
*
|
wallet: add multisig sign/submit RPC
moneromooo-monero
2017-12-17
1
-82
/
+361
*
|
Match surae's recommendation to derive multisig keys
moneromooo-monero
2017-12-17
1
-3
/
+3
*
|
wallet: guard against partly initialized multisig wallet
moneromooo-monero
2017-12-17
1
-4
/
+25
*
|
add multisig core test and factor multisig building blocks
moneromooo-monero
2017-12-17
1
-14
/
+1
*
|
N-1/N multisig
moneromooo-monero
2017-12-17
1
-11
/
+93
*
|
multisig address generation RPC
moneromooo-monero
2017-12-17
1
-0
/
+234
*
|
gen_multisig: generates multisig wallets if participants trust each other
moneromooo-monero
2017-12-17
1
-0
/
+1
*
|
Add N/N multisig tx generation and signing
moneromooo-monero
2017-12-17
1
-0
/
+1
*
|
new wipeable_string class to replace std::string passphrases
moneromooo-monero
2017-11-27
1
-1
/
+2
|
/
*
Merge pull request #2823
Riccardo Spagni
2017-11-25
1
-21
/
+21
|
\
|
*
Add out-of-bound exceptions and handle them in RPC
Michał Sałaban
2017-11-15
1
-21
/
+21
*
|
Merge pull request #2368
Riccardo Spagni
2017-11-25
1
-0
/
+50
|
\
\
|
*
|
Spend proof without txkey
stoffu
2017-11-21
1
-0
/
+50
*
|
|
Merge pull request #2788
Riccardo Spagni
2017-11-25
1
-3
/
+80
|
\
\
\
|
*
|
|
wallet_rpc_server: new relay_tx command
moneromooo-monero
2017-11-24
1
-0
/
+41
|
*
|
|
wallet: transfer RPC can now return tx metadata (pending_tx)
moneromooo-monero
2017-11-24
1
-3
/
+39
|
|
/
/
*
/
/
fix for tx proof: use exception instead of error_str when signature gen failed
stoffu
2017-11-21
1
-6
/
+1
|
/
/
*
|
Merge pull request #2768
Riccardo Spagni
2017-11-20
1
-5
/
+8
|
\
\
|
*
|
Wallet RPC: Add prompt-for-password flag
Tim L
2017-11-15
1
-5
/
+8
|
|
/
*
/
Tx proof (revised):
stoffu
2017-11-18
1
-0
/
+161
|
/
*
simplewallet: wrong ns for input_line in sweep_single (fix #2634)
stoffu
2017-11-15
1
-1
/
+1
*
wallet: add sweep_single command
stoffu
2017-11-15
1
-0
/
+96
*
More missed readline dependencies thru scoped_message_writer
Howard Chu
2017-11-14
1
-2
/
+1
*
wallet: move some scoped_message_writer calls from the libs
moneromooo-monero
2017-11-14
1
-1
/
+11
*
wallet: rejig to avoid prompting in wallet2
moneromooo-monero
2017-11-14
1
-5
/
+15
*
Merge pull request #2756
Riccardo Spagni
2017-11-14
1
-0
/
+0
|
\
|
*
Fix file permission issue
Tim L
2017-11-03
1
-0
/
+0
*
|
simplewallet: reject attempts to use too low mixin early
moneromooo-monero
2017-11-14
1
-16
/
+3
*
|
track double spending in the txpool
moneromooo-monero
2017-11-06
1
-6
/
+8
*
|
Merge pull request #2605
Riccardo Spagni
2017-11-06
1
-0
/
+29
|
\
\
|
|
/
|
/
|
|
*
Wallet: Descriptions through new commands 'set_description', 'get_description'
rbrunner7
2017-10-16
1
-0
/
+29
*
|
Merge pull request #2723
Riccardo Spagni
2017-10-31
1
-1
/
+1
|
\
\
|
*
|
RPC Add cross origin resource sharing support
Tim L
2017-10-30
1
-1
/
+1
|
|
/
*
/
Add more specific RPC error codes
Michał Sałaban
2017-10-23
1
-96
/
+91
|
/
*
Fix compiler warnings with Clang 6.0.0.
Vasil Dimov
2017-10-15
1
-1
/
+1
[next]