index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rpc
/
core_rpc_server.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo on bitmonerod rpc method error.
Mike C
2016-03-14
1
-3
/
+3
*
rpc: do not return bans if they're effectively spent
moneromooo-monero
2016-03-12
1
-4
/
+7
*
new flush_txpool command, and associated RPC call
moneromooo-monero
2016-01-30
1
-0
/
+54
*
rpc: add missing return on error when getting a tx
moneromooo-monero
2016-01-30
1
-0
/
+1
*
Fix V1/V2 use of hard fork related parameters
moneromooo-monero
2016-01-29
1
-2
/
+2
*
rpc: fix missing target information in RPC call
moneromooo-monero
2016-01-11
1
-0
/
+2
*
rpc: is_key_image_spent now checks the tx pool too
moneromooo-monero
2016-01-05
1
-1
/
+31
*
updated copyright year
Riccardo Spagni
2015-12-31
1
-1
/
+1
*
Merge pull request #547
Riccardo Spagni
2015-12-22
1
-1
/
+1
|
\
|
*
Allow the wallet to access hard fork information
moneromooo-monero
2015-12-19
1
-1
/
+1
*
|
print top block hash in daemon diff command
moneromooo-monero
2015-12-18
1
-1
/
+8
|
/
*
Register daemon command line arguments to core if they're used in core
moneromooo-monero
2015-12-08
1
-2
/
+1
*
Merge pull request #505
Riccardo Spagni
2015-11-30
1
-0
/
+8
|
\
|
*
core_rpc_server: add a --restricted-rpc option
moneromooo-monero
2015-11-27
1
-0
/
+8
*
|
Merge pull request #503
Riccardo Spagni
2015-11-30
1
-0
/
+1
|
\
\
|
*
|
rpc: pass current block target in rpc
moneromooo-monero
2015-11-26
1
-0
/
+1
|
|
/
*
/
add RPC calls and commands to get/set bans
moneromooo-monero
2015-11-26
1
-0
/
+43
|
/
*
Relay transactions when they linger too long in the pool
moneromooo-monero
2015-11-21
1
-1
/
+1
*
rpc: fix start_mining and status RPC crashes
moneromooo-monero
2015-10-28
1
-0
/
+1
*
rpc: fix hard_fork_info RPC
moneromooo-monero
2015-10-26
1
-0
/
+1
*
core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONS
moneromooo-monero
2015-10-13
1
-0
/
+2
*
core_rpc_server: add a getblock RPC command, and fix print_block
moneromooo-monero
2015-10-13
1
-0
/
+60
*
Add an RPC call and daemon command to get info on hard fork voting
moneromooo-monero
2015-09-19
1
-0
/
+23
*
Merge pull request #369
Riccardo Spagni
2015-08-13
1
-1
/
+5
|
\
|
*
core_rpc_server: replace vector<bool> with vector<int> in RPC
moneromooo-monero
2015-08-13
1
-1
/
+5
*
|
core_rpc_server: find transactions in the pool as well as the blockchain
moneromooo-monero
2015-08-11
1
-0
/
+24
|
/
*
Add a is_key_image_spent daemon command and RPC call
moneromooo-monero
2015-08-11
1
-0
/
+29
*
core_rpc_server: log some error messages to the console
moneromooo-monero
2015-05-28
1
-0
/
+3
*
core_rpc_server: reenable print_pl
moneromooo-monero
2015-05-28
1
-3
/
+2
*
Add mempool output to daemon via command and RPC
warptangent
2015-04-23
1
-3
/
+1
*
[fix] log level change. compilation: dns, tests
rfree2monero
2015-04-10
1
-0
/
+2
*
remerged; commands JSON. logging upgrade. doxygen
rfree2monero
2015-04-01
1
-0
/
+39
*
Restore daemon interactive mode
Thomas Winget
2015-03-27
1
-25
/
+25
*
revert stop_daemon method to use correct exit
Thomas Winget
2015-02-24
1
-1
/
+1
*
RPC calls for background daemon added in
Thomas Winget
2015-02-24
1
-0
/
+69
*
Daemonize changes pulled in -- daemon builds
Thomas Winget
2015-02-24
1
-23
/
+23
*
previous hash added to GBT
Riccardo Spagni
2015-01-06
1
-0
/
+1
*
year updated in license
Riccardo Spagni
2015-01-02
1
-1
/
+1
*
core_rpc_server: use do while(0) idiom in macros using if
moneromooo-monero
2014-10-06
1
-2
/
+2
*
core_rpc_server: fix overreads in slow_memmem
moneromooo-monero
2014-10-06
1
-8
/
+10
*
Give up on brace initializers in initializer lists (MSVC bug)
Zachary Michaels
2014-09-15
1
-1
/
+1
*
Separate testnet address prefix
Zachary Michaels
2014-09-15
1
-8
/
+13
*
Add descriptions for RPC command line params
Zachary Michaels
2014-09-15
1
-3
/
+9
*
Separate rpc port for testnet
Zachary Michaels
2014-09-15
1
-5
/
+23
*
Reorganize testnet constants
Zachary Michaels
2014-09-15
1
-1
/
+1
*
#36 simplewallet refresh include optional height param
Jakob Lind
2014-08-01
1
-1
/
+2
*
License updated to BSD 3-clause
fluffypony
2014-07-23
1
-3
/
+29
*
Add get_info command to daemon json rpc
Zachary Michaels
2014-07-22
1
-0
/
+24
*
Added get_connections RPC call to daemon
Thomas Winget
2014-07-18
1
-0
/
+16
*
Fix for orphan fix (check blocksize)
mydesktop
2014-06-11
1
-0
/
+9
[next]