| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Makes more sense than uint64_t for an offset, and agrees with
the %zu used to print results.
Found by codacy.com
|
| |\ \ \
| | | |
| | | |
| | | | |
517f25ef rpc: add version to get_info (Jethro Grassie)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
60f36386 Avoid unnecessary temp block and copy ctor (moneromooo-monero)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
block already has a default ctor, and the extra object
churn due to its innards (vectors, etc) is pointless.
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
6f2497bc Don't cache nettype in core_rpc_server use m_core (doy-lee)
|
| | |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This can go out of sync with m_core's nettype if you run in fakechain
mode since entering fakechain mode is done through code not the command
line and core_rpc_server only looks at the command line to figure out
the nettype.
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
bd98e99c Removed a lot of unnecessary includes (Martijn Otto)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
fc98f7a0 rpc: speedup get_outs.bin (moneromooo-monero)
|
| | | |_|/
| |/| | |
|
| |/ / /
| | |
| | |
| | | |
and decrease the amount of data carried around
|
| | |/
|/| |
|
| |\ \
| | |
| | |
| | | |
e61062b6 use current height - 1 for top block height in err msgs (cryptochangements34)
|
| | | | |
|
| |\ \ \
| |_|/
|/| |
| | | |
dad5bbfd return message in stop_mining if mining never started (cryptochangements34)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | | |
73e504c1 rpc: adjust ring size error message now that too high is also possible (moneromooo-monero)
a5ca7f4f core: fix unmixable special case allowing ring size below 11 (moneromooo-monero)
|
| | |/ |
|
| | |
| |
| |
| |
| |
| | |
Undefined symbols for architecture x86_64:
"cryptonote::core::get_output_distribution(unsigned long long, unsigned long long, unsigned long long, unsigned long long&, std::__1::vector<unsigned long long, std::__1::allocator<unsigned long long> >&, unsigned long long&) const", referenced from:
cryptonote::rpc::RpcHandler::get_output_distribution(cryptonote::core&, unsigned long long, unsigned long long, unsigned long long, bool) in rpc_handler.cpp.o
|
| |\ \
| |/
|/|
| | |
6097472a Update ZMQ fee estimate and add ZMQ output distribution (Lee Clagett)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
0aff4987 rpc: fix build with older compilers (moneromooo-monero)
|
| | |/ |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
3ffbec15 rpc: init m_rpc_version in Message ctor (moneromooo-monero)
bfa2dce1 rpc: remove unused ctors (moneromooo-monero)
7cc39845 account: init creation timestamp to 0 (moneromooo-monero)
32123789 wallet2: initialize some scalar fields in ctor where appropriate (moneromooo-monero)
4eca42b2 blockchain_db: initialize m_hardfork in ctor just in case (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
Coverity 182501
|
| | | |
| | |
| | |
| | | |
Also prevents coverity from moaning about them not initializing fields
|
| | |/
|/|
| |
| |
| | |
Fix for #4399.
Also unifies code for serializing pruned tx to binary/json into one.
|
| |\ \
| | |
| | |
| | | |
f5f7c2ac rpc: blanket initialize 0MQ request and response structures (moneromooo-monero)
|
| | | | |
|
| |\ \ \
| | | |
| | | |
| | | | |
b916ca63 rpc: fix output distribution caching ignoring chain changes (moneromooo-monero)
|
| | | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
0 is placeholder for whole chain, so we should compare chain
height changes rather than chain-height-or-zero. Even this isn't
totally foolproof if a blocks are popped and the same number
added again, but it is much better as it prevents the data from
slowly going out of sync.
|
| |/ / |
|
| |/ |
|
| |\
| |
| |
| | |
f77ce675 rpc: allow pruning of json encoded txs (cryptochangements34)
|
| | | |
|
| |\ \
| | |
| | |
| | | |
ac934663 rpc: add a "is an update available" flag in get_info (moneromooo-monero)
|
| | | |
| | |
| | |
| | | |
Make it easier for a user to be told when to update
|
| |\ \ \
| | | |
| | | |
| | | | |
4f81cd3a rpc: add cumulative difficulty in block header data (moneromooo-monero)
|
| | |/ / |
|
| |\ \ \
| | | |
| | | |
| | | | |
03c07b16 rpc: return "already mining" in start_mining if already mining (moneromooo-monero)
|
| | | | | |
|
| |\ \ \ \
| | | | |
| | | | |
| | | | | |
cd647612 rpc: don't include start time if restricted (moneromooo-monero)
|
| | |/ / / |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
76f95f05 rpc: allow to pass RPC login via RPC_LOGIN env var (Dusan Klinec)
|
| | |/ /
| | |
| | |
| | | |
- passing by parameter is insecure as it is shown in the process list
|
| | |/
|/| |
|
| |/ |
|
| | |
|
| |\
| |
| |
| | |
438d52d remove epee from link lines where it's redundant (moneromooo-monero)
|