Commit Graph

234 Commits (bda76b6be9bab8e06e53e096370903c3e9daf75d)

Author SHA1 Message Date
moneromooo-monero 70f2321763
add top height to get_output_distribution, and cache it for rct
6 years ago
moneromooo-monero 25fe67e4cf
rpc: allow getting pruned blocks from gettransactions
6 years ago
stoffu 353e9c0c90
Core RPC: optionally add POW hash to block_header_response
6 years ago
moneromooo-monero 41f727ce42
add RPC to get a histogram of outputs of a given amount
6 years ago
stoffu af773211cb
Stagenet
6 years ago
Riccardo Spagni 04a676397f
Merge pull request #3165
6 years ago
stoffu 7539603f94
Bootstrap daemon
6 years ago
Erik de Castro Lopo 32c0f908cd Allow the number of incoming connections to be limited
6 years ago
Riccardo Spagni f7dcb730cb
Merge pull request #3144
6 years ago
Riccardo Spagni 6d48bddffd
Merge pull request #3136
6 years ago
xmr-eric 18216f19dd Update 2018 copyright
6 years ago
moneromooo-monero 42f86624a3
rpc: expose recent median block size in getinfo
6 years ago
moneromooo-monero e0404d35fe
rpc: default do_not_relay to false in sendrawtransaction
6 years ago
Nick Johnson 301ec15c49
Change cryptonote::COMMAND_RPC_SET_LIMIT::response to use int64_t
6 years ago
Riccardo Spagni 8da24c2a57
Merge pull request #2878
7 years ago
Riccardo Spagni ed8fc8ac1c
Merge pull request #2838
7 years ago
moneromooo-monero abebe392c7
rpc: add offline state in info rpc
7 years ago
Riccardo Spagni ed2fc4a1ff
Merge pull request #2794
7 years ago
moneromooo-monero 310b790a64
make connection_id a string in RPC
7 years ago
Riccardo Spagni a2241e8151
Merge pull request #2753
7 years ago
Riccardo Spagni e759c78a17
Merge pull request #2735
7 years ago
moneromooo-monero 43f27c7d43
core: warn when free disk space is low
7 years ago
stoffu a524b7508e
rpc: added miner_tx_hash to resp of getblock
7 years ago
Tim L fa51408272 RPC: get_info add rpc_connections_count
7 years ago
moneromooo-monero ccf53a566c
track double spending in the txpool
7 years ago
Jaquee 8bfa6c2d9f lightwallet rpc server commands
7 years ago
Riccardo Spagni 3bab2676ec
Merge pull request #2512
7 years ago
Riccardo Spagni 3bf20a77f2
Merge pull request #2470
7 years ago
moneromooo-monero 792ba4f0fe
Log categories can now be added to and removed from
7 years ago
stoffu b5cbdce8a6
wallet2: correctly handle in/out payments for view-only wallet
7 years ago
MaxXor 2e59f6ea50 rpc: add new RPCs to get and set limits
7 years ago
Riccardo Spagni 72b5f37f58
Merge pull request #2349
7 years ago
moneromooo-monero 55bec1f03d
rpc: add a new RPC to get current txpool backlog (sizes and fees)
7 years ago
moneromooo 4dbf29bd32
txpool: add tx size median to the pool stats
7 years ago
Riccardo Spagni 6db8a60a18
Merge pull request #2149
7 years ago
moneromooo-monero 5be43fcdba
cryptonote_protocol_handler: sync speedup
7 years ago
moneroexamples 125f823bda Add on_get_alt_blocks_hashes RPC call
7 years ago
Riccardo Spagni ace1440b65
Merge pull request #2066
7 years ago
Riccardo Spagni a237f90c5b
Merge pull request #2052
7 years ago
Howard Chu 3fc22e7b78
Add histogram to poolstats
7 years ago
Howard Chu 5414970dcd
Speedup print_pool_stats
7 years ago
moneromooo-monero 072102cfd2
abstracted nework addresses
7 years ago
assylias bff90264b8
Add expected total reward to RPC "getblocktemplate".
7 years ago
moneromooo-monero 548075b1f5
daemon: new relay_tx command and RPC
7 years ago
moneromooo-monero 558cfc31ca
core, wallet: faster tx pool scanning
7 years ago
Riccardo Spagni 78a99fe7da
Merge pull request #1820
7 years ago
moneromooo-monero 7a44f38a7f
Add support for the wallet to refresh pruned blocks
7 years ago
moneromooo-monero ea873ceb2c
daemon/rpc: updates command and RPC
7 years ago
Riccardo Spagni c3599fa7b9
update copyright year, fix occasional lack of newline at line end
7 years ago
Dion Ahmetaj 69ab14d91e More robust battery status handling.
7 years ago
Dion Ahmetaj ad95e65028 Added a note about smart mining to status command. Fixed up a bug where I was resetting bg mining enabled instead of started. Upped the miner threshold. Also moved setting of enabled on start above miner thread creation since starting with true, then stopping, then starting with false resulted in race condition.
7 years ago
Dion Ahmetaj 345ed4823c Background/smart mining. If a users' computer is plugged into a power
7 years ago
kenshi84 8027ce0c75 extract some basic code from libcryptonote_core into libcryptonote_basic
7 years ago
Riccardo Spagni ab69d5b367
Merge pull request #1569
7 years ago
kenshi84 16b8b66adc specify restore height by YYYY-MM-DD format
7 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
7 years ago
kenshi84 ce866d1cc6 macro to define core RPC version for avoiding future mistake
7 years ago
Riccardo Spagni 10c6afd316
Merge pull request #1571
7 years ago
moneromooo-monero 81c384e408
fix do_not_relay not preventing relaying on a timer
7 years ago
moneromooo-monero 5b5017e267
rpc: add a command to get info about the current blockchain
7 years ago
Riccardo Spagni 0b6031adbf
Merge pull request #1543
7 years ago
Miguel Herranz 19be7225cc Add start_time to get_info methods and show uptime
7 years ago
kenshi84 f1dde1a429 wallet cli: print originating block heights of mixin keys when making transfer
7 years ago
Riccardo Spagni 15dcc5afd3
Merge pull request #1534
7 years ago
moneromooo-monero 9731b4e54f
rpc: add block size to GET_BLOCK_HEADER RPC
7 years ago
moneromooo-monero 9188b3468c
rpc: add current block size to the getinfo call
7 years ago
moneromooo-monero 94b6feef24
rpc: fix mixup in tx_info serialization
8 years ago
moneromooo-monero 55fa0479a0
rpc: new function and RPC to get alternative chain info
8 years ago
moneromooo-monero d6086f5b4e
Improve daemon RPC version handling
8 years ago
moneromooo-monero e227d6e7ac
rpc: bump version after RPC changes
8 years ago
moneromooo-monero 2c0173c722
Add a get_outs (fully text based) version of get_outs.bin
8 years ago
moneromooo-monero e05907b3e7
rpc: add output indices to gettransactions
8 years ago
moneromooo-monero 0e418d2a58
rpc: bump RPC version
8 years ago
moneromooo-monero e6deb8abda
rpc: add a dynamic fee estimation RPC call
8 years ago
Riccardo Spagni 854abeb3bb
Merge pull request #1247
8 years ago
moneromooo-monero 10a79eae24
daemon: report transaction relay status in print_pool* commands
8 years ago
Riccardo Spagni b9f31bbc10
Merge pull request #1222
8 years ago
moneromooo-monero 88faec75fe
wallet: select part of the fake outs from recent outputs
8 years ago
moneromooo-monero 5e10fb042d
rpc: add blockchain cumulative difficulty to getinfo call
8 years ago
Dion Ahmetaj 7db29d6903 print_coinbase_tx_sum now breaks output into fee and emission components
8 years ago
Dion Ahmetaj dd6c44327b changed params from start/end index to height/count
8 years ago
Dion Ahmetaj e95d3f359b attempted to remove whitespace spam
8 years ago
Dion Ahmetaj 412da63622 added print_coinbase_tx_sum option
8 years ago
NanoAkron 25be1d3ed4 Noticed two spellings of the word 'response' in the codebase, one 'responce' and the other 'response'.
8 years ago
moneromooo-monero b951bc8780
wallet: transfer_selected_rct now also selects fake outs
8 years ago
moneromooo-monero 3cb2edec66
rpc: send global indices along with blocks/transacions on refresh
8 years ago
moneromooo-monero c2ec6d35b9
mixable transactions must be rct for v3
8 years ago
moneromooo-monero dc4aad7eb5
add rct to the protocol
8 years ago
moneromooo-monero 4258dab4d6
core: new /getrandom_rctouts.bin binary RPC call
8 years ago
moneromooo-monero 11dc091464
Fake outs set is now decided by the wallet
8 years ago
moneromooo-monero 1593553e03
new unlocked parameter to output_histogram
8 years ago
moneromooo-monero 014f3a0d39
Add a daemon RPC version, and make simplewallet check it
8 years ago
Howard Chu b7140daea2 Add GET_HASHES_FAST rpc, use it in wallet
8 years ago
Riccardo Spagni c2e9866fc6
Merge pull request #797
8 years ago
moneromooo-monero f17b2f42b2
rpc: add pool/blockchain and block height results to gettransactions
8 years ago
moneromooo-monero 5c9dd23b1c
rpc: add a do_not_relay boolean to tx submission
8 years ago
Riccardo Spagni ab43e80331
Merge pull request #777
8 years ago
Riccardo Spagni a38ad63f8f
Merge pull request #767
8 years ago
Howard Chu 8757e46b78 add blockhashing blob to getblocktemplate
8 years ago
moneromooo-monero 24b3e9007a
Convey tx verification failure reasons to the RPC client
8 years ago
moneromooo-monero 600a3cf0c0
New RPC and daemon command to get output histogram
8 years ago
moneromooo-monero bf6d1474c0
new flush_txpool command, and associated RPC call
8 years ago
moneromooo-monero 664dc42e18
rpc: fix missing target information in RPC call
8 years ago
moneromooo-monero a44d94d390
rpc: is_key_image_spent now checks the tx pool too
8 years ago
Riccardo Spagni de03926850
updated copyright year
9 years ago
Riccardo Spagni aa7d6c5412
Merge pull request #547
9 years ago
moneromooo-monero 8ea7af1ba3
Allow the wallet to access hard fork information
9 years ago
moneromooo-monero 0ab56b80db
print top block hash in daemon diff command
9 years ago
Riccardo Spagni 83b412f471
Merge pull request #503
9 years ago
moneromooo-monero 55e5a33d85
rpc: pass current block target in rpc
9 years ago
moneromooo-monero 38ceb73848
add RPC calls and commands to get/set bans
9 years ago
moneromooo-monero 051ddbc741
rpc: fix start_mining and status RPC crashes
9 years ago
moneromooo-monero 253ed76ef4
core_rpc_server: add optional json decoded tx to COMMAND_RPC_GET_TRANSACTIONS
9 years ago
moneromooo-monero ca23c0e5c8
core_rpc_server: add a getblock RPC command, and fix print_block
9 years ago
moneromooo-monero e546f3724a
Add an RPC call and daemon command to get info on hard fork voting
9 years ago
moneromooo-monero d87a2d2bb2
core_rpc_server: replace vector<bool> with vector<int> in RPC
9 years ago
moneromooo-monero 83bbea4c7f
Add a is_key_image_spent daemon command and RPC call
9 years ago
warptangent b76857f9d9
Add mempool output to daemon via command and RPC
9 years ago
rfree2monero c511abf005 remerged; commands JSON. logging upgrade. doxygen
9 years ago
Thomas Winget 96cbecffd7
RPC calls for background daemon added in
9 years ago
Riccardo Spagni 7de1a2d57a
previous hash added to GBT
10 years ago
Riccardo Spagni f4b69d553a
year updated in license
10 years ago
Jakob Lind e4273f2415 #36 simplewallet refresh include optional height param
10 years ago
fluffypony 6fc995fe5d License updated to BSD 3-clause
10 years ago
Thomas Winget ad4061002c Missed serializing a get_connections RPC response parameter
10 years ago
Thomas Winget 9f88b7ce6b Added get_connections RPC call to daemon
10 years ago
Zachary Michaels dee9abcd60 Match empty RPC request with other requests
10 years ago
Zachary Michaels efad8c9f31 Switch list to vector for RPC serialization
10 years ago
Neozaru 7fea5645e2 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations
10 years ago
Neozaru af5a28efe5 'mining_status' Daemon RPC command
10 years ago
Neozaru 4690670031 Added 'save_bc' command in daemon for saving blockchain remotely
10 years ago
Antonio Juarez 9682a15400 Port mapping with UPnP
10 years ago
Antonio Juarez 8efa1313f3 some fixes
10 years ago
Antonio Juarez 296ae46ed8 moved all stuff to github
10 years ago